Solved

How to make my text in footer clickable - Simple Theme

al3cuz
Tourist
10 0 4

Hey,

I'm trying to make my email address in my footer clickable.

I've tried to do this but it doesn't look like it's rich text, so if this isn't possible, how do I change the text block to rich text?

wozkat.myshopify.com
password: creoff

You can see in the last block what I'm trying to do. Any help would be appreciated!

Thanks

Accepted Solution (1)
suyash1
Shopify Partner
9077 1129 1479

This is an accepted solution.

@al3cuz - not here actually, but in the schema section, you can see line {{ block.settings.richtext }} - which shows that this section is richtext but not working with html, so I think you need to change its type to html

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI

View solution in original post

Replies 13 (13)

suyash1
Shopify Partner
9077 1129 1479

@al3cuz - to change block to rich text schema needs to be edited, so will need to check footer section file if it has this schema and you can check it from there.

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
al3cuz
Tourist
10 0 4

@suyash1 I can see in the schema that rich text is there. This is line 31-37, does something need to be edited here?

{% when 'text' %}
<div class="grid__item {{ column_width }}">
{% if block.settings.title %}
<h3 class="site-footer__section-title">{{ block.settings.title | escape }}</h3>
{% endif %}
<div class="rte">{{ block.settings.richtext }}</div>
</div>

suyash1
Shopify Partner
9077 1129 1479

This is an accepted solution.

@al3cuz - not here actually, but in the schema section, you can see line {{ block.settings.richtext }} - which shows that this section is richtext but not working with html, so I think you need to change its type to html

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
al3cuz
Tourist
10 0 4

@suyash1  Would you have an idea as to how to change it to html?

@SCOTT001 Thanks Scott, didn't work 😞

suyash1
Shopify Partner
9077 1129 1479

@al3cuz - can you please add me as collaborator? I will check it, I can send you request

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
al3cuz
Tourist
10 0 4

@suyash1 Done, thanks! 🙂 

suyash1
Shopify Partner
9077 1129 1479

@al3cuz - thanks, checking it now

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
suyash1
Shopify Partner
9077 1129 1479

@al3cuz - please check your footer now and you can change it from footer section in customize, sorry it took bit longer than expected.

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
al3cuz
Tourist
10 0 4

Thank you heaps @suyash1 . Legend. I can write in HTML now 🙂

I've updated it but the lines seem a bit off, it starts lower compared to the other sections. Would you have an idea how to level that out?

2021-07-26_14-29-16.jpg

suyash1
Shopify Partner
9077 1129 1479

@al3cuz - please clear cache and check now

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
al3cuz
Tourist
10 0 4

You're amazing mate!

Thanks heaps for the assistance. I appreciate it! It's perfect now 🙂

suyash1
Shopify Partner
9077 1129 1479

@al3cuz - please check PM and can you please accept solution on this thread?

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI

SCOTT001
Tourist
3 0 1

Give this a Try 

<address>
Contact Us <a href="mailto:webmaster@example.com">webmaster@example.com</a>

</address>