logo-slider.php 1180 code error
-
Your ul element has unnessary line breaks resulting in the output of the slider being broken and instead displaying:
data-cycle-fx="scrollHorz" data-cycle-timeout="20000" data-cycle-next="#prev" data-cycle-prev="#next" data-cycle-speed="600"
In your logo-slider.php file @ line 1180 you need to remove these line breaks which will fix the problem.
<ul id="logo-slider" class="cycle-slideshow" data-cycle-fx="<?php echo $lgs_slide_effect ?>" data-cycle-timeout="<?php echo (($lgs_auto_slide == 1 ) ? $lgs_slide_time * 1000 : 0) ?>" data-cycle-next="#prev" data-cycle-prev="#next" data-cycle-speed="600" data-cycle-slides="> li">
Also I notice A LOT of other unnecessary line breaks in other chunks of code. I would suggest reviewing your code in the files.
Otherwise, great plugin, thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘logo-slider.php 1180 code error’ is closed to new replies.