Slider appears on 2 rows and no autoplay
-
Hello,
I am trying to integrate the slider but somehow the settings do not seem to work. I have set up rows to 1 and the number of reviews per row to 3. Total number of reviews to 10.
Still, the slider shows on two rows and there is no autoplay.
Similar to the tripadvisor plugin, as per your instructions I tried modifying this plugin file…
\public\class-wp-tripadvisor-review-slider-public.php
on line 120 and 121 change them to this…
wp_enqueue_script( $this->_token.”_plublic”, plugin_dir_url( __FILE__ ) . ‘js/wprev-public.js’, array( ‘jquery’ ), $this->version, true);
wp_enqueue_script( $this->_token.”_unslider-min”, plugin_dir_url( __FILE__ ) . ‘js/wprs-unslider-min.js’, array( ‘jquery’ ), $this->version, true);Can you please help me in resolving this?
Regards,
SanjThe page I need help with: [log in to see the link]
- The topic ‘Slider appears on 2 rows and no autoplay’ is closed to new replies.