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.
Bump...
Bump...
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%.
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?
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.
Hallelujah! Love your solution. Thank you so much! So simple and works so perfectly.
User | RANK |
---|---|
33 | |
25 | |
17 | |
9 | |
9 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023