Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #208024

    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!

    • This topic was modified 11 years, 2 months ago by Dude.
    #208030

    Hey logishkas!

    No, can you post a link to your website please (where we can reproduce the issue).

    Best regards,
    Peter

    #208032
    This reply has been marked as private.
    #208038

    Hey!

    Maybe I’m missing something but I couldn’t reproduce the issue: http://www.screenr.com/HxsN

    Regards,
    Peter

    #208039

    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

    #208043

    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.

    #208076

    Hi!

    Please create me an admin account – I’ll activate/deactivate the string translation module and compare the source code.

    Cheers!
    Peter

    #208413
    This reply has been marked as private.
    #208465

    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

    #208469

    All fine. Thanks a lot, Dude!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Cart Drop Down and WPML String Translation Compatibility Issues’ is closed to new replies.