• 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.

    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,
    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)

    When using 2 different free versions on the same page, make sure that the template ID you are using is different between the two. So, create another template for the Airbnb and see if it will work.

    Thread Starter brainoidtech

    (@brainoidtech)

    Yes, both the template IDs were 1, I created a second template and it worked. Thanks a ton!! 5-star plugin and support!

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