• Hi, I am testing Ocean theme on RTL site that is using LearnDash, and in a quick look there are two issues:
    On this lessons page the complete circle is on the right and it should be on left:

    Also when I add a quiz with sort order or matrix on desktop the drag and drop works fine, but on mobile the element is flying away from cursor, please try the quiz on the following link using a mobile:

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Add the below code to fix the first issue.

    .rtl .learndash .completed:before, .rtl .learndash .notcompleted:before, .rtl #learndash_profile .completed:before, .rtl #learndash_profile .notcompleted:before {
        position: inherit;
        float: left;
    }

    For the second issue, I didn’t understand it. Can you please share a screenshot?

    Thread Starter ikhlief

    (@ikhlief)

    Thanks

    Look here, this is multi answer question, the square is not showing on right it shows like vertical line, and the tick is showing on left.
    https://prnt.sc/m3ed3d

    In the other screenshot I am trying to sort order the elements by dragging each one, my finger is pointing on the empty space but the element is showing at top, but when I release my finger the item places correctly. The problem is only during dragging:
    https://prnt.sc/m3eevm

    Thanks

    Hello,

    I just visited on your site and didn’t see the first issue. It seems you have a found a solution.
    For the second issue, did you try to disable/enable plugins one by one? It may be a possible conflict.

    Thread Starter ikhlief

    (@ikhlief)

    Thanks for your reply, please check now as I was teasing with another theme to make sure from where is the problem.

    You now can see the first problem above again, and for the second problem if I used other themes like Twenty seventeen it works perfectly good.

    Please advise, your theme looks amazing and I am sure it would serve my needs perfectly ??

    Theme Author oceanwp

    (@oceanwp)

    Hello, I will update OceanWP very soon, you will tell me if you still see those issues after the update.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘LearnDash RTL’ is closed to new replies.