Skip Navigation

[Resolved] Telephone number clickable link, content form showing hamburger menu, cred title

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 7 replies, has 2 voices.

Last updated by emmaT-2 3 months ago.

Assisted by: Minesh.

Author
Posts
#2748513
Screenshot 2024-09-18 at 6.38.50 pm.png

Tell us what you are trying to do? I would like the telephone number to be a clickable link (telto:) similar to the email field how can I do this? The content form shows the hamburger menu on the frontend for the navigation - how can I fix this? And finally when a client signs up a CRED..... title is assigned. Is there a way for this to become the member name automatically rather than having to manually change the title every time someone signs up. Here is a video hidden link

Thanks heaps

Is there any documentation that you are following? No

Is there a similar example that we can see? See screenshot for the hamburger menu and the telephone number

What is the link to your site? hidden link

#2748560

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

As per our support policy, we entertain only one question per ticket. Hope this is ok and once the original issue is fixed we will try to help you to solve other issues by splitting the ticket with every new question you may have. You should also try to file a new ticket with every new question you may have in future.

Regarding displaying the telephone number as clickable link. Can you please try to use the following code:

<a href="tel:[types field='your-field-slug' output='raw'][/types]"> 
[types field='your-field-slug'][/types]
</a>

Where:
- Replace 'your-field-slug' with original phone field slug

#2748564
Screenshot 2024-09-18 at 8.41.42 pm.png

My apologies, I'm happy to submit the other issues as separate tickets but agree let's work on this issue first.

Please provide a bit more information as to where I put this code - I did try adding this code the CSS of the website but it didn't like it.

#2748571

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - you will have to add the code I shared to the place where you are displaying the telephone field.

Are you displaying the telephone custom field using content template or using any other builder?

#2748831

It's a custom field and I'm using a content template to display the information

#2748836
Screenshot 2024-09-19 at 5.46.14 am.png

I've added the code to the content template css editor - is this correct. I can't see anywhere else to add it.

#2749141

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Ok - instead of the CSS section of content template you will have to add the code I shared where you added the telephone number using custom field in content template content area.

So, what you should do it, add a "Fields and Text" block and switch to "Text" mode of "Fields and Text" block and add the code I shared with my previous reply to "Fields and Text" block and save the content template.

#2749159

Yay, thank you. That works. Much appreciated. One problem solved. Thanks so much.

#2749160

Thanks heaps. Really appreciate your patience and support with this issue.