• Resolved brainoidtech

    (@brainoidtech)


    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.

    Can you please help me?

    Regards,
    Sanj

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

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

    (@jgwhite33)

    It looks like your site is having trouble loading the javascript for the plugin. You can try 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);
    

    Autoplay is a paid feature. You can manually turn it on by modifying this file…

    \public\partials\wp-tripadvisor-review-slider-public-display.php

    on line 337 change it to this…

    
    autoplay:true,
    
    Thread Starter brainoidtech

    (@brainoidtech)

    This indeed fixed the issue. Thank you so much!! I really appreciate the quick response and support. I will purchase the paid version, I was just checking if this is suitable for the website.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider appears on 2 rows and no autoplay’ is closed to new replies.