Thread Starter
tsfkar
(@tsfkar)
Displayed when I hoover over it with my mouse, i meant.
Hi Tsfkar
Thanks for using our theme.
What you want to on mouse hover. Please Describe your issue in details.
Thanks
Thread Starter
tsfkar
(@tsfkar)
There is nothing I want to do, but you see the problem when you hover with you mouse over the emailadress in the header of a site. On the bottom of your browser page, you can see the link that’s created. That link is not correct.
To see what I mean, create a new WordPress site, install the Guardian theme and activate it, and see on the site what happens. In the header you can see “[email protected]”, but a link mailto:http://[email protected] is created (as you can see on the bottom of your browser page) instead of mailto:[email protected]. The “http://” should be removed (?)
Hi,
Create a “Child-Theme” first.
After it create a “header.php” into your
“Child-Theme” directory.
Now copy the code from this Link and paste into “header.php” file
of your “Child-Theme” directory.
Save the changes.
Thanks.