Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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.

    #120037

    Hi,

    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

    #120038

    I’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,

    #120039

    Hi,

    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

    #120040

    Appreciate your help!

    #120041

    Hey,

    Sure. Glad we could help. :)

    Regards,

    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo – banner hyperlink’ is closed to new replies.