Feature Slider
-
In the theme file’s Main index template, the option for the featured slider’s timeout is not being called properly, so it is always returning 0, which shuts off the timeout, and renders the auto-sliding permanently off.
I’ve fixed this locally by changing the lines 17 through 21 to the following:
if (of_get_option('of_qs_featimeout') == '0' ) { $timeout = "999999"; } else { $timeout = of_get_option('of_qs_featimeout'); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Feature Slider’ is closed to new replies.