Hi
I’m using the venue theme and one of my sections is a slideshow the ‘Change slides every’ section is set to the lowest of 5 seconds, is there anyway to make this perhaps 2 or 3 seconds?
Thank you in advance
Goal: reduce a Venue theme slideshow’s minimum interval below the 5-second preset (target 2–3 seconds).
Proposed approach: edit theme settings directly.
Theme applicability and evidence:
Current obstacles/updates:
Status: unresolved/ongoing.
Hi
I’m using the venue theme and one of my sections is a slideshow the ‘Change slides every’ section is set to the lowest of 5 seconds, is there anyway to make this perhaps 2 or 3 seconds?
Thank you in advance
Hey @kooger21 ,
In order to adjust the slideshow speed beyond the presets, you will need to make some custom coding changes to your theme.
Go to your dashboard, locate the online store, and then themes. Next to the customize button on your active theme, click the drop-down and click edit code.
In the folder directory on the next screen, open up the folder called config, then click settings_data.json.
Once open hit ctrl+F to open the finder. Then enter ’ slider_home_rate ’ and that line of code is your inputted slider speed from within the customized theme settings. Mine was ‘5000’ (5 seconds), if yours was 3 seconds it would be 3000 as it’s measured in the code in milliseconds.
"slider_home_rate": "3000"
Change this to any value you like and then hit the blue save button in the top right corner.
This method has worked on a variety of themes, please share your store URL so I can check if it’s applicable to your store.
Look forward to hearing from you!
I looked for the file as you suggested but i couldnt find it - my URL is - justjustbaby.com
hey, i’m running into the same issue, i cannot find slider_home_rate in my config/settings_data.json. folder. any idea? i’m on Expanse theme and site URL is 4a2601-3c.myshopify.com
hoping to change to every 3 seconds