Need entire image banner to be clickable in Dawn theme 15.2.0

Need entire image banner to be clickable in Dawn theme 15.2.0

CuttingEdgeProm
Excursionist
30 1 3

I have Dawn theme 15.2.0 I need my entire image banner to be clickable. I found a bunch of coding solutions online but they don’t work. Can someone help?

Replies 8 (8)

DaisyVo
Shopify Partner
4469 501 598

Hi @CuttingEdgeProm 

 

Could you please share the store link with us so we can check further? 

 

Looking forward to hearing from you soon. Thank you!

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DaisyVo
Shopify Partner
4469 501 598

Hi @CuttingEdgeProm 

 

I have just checked and found that your banner is clickable now. 

 

Not sure if is there anything else that we can help you with? 

 

Best,
Daisy - Avada Support Team.

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
DaisyVo
Shopify Partner
4469 501 598

@CuttingEdgeProm 

 

If this happens again, you should wrap the image tag <img /> inside an anchor tag <a> in the banner code.

Example:

<a href="link-redirect">
    <img src="img-link" />
</a>
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

Rahul_dhiman
Shopify Partner
855 168 186

Hello @CuttingEdgeProm 
This would need custom coding to make the whole banner clickable.
I will suggest you to go with the experienced developer, or i can also help you with this.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Dan-From-Ryviu
Shopify Partner
12023 2350 2529

Hi @CuttingEdgeProm 

You can follow this article to make image banner clickable 

https://buymeacoffee.com/dandong910/how-make-image-banner-clickable-shopify-dawn-theme

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

CuttingEdgeProm
Excursionist
30 1 3

hi-i added all of your code to the bottom of base.css But what do I do now? There needs to be a section that I go to so that I can program what link to go to if someone clicks on the banner. can you help?

websensepro
Shopify Partner
2127 265 317

Hi @CuttingEdgeProm , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

MR115_ShopiDevs
Shopify Partner
26 4 3

To make an entire image banner clickable in Shopify Dawn theme , follow these steps:
Wrap the image <div> with an <a> tag to make it clickable. For example:

<a href="{{ section.settings.link }}">
  <div class="banner-image">
    <img src="{{ section.settings.image | img_url: '...' }}" alt="{{ section.settings.image.alt }}">
  </div>
</a>

{
  "type": "url",
  "id": "link",
  "label": "Banner Link",
  "default": "#"
}

 Let me know if you need more detailed guidance!

EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.