Archived topic
clickable phone link and Blog title
7 replies · Started by Nanette on September 3, 2019
I have two support issues I can use help on
1) I am using the peak template and I created a post page for posting tips. I named that post header, Electrical Tips. However, the template single post element had the date under it and I wanted to take it out. I took it out but now the page title says Blog in the header instead of the page name Electrical Tips. I don't know how to fix it. The element code is the following:
<h1 style="margin-bottom: 5px;">{{post_title}}</h1>
2) I put in a link in one of my pages for visitors to click on to call for service. I tested the link to make sure it works in W3School. However in my page, if I click it in preview a blank page comes up and in the url it says, about:blank#blocked. How do I fix that? The link I used is:
<a href="tel:+5093933778">call Klotz Electric, LLC</a>
Hi there,
1. You can create a header element specifically for the blog page and use static title like this:
<h1 style="margin-bottom: 5px;">Electrical Tips</h1>
2. Where can I see this link in the live site?
Let me know :)
For the link go to the Services page and in paragraph 1
Looks like there is an HTML error there:
https://www.screencast.com/t/tNVWepWQ
I am looking at it but don't see what's missing
The http part shouldn't be there. There are also two opening <a> tag.
The HTML should look exactly like here:
https://generatepress.com/forums/topic/clickable-phone-link-and-blog-title/#post-1000306
Oops! Thanks
No problem :)