• Resolved nickelaos92

    (@nickelaos92)


    The carousel by default moves from left to right. Param rtl=”true” doesn’t help. Is there a way to move the carousel from right to left in free version of plugin? Here is my shortcode snippet:

    [logoshowcase cat_id=”110″ center_mode=”true” autoplay=”true” dots=”false” arrows=”false” autoplay_interval=”0″ slides_column=”10″ speed=”2000″ limit=”-1″ loop=”true” max_height=”45″ rtl=”true”]

    • This topic was modified 2 years, 11 months ago by nickelaos92.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here…

    We have checked your website and our logo slider running right to left side and it’s working perfectly.

    Note:- Please do not copy and paste the shortcode parameter because it causes the quote(“) issue. Please write manually.

    Please check and let me know if you have anything else.

    Thanks,

    Thread Starter nickelaos92

    (@nickelaos92)

    Thanks for the answer.
    “Please do not copy and paste the shortcode parameter” – yes, I understand this.
    “We have checked your website and our logo slider running right to left side and it’s working perfectly.” – no, it doesn’t. I need to move the logos in opposite order. It seems that param “rtl” is ignored.

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here…

    Please use the “order” parameter in your shortcode.
    [logoshowcase order="DESC"]

    Please check and let me know if you have anything else.

    Thanks,

    Thread Starter nickelaos92

    (@nickelaos92)

    It is not what I’m asking. DESC order means that my logos will be sorted in reverse order. It is strange that you don’t understand the simple thing about the plugin you support.

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    You page “rtl” support in <body> tag and You are pass rtl=”true” in our shortcode that means our slider move right to left.

    Your need a slider left to right so please add the below code to your page.

    <div dir="ltr">
    [logoshowcase cat_id="110" center_mode="true" autoplay="true" dots="false" arrows="false" autoplay_interval="0" slides_column="10" speed="2000" limit="-1" loop="true" max_height="45" rtl="false"]
    </div>

    Please check and let me know if you have anything else.

    Thanks,

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