Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slick stuck in 'loading' state when used in conjunction with jquery expander #138

Closed
patrickberkeley opened this issue Apr 15, 2014 · 5 comments

Comments

@patrickberkeley
Copy link

I'm initializing slick in the afterExpand() callback of jquery expander http://plugins.learningjquery.com/expander/index.html.

  $('.event-body').expander({
    afterExpand: function() {
      $(this).find('.image-gallery').slick();
    }
  });

The slides are there and fully loaded, however slick never leaves the loading state so the loader image overlays the slides.

@kenwheeler
Copy link
Owner

Is there an error in your console?

@patrickberkeley
Copy link
Author

Nope no errors.

@kenwheeler
Copy link
Owner

Using the latest slick?

@kenwheeler
Copy link
Owner

Please make a jsFiddle

@patrickberkeley
Copy link
Author

💯 I had a build from 3/24. The issue no longer exists with the latest build. Thanks for the responsiveness!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants