Yes I did and it is still not showing up
Topic summary
A user seeks help making all images on their Shopify store clickable with links, specifically on a page using the multicolumn section.
Solutions Provided:
Multiple developers offered code-based approaches:
- Basic HTML wrapper: Wrap images in
<a>tags with href attributes pointing to desired URLs - Multicolumn.liquid modification: Replace the entire multicolumn.liquid file code to add link functionality, then add image URL settings in the theme customizer
- Targeted code insertion: Add specific code snippets before and after certain div elements in multicolumn.liquid, plus CSS modifications
Implementation Steps:
Most solutions require:
- Accessing Admin → Online Store → Themes → Edit code
- Locating and modifying the multicolumn.liquid file
- Adding custom code at specific locations
- Configuring link URLs through the theme customizer by clicking on individual columns
Current Status:
The user attempted the provided solutions but encountered difficulties:
- Cannot locate the image URL option mentioned in instructions
- Images still not becoming clickable after following steps
- Shared their current multicolumn.liquid code for further troubleshooting
The discussion remains ongoing with developers requesting additional details to diagnose the issue.