• Resolved Ken Lewis

    (@trinity13)


    When I updated to v1.4.2 my slider broke due to cycle only seeing 1 slide.

    After debugging the code I changed (in file /wp-content/plugins/logo-slider/jquery.cycle.all.min.js)

    var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();

    to

    var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children().children();

    and now it works fine.

    https://wordpress.org/plugins/logo-slider/

Viewing 1 replies (of 1 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Hey Trinity13, thanks for submitting this patch. Which slider were you using?

Viewing 1 replies (of 1 total)
  • The topic ‘v1.4.2 Breaks Slider’ is closed to new replies.