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

    I’m trying to have a different logo show on a page, that is not the same as the main front page logo. I’ve searched the forum, and found https://kriesi.at/support/topic/different-logo-in-one-of-the-pages/#post-613359 which guided me in the right direction. The only issue is that after I added the page ID and the link to the different logo, it doesn’t work. Below is the code I added to functions.php. Any help you can offer would be great. Thanks.

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(is_page(5841) )
        {
        $logo = "http://www.mycasinotravel.com/wp-content/uploads/2014/07/CaSEAno-logo.jpg";
        }
        return $logo;
    }
    #654418

    Hey echristoperj,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #654423

    Thank you.

    #654443

    Hi!

    I moved the code below following line in functions.php file

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    please review your website now

    Best regards,
    Yigit

    #654448

    Thank you, it’s exactly how it should be. I just have to tweak the logo and make it transparent.

    #654453

    Hey!

    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 ‘Different Logo on a page’ is closed to new replies.