Slideshow Speed in the Dawn Theme

Solved

Slideshow Speed in the Dawn Theme

AprilMask
Tourist
5 0 2

 

 

  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

 

 

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
7742 1872 2291

This is an accepted solution.

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.

Made4uoRibe_1-1725306614480.png

Change the "min":1.5, and "step" :0.5,

Like example below. 

Made4uoRibe_2-1725306652500.png

And save. 

And go to cusomize theme and adjust the speed. 

Made4uoRibe_3-1725306696348.png

And Save. 

 

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Made4uo-Ribe
Shopify Partner
7742 1872 2291

This is an accepted solution.

 

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

It said above. 

 

<a href="{{ block.settings.image_link }}" style="display: block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;"></a>
<div class="slideshow__text-wrapper banner__content banner__content--{{ block.settings.box_align }} page-width{% if block.settings.show_text_box == false %} banner--desktop-transparent{% endif %}{% if settings.animations_reveal_on_scroll and forloop.index == 1 %} scroll-trigger animate--slide-in{% endif %}">

 

Made4uoRibe_0-1725314304031.png

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

 

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

For the schema find the image_picker

Made4uoRibe_1-1725314594546.png

Add space. 

Then paste:

 

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

 

Must look like this. 

Made4uoRibe_2-1725314673407.png

And Save. 

After Go to Customize theme. This will be visible. 

Made4uoRibe_3-1725314721342.png

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 7 (7)

Made4uo-Ribe
Shopify Partner
7742 1872 2291

This is an accepted solution.

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.

Made4uoRibe_1-1725306614480.png

Change the "min":1.5, and "step" :0.5,

Like example below. 

Made4uoRibe_2-1725306652500.png

And save. 

And go to cusomize theme and adjust the speed. 

Made4uoRibe_3-1725306696348.png

And Save. 

 

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
AprilMask
Tourist
5 0 2

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?

Resolved

Shopify-womens-airtag-wallet.png

Made4uo-Ribe
Shopify Partner
7742 1872 2291

For the, 

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

Follow this instruction. 

https://community.shopify.com/c/shopify-design/making-a-slideshow-image-clickable-in-dawn-theme/m-p/...

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!

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
AprilMask
Tourist
5 0 2

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?


 

edit-slideshow-link.pngedit-slideshow-link-2.png

another place for a link:
edot-slideshow-link-3.png

Made4uo-Ribe
Shopify Partner
7742 1872 2291

This is an accepted solution.

 

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

It said above. 

 

<a href="{{ block.settings.image_link }}" style="display: block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;"></a>
<div class="slideshow__text-wrapper banner__content banner__content--{{ block.settings.box_align }} page-width{% if block.settings.show_text_box == false %} banner--desktop-transparent{% endif %}{% if settings.animations_reveal_on_scroll and forloop.index == 1 %} scroll-trigger animate--slide-in{% endif %}">

 

Made4uoRibe_0-1725314304031.png

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

 

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

For the schema find the image_picker

Made4uoRibe_1-1725314594546.png

Add space. 

Then paste:

 

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

 

Must look like this. 

Made4uoRibe_2-1725314673407.png

And Save. 

After Go to Customize theme. This will be visible. 

Made4uoRibe_3-1725314721342.png

 

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

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
AprilMask
Tourist
5 0 2

Hi @Made4uo-Ribe 

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

How can I make each image in the slideshow clickable?

👌Resolved

shopify-slideshow-link-image.png

Made4uo-Ribe
Shopify Partner
7742 1872 2291

Welcome! Your a developer now!😊👏👏

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.