Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #576518

    hello, I want to link the logo in the header not to the frontpage (frontpage is a full-slider) instead of them want to link to home, to my portfolio. how is this possible.

    #576520

    Hey Erich!

    Please add following code to Functions.php file in Appearance > Editor and change the link as needed

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
        $link = "http://kriesi.at";
        return $link;
    }

    Best regards,
    Yigit

    #576522

    hello yigit; where can i find functions.php?
    thank you

    #576527

    Hey!

    Please go to Appearance > Editor in WordPress dashboard

    Regards,
    Yigit

    #576532

    Hey Yigit;
    thank you very much – it worked!!! great, was the first time that I used a Topic and got a solution in just a few minutes!
    thank you very much – I appreciate very much
    Kr. Erich

    #576547

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header: Logo links to different page than homepage’ is closed to new replies.