-
AuthorPosts
-
May 19, 2013 at 6:56 pm #23493
I am trying to use the Logo area as a banner that would hyperlink to a capture page for my business (different than the website being built). Clicking on it now links right back to the website that I’m building via Enfold. Is there a way to accomplish this? I am an absolute new comer to WordPress, Enfold and building a website in general so simple method please. :-) Appreciate your assistance.
May 20, 2013 at 3:18 am #120037Hi,
Open framework > php > function-set-avia-frontend.php then find this code.
$logo = "<img src=".$logo." alt='' />";
$logo = "<$headline_type class='logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";Replace that with
$logo = "<img src=".$logo." alt='' />";
$logo = "<$headline_type class='logo'><a href='YOUR URL HERE'>".$logo."$sub</a></$headline_type>";Replace the URL
Regards
Ismael
May 21, 2013 at 3:23 pm #120038I’m very sorry but as I said I’m a beginner. Still somewhat lost with your answer. I finally figured out how to find what you call Open framework – It is the tab on the left called Appearances. Correct? However in clicking on the items listed on the right I was not able to find the wording above of: function set frontend. Which item specifically do I click on?
And when I’m there, in your corrective line above where it says YOUR URL HERE, I would type http://www.cgreen.nerium.arealbreakthrough.com which would forward the logo clicks to my capture page. Correct.
Wish I was more familiar with things…
Thanks for your patience,
May 22, 2013 at 6:04 am #120039Hi,
You need to edit the file via FTP or your cpanel. wp-content/themes/enfold/framework/php/function-set-avia-frontend.php.
Please refer to this link on how to edit file on your cpanel. http://www.siteground.com/tutorials/cpanel/file_manager.htm
This line should
$logo = "<img src=".$logo." alt='' />";
$logo = "<$headline_type class='logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";Should be replace with
$logo = "<img src=".$logo." alt='' />";
$logo = "<$headline_type class='logo'><a href='http://www.cgreen.nerium.arealbreakthrough.com'>".$logo."$sub</a></$headline_type>";Cheers,
Ismael
May 27, 2013 at 2:47 pm #120040Appreciate your help!
May 28, 2013 at 4:54 am #120041 -
AuthorPosts
- The topic ‘Logo – banner hyperlink’ is closed to new replies.