Hyperlink image i the image with text section. How to?

Site: www.reporting.io

I want to hyperlink the image in the image with text section on the homepage. or an overlay if possible.

Thanks

Hi @jackreports ,

Try this video tutorial

2 Likes

So I followed all. The image is now clickable. But it isn’t picking up the link from the editor. I have checked the ID is matching. Any ideas?

Can you share the code. The ID must match the block ID. You might be placing it in the section and not a block.

@jackreports

Just what I thought. You are not using the block, instead, you are using the section. If you do not see the {% for block in section.block %}, then you know you have a section.

Please change the {{ block.settings.image_link }} to code below

{{ section.settings.image_link }}
1 Like

Thanks, you’re fantastic. Last question, how can i make the URL open in a new tab? :raising_hands: