Storefront Hikashop buttons jumping

Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
GK User
Tue Feb 24, 2015 11:16 am
Dear sirs
we have this problem
At checkout (Hikashop) the buttons
conectare(connect), inregistrare(log in), adaugare (add), ARE JUMPING so there is no way to do these actions

pls help

http://interiolux.ro/index.php/hikashop ... g/checkout

http://interiolux.ro/index.php/hikashop ... set-nazare
User avatar
Senior Boarder

teitbite
Tue Feb 24, 2015 4:54 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.hikashop_cart_input_button,
.hikashop_cart_input_button:focus,
.hikashop_cart_input_button:active,
.hikashop_cart_input_button:hover {
    float: none !important;
}
User avatar
Moderator

GK User
Tue Feb 24, 2015 10:38 pm
Thank you teitbite
i have tried and it's not working
i have left this modification, see for your self
any other sugestion?
User avatar
Senior Boarder

teitbite
Fri Feb 27, 2015 12:58 pm
Hi

I do not see override.css file included. Are You sue You have enabled it in template configuration ?

But other thing. Buttons are not jumping for me anymore ;/ Have You fixed that. Can You tell me the url one more time? Maybe I'm checking wrong page.
User avatar
Moderator

GK User
Fri Feb 27, 2015 7:16 pm
Hi
i have erased the site, thank you anyway
and we have installed quickstart storefront joomla 3.x
i think we will continue with virtuemart
Question:
After instaling ro language , all vm prod and cat dissapired.
If we set everithing back in En, the vm products are still mising
any clue how to bring them back ?
User avatar
Senior Boarder

GK User
Fri Feb 27, 2015 7:16 pm
User avatar
Senior Boarder

teitbite
Wed Mar 04, 2015 10:33 pm
Hi

Sorry for delay. I have lost my computer and could not work for the last 2 couple of days.

Please read this article: https://www.gavick.com/documentation/jo ... quickstart
User avatar
Moderator

GK User
Thu Apr 16, 2015 4:27 pm
hello,

I have similiar problem with the button jumping.
I did what you said. Override.css contains the given lines.
http://newsite.hungarianflavours.com.wh ... /user/form
Thank you

Best regards
Krisztian
User avatar
Fresh Boarder

teitbite
Sat Apr 18, 2015 2:43 pm
Hi

I cannot see this page without registering and I cannot do that becuase i do not know Your language. But I see couple of issues in Your override.css, like for example float:center; value. There is no such thing. Float can only use: left, right or none. So it may be the problem the code below it is not working.
User avatar
Moderator

GK User
Sat May 30, 2015 10:05 am
I got it to work using the code in my override.css;

.hikashop_cart_input_button,
.hikashop_cart_input_button:focus,
.hikashop_cart_input_button:active,
.hikashop_cart_input_button:hover {
display: inline !important;
}
User avatar
Expert Boarder

teitbite
Sun May 31, 2015 5:38 pm
Hi

Ok. That's a great news. Now I remember this problem. I think I've came up with the same fix in one of the threads on this forum.
User avatar
Moderator


cron