Hey!
I’ve noticed that WPML String Translation prevents the cart drop down from showing up on a page. It only appears on the main shop page once “Add to Cart” is clicked. Is this a known issue?
My configuration:
Thanks!
Hey logishkas!
No, can you post a link to your website please (where we can reproduce the issue).
Best regards,
Peter
Hey!
Maybe I’m missing something but I couldn’t reproduce the issue: http://www.screenr.com/HxsN
Regards,
Peter
Hi!
But if you always want to show the cart just insert following css code into the quick css field
.cart_dropdown {
right: -2px !important;
}
Best regards,
Peter
Hey Dude,
Sorry to bother you but could you confirm that the drop down is visible on other pages as well (“News”, “About us”, etc.)?
The default behavior, if I understand correctly, is for the drop down to slide out from the right whenever the cart is not empty, right? Like here: http://kriesi.at/themes/enfold/shop/
I’ve tried to reproduce it on several browsers and computers, yet unsuccessfully.. The problem goes away if I deactivate WPML String Translation plugin.
Hi!
Please create me an admin account – I’ll activate/deactivate the string translation module and compare the source code.
Cheers!
Peter
Hey!
Please check if the cart works now. I increased the query limit from 5 to 15 and it works on all pages now. I had to replace
limit = 5
with
limit = 15
in config-woocommerce/woocommerce-mod.js
Regards,
Peter
All fine. Thanks a lot, Dude!