This topic has 4 replies, 4 voices, and was last updated 12 years, 9 months ago by positionglobal.
Tagged: HostmeV2, testimonials, timing
Viewing 5 posts - 1 through 5 (of 5 total)
Maybe I’ve been staring at this for too long, but is there a simple way to change the timings for the testimonials? They are fading in and out too quickly. I’m assuming if worse comes to worse I can edit the code, but wondered if there wasn’t a setting somewhere like there is for things like slider timings. Thanks in advance.
M
Great support, sounds like they’ll allow you to edit the timing in the admin panel, but until then just edit the following file:
/wp-content/themes/concept/framework/widgets/testimonial.php
LINE 46
atpcustom.MySlider(3000,"testimonial'.$rand.'");
Change the value ‘3000’ (3 seconds) to your preferred value such as ‘6500’ (6.5 seconds)
atpcustom.MySlider(6500,"testimonial'.$rand.'");
Just wanted to add that on line 6 of testimonials.php include('star'); needs to be commented out like so // include('star'); Some other odds and ends of that nature, over all it was a little complicated to install but a nice feature for any website.
Does the Testimonials feature allow to display them all simultaneously or to scroll through on a fixed timing? Because it’s a single page, it’d be nice to list them all out and let a site visitor scroll through them.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.