Re: How to make images in multicolumn links Dawn 7.0.1

Solved

How to make images in multicolumn links Dawn 7.0.1

rjluna
Excursionist
29 0 5

I have a 4 column multicolumn with 4 images and text on my home page. How can I make the images and text hyperlinks? Thanks in advance!

 

Screenshot-(250).jpg

Accepted Solution (1)
BSS-Commerce
Shopify Partner
3477 465 555

This is an accepted solution.

Hi @rjluna .

 

I apologize for the delayed response.

You are using the "Multicolumn" layout to display a list of products or collections.

To add hyperlinks to both the image and plain text, please follow these steps:

 

  1. Ensure that you have added links to all columns.view - 2023-09-12T100928.588.png

  2. Open your theme settings by navigating to "Customize" and then access the "multicolumn.liquid" file.

  3. Add the following code as the image illustrates:

    a) The image:

    view - 2023-09-12T101107.744.png
    {% if block.settings.link != blank %}
    <a href="{{ block.settings.link}}">
    {% endif %}
    ...
    {% if block.settings.link != blank %}
    </a>
    {% endif %}
    b) The plain text:view - 2023-09-12T101215.849.png
    {% if block.settings.link != blank %}
    <a href="{{ block.settings.link}}" style="color: inherit; text-decoration: none;">
    {% endif %}
    ...
    {% if block.settings.link != blank %}
    </a>
    {% endif %}

4. Save your changes and check the result.

I hope this helps you achieve the desired outcome. @rjluna 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 6 (6)

BSS-Commerce
Shopify Partner
3477 465 555

Hi @rjluna ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
rjluna
Excursionist
29 0 5

Store Link: https://cornholeantics.myshopify.com/

Password: cornholeantics

 

Thanks!

rjluna
Excursionist
29 0 5

Hi there, can you please help?

 

Ruben

rjluna
Excursionist
29 0 5

Hi, is this possible? Thanks!

BSS-Commerce
Shopify Partner
3477 465 555

This is an accepted solution.

Hi @rjluna .

 

I apologize for the delayed response.

You are using the "Multicolumn" layout to display a list of products or collections.

To add hyperlinks to both the image and plain text, please follow these steps:

 

  1. Ensure that you have added links to all columns.view - 2023-09-12T100928.588.png

  2. Open your theme settings by navigating to "Customize" and then access the "multicolumn.liquid" file.

  3. Add the following code as the image illustrates:

    a) The image:

    view - 2023-09-12T101107.744.png
    {% if block.settings.link != blank %}
    <a href="{{ block.settings.link}}">
    {% endif %}
    ...
    {% if block.settings.link != blank %}
    </a>
    {% endif %}
    b) The plain text:view - 2023-09-12T101215.849.png
    {% if block.settings.link != blank %}
    <a href="{{ block.settings.link}}" style="color: inherit; text-decoration: none;">
    {% endif %}
    ...
    {% if block.settings.link != blank %}
    </a>
    {% endif %}

4. Save your changes and check the result.

I hope this helps you achieve the desired outcome. @rjluna 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
rjluna
Excursionist
29 0 5

Brilliant! This worked perfectly.

 

Thank you!