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

Loading flexslider issue #1362

Closed
PabloArty opened this issue Jun 25, 2015 · 1 comment
Closed

Loading flexslider issue #1362

PabloArty opened this issue Jun 25, 2015 · 1 comment

Comments

@PabloArty
Copy link

Hello! I'm doing a site about shoes, when you click a show you open a lightbox with the flexslider inside, but when the lightbox come up the slider doesn't render.

captura de pantalla 2015-06-25 a las 12 12 54

But when i resize the window then the slider appears!

captura de pantalla 2015-06-25 a las 12 13 06

I'm using a slider with carrousel:

$(function(){
SyntaxHighlighter.all();
});
$(window).load(function(){
$('#carousel').flexslider({
animation: "slide",
controlNav: false,
animationLoop: false,
slideshow: false,
itemWidth: 250,
itemMargin: 5,
asNavFor: '#slider'
});
$('#slider').flexslider({
animation: "slide",
controlNav: false,
animationLoop: false,
slideshow: false,
sync: "#carousel",
start: function(slider){
$('body').removeClass('loading');
}
});
});

I suppose that I need to reload the slider every time that I click a Shoe but I don't know how to do it.

@jeffikus jeffikus closed this as completed Feb 5, 2018
@AnastasiaVays
Copy link

AnastasiaVays commented May 30, 2019

I believe I have a similar issue - http://sc.com.ly/show/mw1MSBZpI4lC7UVq9esOcJtQH5h3kTXo. I've checked almost all open issues related....specially with WP...Any solution to that?

(It is is not WooCommerce specific, but the same issue - not rendering the images...)

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

3 participants