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
I changed Storefront->Frontpage settings->Animation interval" to 20000 but it's still 5 sec. How to change it?
Thanks in advance
-
- 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?
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?
-
- Moderator
- GK User
- Fri Mar 03, 2017 6:42 am
Done
-
- 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:
into:
and within line 62, change fragment:
into:
Thanks for your feedback.
- 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.
-
- Moderator
- GK User
- Fri Mar 03, 2017 9:15 am
Thanks. It helped.
-
- Junior Boarder
5 posts
• Page 1 of 1