• Set to Show reviews as SLIDER but slider not working. Bullets are shown instead. Any help?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author jgwhite33

    (@jgwhite33)

    Check for javascript errors on the page. Right-click on the page > inpect, look for the console window.

    thanks

    Thread Starter davehpm

    (@davehpm)

    Yes, there are script errors. Is this not related to the plugin? How to fix?

    Thread Starter davehpm

    (@davehpm)

    Uncaught ReferenceError: jQuery is not defined

    jQuery(document).ready(function($) {
    $(‘.wprev-slider’).wprs_unslider(
    {
    autoplay:false,
    speed: ‘750’,
    animation: ‘horizontal’,
    arrows: true,
    animateHeight: true,
    activeClass: ‘wprs_unslider-active’,
    }
    );
    $(‘.wprs_unslider-nav’).show();
    });
    </script>

    Plugin Author jgwhite33

    (@jgwhite33)

    The plugin requires jquery to be loaded, which it is by default with WordPress, unless there is a javascript error. You could try de-activating other plugins, or it could even be coming from the theme itself.

    thanks,
    Josh

    kirollosa

    (@kirollosa)

    I have the same issue and there are no errors on the console. The slider does not move automatically. I have to move between reviews manually by clicking the circles.

    Plugin Author jgwhite33

    (@jgwhite33)

    @kirollosa the free version does not slide automatically. That option is in the pro version.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Slider not working’ is closed to new replies.