Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #597949

    hi there – a client wishes to have the logo position on a site built with Enfold hard-coded to an alternate URL. how can i do this? thanks for your help!

    #597976

    Hey charger70!

    Not sure if i understood you clearly. Would you like to change logo link? If so, please add following code to Functions.php file in Appearance > Editor

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

    If not, please elaborate on the changes you would like to make

    Regards,
    Yigit

    #597997

    Hi Yigit – yes, the logo link – you got it.

    i tried your solution on functions.php inside the enfold folder on the server, and nothing happened. it still links to the pages.liveauc.com subdomain where it resides. we need it to go to the link in private content.

    any ideas?

    #598012

    Hey!

    Could you please provide login credentials to the site so we can have a closer look. You can put them in the Private Content section of your reply.

    Best regards,
    Jordan

    #598014

    done, thank you, jordan.

    #598038

    Hey!

    Editor is missing under Appearance tab. If you would like us to add the code into functions.php file, please post FTP credentials here privately as well.

    Cheers!
    Yigit

    #598074

    thanks, yigit. here you go.

    #598085

    Hey!

    I added the code to functions.php file. Please review your website now

    Best regards,
    Yigit

    #598088

    thank you, yigit! you are amazing, as always!!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Hard-code an alternate URL for the logo position’ is closed to new replies.