Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Make image clickable on Craft Theme Multicolumn

Solved

Make image clickable on Craft Theme Multicolumn

jianimo1
Tourist
7 0 1

Hello, on my home page, I have a Multicolumn. Within that multicolumn, I have 3 columns with 3 pictures. I want to make these 3 pictures clickable. This is a Craft theme. Any pointers?

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1254

This is an accepted solution.

Hello @jianimo1 ,

 

It's GemPages support team and glad to support you today.

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1670474416344.png


2. Open your multicolumn.liquid theme file


3. Paste the below code before {%- capture sizes -%}

<a href="{{ block.settings.link }}" style="z-index: 9"></a>

GemPages_1-1670474529066.png

 

4. Setup link for your Multicolumn element

GemPages_2-1670474610123.png

 

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 3 (3)

GemPages
Shopify Partner
5625 1262 1254

This is an accepted solution.

Hello @jianimo1 ,

 

It's GemPages support team and glad to support you today.

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1670474416344.png


2. Open your multicolumn.liquid theme file


3. Paste the below code before {%- capture sizes -%}

<a href="{{ block.settings.link }}" style="z-index: 9"></a>

GemPages_1-1670474529066.png

 

4. Setup link for your Multicolumn element

GemPages_2-1670474610123.png

 

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
JosephC1
Tourist
6 0 1

Worked like magic for Refresh 11.0.0 theme... is it possible to make that link open a different tap?  

flowerchild3
New Member
7 0 0

How can I enable an image map (ie I want four different images to click to four different links) but they are all in the same large image? This worked for one link, but I am trying to get an image map here!