Title: logo-slider.php 1180 code error
Last modified: August 22, 2016

---

# logo-slider.php 1180 code error

 *  [gstricklind](https://wordpress.org/support/users/gstricklind/)
 * (@gstricklind)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/logo-sliderphp-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!
 * [https://wordpress.org/plugins/logo-slider/](https://wordpress.org/plugins/logo-slider/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [johnworfin](https://wordpress.org/support/users/johnworfin/)
 * (@johnworfin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/logo-sliderphp-1180-code-error/#post-5573461)
 * I tried this fix, the first 5 logos show, but the arrows dont work.
 * [http://www.jamesriverbasin.com/community-supporters/#](http://www.jamesriverbasin.com/community-supporters/#)
 *  [johnworfin](https://wordpress.org/support/users/johnworfin/)
 * (@johnworfin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/logo-sliderphp-1180-code-error/#post-5573462)
 * Never mind-I just downgraded to an older version.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘logo-slider.php 1180 code error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/logo-slider_b4e4d1.svg)
 * [Logo Slider](https://wordpress.org/plugins/logo-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/logo-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/logo-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/logo-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/logo-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/logo-slider/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [johnworfin](https://wordpress.org/support/users/johnworfin/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/logo-sliderphp-1180-code-error/#post-5573462)
 * Status: not resolved