Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author N-Tech Technologies PVT LTD

    (@ntech-technologies)

    Hello sladestyle,
    you have to increase the value of speed (Slide transition duration.)

    Thanks.

    Thread Starter sladestyle

    (@sladestyle)

    Hi, thanks for the reply!

    Yes, I have tried 1500, 5000, 6500….it all stays the same regardless (guessing around 3000). I would actually like it around 6000 if possible.

    Plugin Author N-Tech Technologies PVT LTD

    (@ntech-technologies)

    Hello sladestyle,

    I have updated a plugin, just update it.

    Thanks

    Thread Starter sladestyle

    (@sladestyle)

    Perfect! Heading to bed now but will do it first thing in the morning.

    Thank you very much!
    Slade

    Plugin Author N-Tech Technologies PVT LTD

    (@ntech-technologies)

    Thanks for using plugin and for feedback. if you have any query just reply me. if you satiesfied than just rated a plugin.

    Thanks

    Thread Starter sladestyle

    (@sladestyle)

    Hi, sorry to bother but I uploaded the update and it slowed down the “transition” when going from one slide (testimonial) to the next but what I needed was for each slide to stay visible longer before transitioning to the next. I thought that was what “Speed” was for and didn’t realize it was controlling the easing effect.

    Is there something I can change in the .js file that would keep each slide visible longer?

    Thanks!
    Slade

    Plugin Author N-Tech Technologies PVT LTD

    (@ntech-technologies)

    Hello sladestyle,

    cuurently that featured not available in setting page.but you can do this,
    you have to add just one line after line number 108 in index.php file under ( wp-content/plugins/testimonialslider/ ) .

    pause:6000

    Thanks.

    Thread Starter sladestyle

    (@sladestyle)

    Hi! when I placed pause:6000 directly after line number 108 in the index.php file…all that happened was it showed all of the testimonials as one time.

    I’m pretty sure I did something wrong.

    We have tried several testimonial plugins and everyone is agreed they like the look of yours. We just need to get it so people can actually read the testimonials.

    Any ideas?

    Thanks!
    Slade

    Plugin Author N-Tech Technologies PVT LTD

    (@ntech-technologies)

    Hello sladestyle,

    Just Replace this line
    randomStart:<?php echo isset($data[‘randomstart’]) ? $data[‘randomstart’] : “false”;?>

    with

    randomStart:<?php echo isset($data[‘randomstart’]) ? $data[‘randomstart’] : “false”;?>,
    pause:6000

    Thanks.

    Thread Starter sladestyle

    (@sladestyle)

    Worked like a charm!! Looks like I was just missing a “,” between the first line and the new “pause:6000” code.

    Thank YOU!
    Slade

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to slow transition down?’ is closed to new replies.