Hello,
Thank you for reaching us…
Please update the plugin with the latest version and let me know after that. I will try to check and debug it for you.
Thank You!
I read a post here that the upgrade to 2.7 caused this issue so yesterday after posting here I downgraded to 2.6
So the issue is caused by v2.7
What do you suggest to do??
I have updated the plugin back to 2.7…
Any ideas about this issue??
Thanx
This is what causing the slider to stop working:
switch_to_locale('en_US');
On this page scientists-letter there is the following code:
function change_to_english_local() {
if (is_singular()) {
global $post;
if($post->ID=='1346'){
switch_to_locale('en_US');
}
}
}
add_action( 'wp_enqueue_scripts', 'change_to_english_local');
Do you have a solution for this??
-
This reply was modified 2 years, 2 months ago by
jadeye26. Reason: added more reference to issue
Hello,
It’s look like issue for “rtl” parameter.
Please send your shortcode we will check.
Thanks,
Actually on “rtl” it’s worx.
It stopped working on “ltr”! as switch_to_locale
mentioned earlier makes it “ltr”!
[logoshowcase center_mode="true" slides_column="5" dots="false" arrows="false" loop="true"]
-
This reply was modified 2 years, 2 months ago by
jadeye26.
-
This reply was modified 2 years, 2 months ago by
jadeye26.
-
This reply was modified 2 years, 2 months ago by
jadeye26.
Hello
Yes, it’s RTL issue, RTL is detected by plugin axiomatically base your choose language for WordPress setting.
Can you please let me know which language you have choose for WordPress Setting.
Thanks,
Hello,
Please first select your language in the WordPress setting.
Are you using any plugins for your website RTL?
Thanks,