Henry

Results 8 comments of Henry

Can confirm. Also an issue for `yarn start` for me.

@evankford I'm hopeful for what Shopify might put out in the future for us. I also don't yet know everything sections everywhere will change or how compatible this theming method...

Thank you, excellent job on the documentation getting setup wasn't hard at all. This is a screenshot taken after I got the bug to fire, swiping from 1 to 2....

Any suggestions on a temp fix @nathanhornby @kenwheeler? I've tried reiniting, disabling lazyload, navigating to slide 1 after init, nothing will work

I'm glad to work on it but I haven't even figured out where the bug stems from. I unslick'ed and slick'ed from the console with all images downloaded and saw...

My settings are: centerMode, variableWidth, and initialSlide 0. My observations are that the slide either centers properly, or the center is the left edge of initialSlide-1 (the last slide), or...

Very annoyingly, the ms I open the console, the slide centers.

My fix (doesn't ALWAYS work): Disable lazyLoading. ``` $(window).load(function(){ $('.slider').slick("slickGoTo",1,true); $('.slider').slick("slickGoTo",0,true); }); ```