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,
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.
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,
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.
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,