Check for javascript errors on the page. Right-click on the page > inpect, look for the console window.
thanks
Yes, there are script errors. Is this not related to the plugin? How to fix?
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>
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
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.
@kirollosa the free version does not slide automatically. That option is in the pro version.