Product page in Rtl changing with scroll

This topic has 6 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Jack Richardson

  • Avatar: mabellek
    mabellek
    Participant
    March 6, 2016 at 00:54

    Hi

    I have just updated theme and woocommerce to most recent versions.

    I have a new issue. If you try any product page in the hebrew version the page jumps left and right while scrolling. This is a new issue.

    please assit.

    Find credentials in previous tickets.

    Thanks

    5 Answers
    Avatar: mabellek
    mabellek
    Participant
    March 6, 2016 at 18:16

    Hi

    I have changed default language to hebrew

    The scrolling issue still exists on my wide screeen but not on regular screen

    Also In shop category pages in English version there are some css issues with the wishlist/quickview element and the Image elements have a color on one side

    Thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 9, 2016 at 12:05

    Hello,

    I’ve added this code in Global Custom CSS:

    .rtl.single.single-product {
        direction: ltr;
    }

    Clear browser cache and check your site now.

    Best regards,
    Jack Richardson.

    Avatar: mabellek
    mabellek
    Participant
    March 11, 2016 at 13:40

    Hi

    Seems the issue is resolved

    thanks

    Avatar: mabellek
    mabellek
    Participant
    March 11, 2016 at 13:48

    Hi Jack the scrolling issue was solved but the LTR css rule you apllied seems to have affected the direction of all the elemnts for the product. Which in hebrew should be RTL and float:right

    I have opened a ticket for this starting with #117039 so please make sure both issues/tickets are dealt with simaltenously without conflict

    thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 11, 2016 at 15:03

    Hello,

    Do you mean product image should be on right side?
    If so please add this code in Custom CSS for desktop:

    .rtl .col-lg-6.col-md-6.col-sm-12.product-images {
        float: right;
    }

    Best regards,
    Jack Richardson.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.