Liquid, JavaScript, themes, sales channels
HELP !
Hello,
Does everyone have this issue with the Brooklyn Theme?
It does not cycle past the second image. 1st image fine, 2nd image fine, then nothing, nothing happens unless I manually scroll the images myself or reload the page.
hi Ipaddy
If you give me your store details I'll try and fix it for you.
Kind regards
Joe Everett.
I am having the same problem. I have three slides, set to 3 seconds, auto - it will move to the second one and then stop. Help!
Same problem. I tried the fixes suggested by other discussions about this, but they did not work.
Hi, i have fix this issue with just applying 2 things into my slider code.
you have disable these 2 options in slide
pauseOnHover: false,
pauseOnFocus: false,
After adding this all is set! I hope it will help you all.
If you are not getting it properly let me know!
Thanks!
Whats the full name of the "slider code". I can't find the right file in my code. Also where in that file did you put those two lines?
@Artzen_tech where do you change:
pauseOnHover: false,
In what folder and what line can we find this?
Thanks!
In the "theme.js.liquid" file under hero slider options
I can confirm that setting these 2 options to false worked for me.
Can you tell me how to find the hero slider options as I have about 4000 lines of code in theme.js.liquid?
Thanks
Go to theme.js.liquid
Press Cmd+F (on Mac) or Ctrl+F (on Windows) and enter this.settings
You'll find a piece of code that looks something like this:
this.settings = {
$element: $slider,
accessibility: true,
adaptHeight: $slider.data('adapt'),
arrows: true,
dots: true,
Add the two lines in the list of settings,
pauseOnHover: false,
pauseOnFocus: false,
this.settings = {
$element: $slider,
accessibility: true,
adaptHeight: $slider.data('adapt'),
arrows: true,
dots: true,
pauseOnHover: false
pauseOnFocus: false,
For me this worked.
Edit: The slideshow is now running, but still pauses on Hover. So it's not working 100%.
Can someone please help me. My site went live today and I really want to have this error fixed before I announce it to the world. Please help me fix this issue.
I searched my code for several of the lines you suggested, and found none of that. My theme is not java, somehow, so I have theme.liquid , not theme.js.liquid (this is at the top of the code... <html class="no-js" lang="{{ shop.locale }}">) Why is this, and what can I do to fix the slider pause problem?
Hallelujah! Love your solution. Thank you so much! So simple and works so perfectly.
User | RANK |
---|---|
22 | |
22 | |
10 | |
9 | |
6 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023