Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #478469

    Hello

    I installed WP/Enfold/WooCommerce (all latest versions) and while testing it in Arabic (RTL) the cart icon is displayed on the right side, instead of being on the left next to the menu icon (as in its LTR counterpart). This doesn’t look very neat, and it covers the logo some how

    Any quick fix?

    Thanks in advance
    EDIT: …or maybe it makes more sense to have the menu icon to the right next to the cart in RTL, but it needs to be well positioned anyway not to cover any item

    • This topic was modified 9 years, 3 months ago by mustafamohsen.
    #478481

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #478507

    Thank you for the quick reply

    The info in private

    It’s just the default testing installation

    It’s even more obvious when demo data of Classic Demo is imported

    #478514

    Hey!

    Do you have any Product created i can use to test?

    Cheers!
    Josue

    #478516

    Alright I created a sample product. To add to the info, the cart is there even if empty

    #478520

    Hey!

    Add / merge this to your Quick CSS:

    #top.rtl .cart_dropdown {
    	position: absolute;
    	left: 0 !important;
    	right: auto !important;
    }
    
    #top.rtl .cart_dropdown .dropdown_widget {
        right: auto;
        left: 0;
    }
    
    #top.rtl .cart_dropdown .dropdown_widget .avia-arrow {
        right: auto;
        left: 10px;
    }

    Cheers!
    Josue

    #478523

    Thanks a lot

    The progress that I can see is that both the cart and the menu are now to the right, but they’re overlapping. I’m testing on Chrome and Safari on iPhone 6+

    #478525

    Hey!

    Are you referring to the mobile menu toggle right?, try adding this:

    #top.rtl #advanced_menu_toggle, #advanced_menu_hide {
        left: 35px;
    }

    Best regards,
    Josue

    #478526

    One more thing I just noticed, the cart drop down is floating to the left off screen

    #478528

    This code is missing from your Quick CSS.

    Cheers!
    Josue

    #478537

    Oh I’m sorry. It seems that Ajax saving doesn’t always work on mobile Chrome. Safari does well

    Anyways, now the icons look goody, thanks a lot for that. But they overlap one of the top menu items in the vertical view. When I flip the mobile horizontally it looks good

    #478696

    Hi!

    Can you post a screenshot of the issue?

    Cheers!
    Josue

    #478698

    Thanks a lot Josue
    For some reason, it works fine now! I don’t know if there’s some kind of inconsistency or what, but I will work with what you provided for now

    Thanks for your great support

    #478708

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.