Tagged: , ,

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

    Hey,

    Please refer to this post – https://kriesi.at/documentation/enfold/logo/#change-the-logo-url-on-some-pages

    Regards,
    Yigit

    #960681

    Hello, thanks for this answer.
    But sorry, my question was about the URL of the link, not the URL of the image.
    When I click on the logo, for now I come back to the home of the wordpress. I don’t want that. I would like to change the logo’s link URL.
    In what file could I find this link fabrication ?
    Thanks

    • This reply was modified 6 years, 6 months ago by romano2.
    #960787

    Hi,

    Please use the code as following

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

    Best regards,
    Yigit

    #960818

    Lot of thanks, as usual, the support is impeccable !

    #961024

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Custom URL logo’ is closed to new replies.