Shopify themes, liquid, logos, and UX
I want to add to my footer two small pictures but with link. In my footer section I have CUSTOM LINK that allows me to upload pictures but no link (see the picture).
Theme used: Dawn version 6.0.2
Please help me to add a link to the images that I want to put in my footer. Thank you
Hi @Alien1919 ,
You can check these steps below:
Go to Admin > Online store > Themes > Actions > Edit code
Go to Section folder, and open the footer.liquid file
Then you can add this code between the {%- when 'image' -%} and the {%- endcase -%} as the photo:
{% if block.settings.image_link %}<a href="{{ block.settings.image_link}}">{% endif %}
<div class="footer-block__details-content footer-block-image {{ block.settings.alignment }}">
{%- if block.settings.image != blank -%}
{%- assign image_size_2x = block.settings.image_width | times: 2 | at_most: 5760 -%}
<img
srcset= "{{ block.settings.image | image_url: width: block.settings.image_width }}, {{ block.settings.image | image_url: width: image_size_2x }} 2x"
src="{{ block.settings.image | image_url: width: 400 }}"
alt="{{ block.settings.image.alt | escape }}"
loading="lazy"
width="{{ block.settings.image.width }}"
height="{{ block.settings.image.height }}"
style="max-width: min(100%, {{ block.settings.image_width }}px);"
>
{%- else -%}
{{ 'image' | placeholder_svg_tag: 'placeholder-svg placeholder' }}
{%- endif -%}
</div>
{% if block.settings.image_link %}</a>{% endif %}
- find the image_picker under the {% schema %}, and paste the code after the }. Then click SAVE
,{
"type": "url",
"id": "image_link",
"label": "Image link"
},
you will have like this photo:
I hope it helps.
This did not work for me. All it did was add a second image but no link. Can someone please assist? My site is TheChattyChick.com and in my current theme, the "plant a tree" image links correctly however I am switching to Dawn and would like to get it to work before I publish the new theme.
Buna! Mai tii minte cum ai rezolvat? (daca ai rezolvat). Ce a scris @AvadaCommerce nu a functionat, nici nu m-a lasat sa il salvez.
UPDATE: for those who didn't succed to edit it, this code from video works great:
https://www.youtube.com/watch?v=CNfEuLH0d7o&t=176s
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024