Can't see button "Register" in register form

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Nov 21, 2013 4:11 pm
Reply with quote
Report this post
Hi,

In the virtuemart register form, I can't see at the end the button "Register" in order to validate:
http://www.nativees.com/my-account

The button "Register" is at the top of the form !!!!

How can i put the button in the bottom ?

Thanks ;-)

Regards,

Jérôme
User avatar
Senior Boarder

teitbite
Fri Nov 22, 2013 1:01 am
Reply with quote
Report this post
Hi

An interesting case. I believe something is wrong in file, but since it's working than best option would be to just push it down with CSS. Please add this code to override.css and remember to activate this file in template settings:

Code: Select all
.form-validate {
position: relative;
padding-bottom: 50px;
}

.form-validate buttonBar-right {
position: absolute;
bottom: 0;
}
User avatar
Moderator

GK User
Fri Nov 22, 2013 5:29 pm
Reply with quote
Report this post
Hi,

I did what you said, but I have also the seam problem:

http://www.nativees.com/my-account

You can see the file override.css in attachment.

And "CSS override" is "ON" in my gavick template...

It is a big problem for me.

Thanks a lot,

Regards,

Jerome
User avatar
Senior Boarder

GK User
Fri Nov 22, 2013 5:36 pm
Reply with quote
Report this post
Hi,

You can have a look in that post:
https://www.gavick.com/forums/shop-and- ... 28198.html

And the link to the client website:
http://www.therapytee.com/index.php/edit.html

The problem is the same.

But in thatwebsite it is ok:
http://www.simplicitaz.nl/registreren

Is it possible to modify it for my website ????

Thanks a lot :)

Jerome
User avatar
Senior Boarder

teitbite
Sun Nov 24, 2013 9:34 pm
Reply with quote
Report this post
Hi

I've checked and I do not see my code in override.css. Please make sure it has been copied correctly into override.css file.
Send me an access to joomla panel if You will be sure that it's placed as it supposed to be.
User avatar
Moderator

GK User
Sun Nov 24, 2013 10:44 pm
Reply with quote
Report this post
Hi,

Maybe I did a wrong upload about the override.css (?). I am sorry ;)

I just put the right code in the override.css and uploaded on my website (please see it in attachment).

And in the template override.css is on "ON" (please see it in attachment).

I think it does not work actually: http://www.nativees.com/my-account

Would you like anothers informations ? An access in admin joomla ?

Thanks a lot,

Regards,

Jerome
User avatar
Senior Boarder

teitbite
Mon Nov 25, 2013 6:25 am
Reply with quote
Report this post
Hi

Still the second class I posted is not visible in file. Please send me an access to joomla panel so I'll check it myself.
User avatar
Moderator

GK User
Mon Nov 25, 2013 5:09 pm
Reply with quote
Report this post
Hi,

I sent you a "private message".

Best regrads,

Jerome
User avatar
Senior Boarder

teitbite
Tue Nov 26, 2013 1:32 am
Reply with quote
Report this post
Hi

Ok. My mistake :( I missed a dot in the code so it was not recognised as a CSS. Correct code is:

Code: Select all
.form-validate {
position: relative;
padding-bottom: 50px;
}

.form-validate .buttonBar-right {
position: absolute;
bottom: 0;
}
User avatar
Moderator

GK User
Tue Nov 26, 2013 10:23 am
Reply with quote
Report this post
Hi,

Thanks for your response ;-)

Don't worry for the mistake, it works now and that is the principal !

Have a nice week,

Regards,

Jérôme
User avatar
Senior Boarder

teitbite
Wed Nov 27, 2013 2:09 am
Reply with quote
Report this post
Hi

Thank You. Once again, sorry and I'm glad it's working :)
User avatar
Moderator


cron