Viewing 7 replies - 1 through 7 (of 7 total)
  • Same question !

    i can’t find any set Time setting inthe plugin folder and files

    This plugin does not include a slider. Is it a widget provided by your theme instead?

    Christie88

    (@christie88)

    I’m having the same issue and can’t seem to fix it. Testimonials are rotating through too fast to read. I am not a developer so have no idea how to even start going about fixing this (someone else built my website for me…)

    I have this in the ‘testimonials’ plugin editor. Assuming this is the place I’d have to edit it but could be completely off base here. Please help.

    <?php
    /**
    * Plugin Name: Testimonials
    * Plugin URI: http://woothemes.com/
    * Description: Hi, I’m your testimonials management plugin for WordPress. Show off what your customers or website users are saying about your business and how great they say you are, using our shortcode, widget or template tag.
    * Author: WooThemes
    * Version: 1.5.3
    * Author URI: http://woothemes.com/
    *
    * @package WordPress
    * @subpackage Woothemes_Testimonials
    * @author Matty
    * @since 1.0.0
    */

    require_once( ‘classes/class-woothemes-testimonials.php’ );
    require_once( ‘classes/class-woothemes-testimonials-taxonomy.php’ );
    require_once( ‘woothemes-testimonials-template.php’ );
    require_once( ‘classes/class-woothemes-widget-testimonials.php’ );
    global $woothemes_testimonials;
    $woothemes_testimonials = new Woothemes_Testimonials( __FILE__ );
    $woothemes_testimonials->version = ‘1.5.3’;

    cdillon27

    (@cdillon27)

    What theme are you using?

    geco06

    (@geco06)

    Yes it’s in a theme widget testimonial, but i can’t find it !
    i find something that’s look like to a Testimonial setTime rotation function in a .js file but this language is like Chinese tongue for me
    The theme is Marketify.

    Would you like i paste the .js file’s code here to see it together ?

    cdillon27

    (@cdillon27)

    No, I just wanted to verify that the slider is in the theme, not this plugin. I suggest you contact the theme provider for support.

    Christie88

    (@christie88)

    I’m using the Rozana theme. Have emailed the creator for some help so fingers crossed they get back to me.

    Thanks for the advice Chris.

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

The topic ‘Rotation Speed’ is closed to new replies.