Slide show interval

May 2014 WordPress Theme
GK User
Thu Mar 02, 2017 9:32 am
Hi

I changed Storefront->Frontpage settings->Animation interval" to 20000 but it's still 5 sec. How to change it?

Thanks in advance
User avatar
Junior Boarder

Joshua M
Thu Mar 02, 2017 9:44 pm
Hi,
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Fri Mar 03, 2017 6:42 am
Done
User avatar
Junior Boarder

Joshua M
Fri Mar 03, 2017 9:01 am
We'll fix the issue with the next theme update. As a temporary solution - please edit your StoreFront/template.frontapge.php file and change line 35:
Code: Select all
$interval = get_option($gk_tpl->name . '_slider_interval', '5000');

into:
Code: Select all
$interval_slider = get_option($gk_tpl->name . '_slider_interval', '5000');

and within line 62, change fragment:
Code: Select all
<?php echo $interval; ?>

into:
Code: Select all
<?php echo $interval_slider; ?>


Thanks for your feedback.
User avatar
Moderator

GK User
Fri Mar 03, 2017 9:15 am
Thanks. It helped.
User avatar
Junior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.