Slideshow Speed in the Dawn Theme

  1. How can I adjust the slideshow speed to 1.5 seconds if the minimum setting is 3 seconds?
  2. How can I make each image in the slideshow clickable?
![Shopify-slideshow-banner-speed.png|1986x994](upload://76g8u9j45Exc5X34TFrt0r8pYvC.jpeg)
1 Like

Hi @AprilMask

  1. How can I adjust the slideshow speed to 1.5 seconds if the minimum setting is 3 seconds?

Go to Online theme > Choose theme > click 3 dots > Edit code > Find the slideshow.liquid on the sectiob folder > look for this schema.

Change the “min”:1.5, and “step” :0.5,

Like example below.

And save.

And go to cusomize theme and adjust the speed.

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

hello @Made4uo-Ribe

Thank you so much for your help. My first question:

How can I adjust the slideshow speed to 1.5 seconds if the minimum setting is 3 seconds?

:white_check_mark: Resolved

For the,

  1. How can I make each image in the slideshow clickable?

Follow this instruction.

https://community.shopify.com/post/1612021

Let me know if you have difficulties. I can guide you.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

I tried making the adjustment but received the following error:

“Unable to update the file. Invalid JSON in tag ‘schema’.”

  1. Where should I paste the link for the first slide?
  2. Where should I paste the links for the next two slides?

another place for a link:

  1. Where should I paste the link for the first slide?

It said above.


it should be above the <div class="slideshow__text-wrapper banner__content banner__content–{{

  1. Where should I paste the links for the next two slides?

For the schema find the image_picker

Add space.

Then paste:

{
"type": "url",
"id": "image_link",
"label": "Image Link"
},

Must look like this.

And Save.

After Go to Customize theme. This will be visible.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

2 Likes

Hi @Made4uo-Ribe

Thank you so much for your help! My second question:

How can I make each image in the slideshow clickable?

:ok_hand: Resolved

1 Like

Welcome! Your a developer now! :blush: :clap: :clap:

2 Likes

Legend thank you!!