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!
Hallo!
With some customizations and using some plugins, that would be possible :)
Best regards,
Yigit
This is good news! Can you give me a hint about the plugins?
Thanks,
Olaf
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
Hi,
thats just what I was looking for!!! Thank you!
Best regards,
Olaf
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