How can I make a multicolumn photo clickable on Dawn 10.0?

Topic summary

A user running Dawn 8.0 successfully made multicolumn images clickable without visible buttons, but this approach fails after upgrading to Dawn 10.0.

Proposed Solution:
Another user provides a code modification for the multicolumn.liquid file involving:

  • Adding an image link parameter to the schema picker
  • Wrapping image media code with anchor tags
  • Including a new “image link” field in the block schema

Current Status:
The original poster reports implementation errors when applying the suggested code. A follow-up question asks whether the closing </a> tag was properly added, suggesting potential syntax issues.

The discussion includes code snippets and screenshots demonstrating the modification steps, but remains unresolved pending troubleshooting of the implementation errors.

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

Hello I’m currently on dawn 8.0 and have managed to get my Multicolumn photos to be a clickable link without having the button, so the whole image is a button basically. But on 10.0 this doesn’t work? Does anyone have any code that can help me please ? Website: DAGNORAK.com

@DAGNORAK add below code into multicolumn.liquid file


Here above the image media code.

{
          "type": "url",
          "id": "imglink",
          "label": "image link"
        },

add above schema underneath image picker schema inside block

and add the link where you want to redirect the image from over here

1 Like

throws up lots of errors

[email removed] did you close tag over here