Tagged: ,

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

    Hey Angelo!

    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;
    }

    Cheers!
    Yigit

    #698233

    where do i need to place that? on the top or at the bottom? because at the bottom it doenst work.

    #698239

    Hi,

    It should have worked. Do you mind creating a temporary admin login and posting it here privately so we can look into it? Also, please post the link you would like to link your logo.

    Best regards,
    Yigit

    #698253

    here u are

    #698257

    forgot the link

    #698259

    Hi,

    Login credentials are not working for me. Can you please check them once again?

    Best regards,
    Yigit

    #698382

    thank you very much! i have fixed the border by myself with an separator

    #698388

    Hey!

    Glad you figured it out!
    Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.