• Resolved jadeye26

    (@jadeye26)


    Hello
    I had it working a few days ago and all of a sudden it stopped.
    Any ideas??
    Thank you

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Riddhi Shukla

    (@ridhimashukla)

    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!

    Thread Starter jadeye26

    (@jadeye26)

    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??

    Thread Starter jadeye26

    (@jadeye26)

    I have updated the plugin back to 2.7…
    Any ideas about this issue??
    Thanx

    Thread Starter jadeye26

    (@jadeye26)

    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 4 years, 2 months ago by jadeye26. Reason: added more reference to issue
    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    It’s look like issue for “rtl” parameter.

    Please send your shortcode we will check.

    Thanks,

    Thread Starter jadeye26

    (@jadeye26)

    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 4 years, 2 months ago by jadeye26.
    • This reply was modified 4 years, 2 months ago by jadeye26.
    • This reply was modified 4 years, 2 months ago by jadeye26.
    Plugin Contributor Ketan Patel

    (@patelketan)

    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,

    Thread Starter jadeye26

    (@jadeye26)

    Wordpress is in English

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Please first select your language in the WordPress setting.

    Are you using any plugins for your website RTL?

    Thanks,

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Showcase stopped working’ is closed to new replies.