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

    Auf einer bestehenden Webseite mit Enfold sollen zwei Themengebiete behandelt werden. Für jedes Themengebiet soll es unterschiedliche Header (inkl Menü und Logo), Footer und Sidebars geben. Sidebars sind kein Problem, aber kann man das auch für Header und Footer realisieren?
    Besten Dank für die Hilfe!

    #724964

    Hallo!

    With some customizations and using some plugins, that would be possible :)

    Best regards,
    Yigit

    #725219

    This is good news! Can you give me a hint about the plugins?
    Thanks,
    Olaf

    #725310

    Hi,

    Sure!

    
    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(is_page(9) )
        {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
        }
        return $logo;
    }

    Best regards,
    Yigit

    #725343

    Hi,
    thats just what I was looking for!!! Thank you!

    Best regards,
    Olaf

    #725357

    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 :)

    Enjoy your weekend!

    Regards,
    Yigit

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