Dawn Theme 3.0 - Banner Links + Product Video Autoplay + Currency Buttons

Solved

Dawn Theme 3.0 - Banner Links + Product Video Autoplay + Currency Buttons

tomski3000
Tourist
4 1 6

hey all wonder if anyone could kindly assisst , I have been stumped by the following 3 challenges:

 

1. I would like to make it so the image banners on home page, images are clickable links. Surprised this isnt out the box. Only solutions I have found are for Dawn2.0 and are buggy!

 

2. Product videos how to make these autoplay?

 

3. Currency/Country selector has ALL the countries showing. I just want it to show GBP / EUR / USD - or alternatively is there a way to create a link that will default site ISO to a specific currency ? (eg. EURO button, click it turns all site prices to EUR)

 

 

Many thanks in advance to any kind people that can offer assistance or point to existing solutions

 

 

Accepted Solution (1)

LitCommerce
Astronaut
2860 684 756

This is an accepted solution.

Hi @tomski3000,

#1: Go to sections > image-banner.liquid file, find 'banner__content--' and add code here:

Screenshot.png

Code:

<a href="{{ block.settings.button_link_1 }}" style="display: block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;"></a>

Then the image will be linked with 'First button link'.

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Reply 1 (1)

LitCommerce
Astronaut
2860 684 756

This is an accepted solution.

Hi @tomski3000,

#1: Go to sections > image-banner.liquid file, find 'banner__content--' and add code here:

Screenshot.png

Code:

<a href="{{ block.settings.button_link_1 }}" style="display: block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 999;"></a>

Then the image will be linked with 'First button link'.

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!