• Hi – ajax testimonials no longer works with WP 5.6. This was working for years:

    echo do_shortcode(“[ic_do_testimonials quantity=’50’ speed=’7000′ fade_in=’600′ fade_out=’700′ group=’writing’]”);

    Will you be fixing it? Or can you recommend another testimonial plugin?

    many thanks – Val

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @valarcher ,

    Thanks for reporting the issue here.
    We have found a solution for the same and will apply it soon.

    Again thanks for noticing the problem and letting us know about it.

    Regards,
    Ivycat Team

    Thread Starter valarcher

    (@valarcher)

    Thank you! Please can you post here when you’ve upgraded to 5.6 so I get email notification? and can then apply your fix to my site

    Hi @valarcher ,

    As of now, I can provide you a fix here.

    -> Please go to this path: wp-content/plugins/ivycat-ajax-testimonials/assets/ivycat-testimonials-scripts.js

    -> Add below code at the first line of file.

      
    jQuery.browser = {};
    (function () {
        jQuery.browser.msie = false;
        jQuery.browser.version = 0;
        if (navigator.userAgent.match(/MSIE ([0-9]+)\./)) {
            jQuery.browser.msie = true;
            jQuery.browser.version = RegExp.$1;
        }
    })();

    We will apply the fix on WordPress soon.

    Thanks

    Thread Starter valarcher

    (@valarcher)

    thank you! That works ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No longer works with WP 5.6’ is closed to new replies.