Jump to content

Recommended Posts

Posted
10 minutes ago, shakamonkey88 said:

It also looks like you're missing a load of css on your site too

If you dont mind, may I ask where I can find that css work load for me , any directions in this forum ? 

  • Moderators
Posted

I don't know if it is because you are missing css or you are missing classes assigned to sections. For example, that registration form should be wrapped in (as per the code of the theme you are using):

<section class="page-contents">
	<div class="container">
  		YOUR REGSITRATION FORM
	</div>
</section>

Compare your form to the demo of the theme you're using and see how it is different: http://phpvms.209studios.com/preview/skyBlue/index.php/Registration/

 

Posted
11 minutes ago, shakamonkey88 said:

I don't know if it is because you are missing css or you are missing classes assigned to sections. For example, that registration form should be wrapped in (as per the code of the theme you are using):


<section class="page-contents">
	<div class="container">
  		YOUR REGSITRATION FORM
	</div>
</section>

Compare your form to the demo of the theme you're using and see how it is different: http://phpvms.209studios.com/preview/skyBlue/index.php/Registration/

 

So, where can I find the demo form ?

I simply added this skin into my root folder /lib/skin and got my page like this  http://www.flytaxiva.org/index.php/

I dont know hoe to convert it the one like you shared  here http://phpvms.209studios.com/preview/skyBlue/index.php/

but I think I ll figure it out step by step , thank you very much.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...