Tagged: logo
I saw how to change the logo on the pages, but it works great
https://kriesi.at/support/topic/change-logo-per-page/
if you use transparent (Enfold theme options > Header > Transparency Options and upload your transparent logo there)
does not work you can help
thanks
Hi paso70!
You would like to change transparent logo per page as well is that correct? If so, please add following code to Functions.php file as well
add_filter('avf_logo_subtext', 'kriesi_logo_addition');
function kriesi_logo_addition($sub) {
if(is_page(9) ){
$sub .= "<img src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' />";
}
return $sub;
}
Best regards,
Yigit
Sorry no work..
function av_change_logo($logo)
{
if(is_page(3458) )
{
$logo = “http://www…../logo1.png”;
}
elseif(is_page(3517) )
{
$logo = “http://www…../logo2.png”;
}
elseif(is_page(3512) )
{
$logo = “http://www…../05logo3png”;
}
return $logo;
}
change:
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
if(is_page(3458) ){
$sub .= ““;
}
elseif(is_page(3517) ){
$sub .= ““;
}
elseif(is_page(3512) )
{
$sub .= “http://www…../05logo3png;
}
return $sub;
}
Hi!
Please elaborate on the changes you would like to make and post a temporary admin login here privately so we can look into it.
Best regards,
Yigit
Hi!
I think it’s working. Each page has a different logo. Please remove browser cache then reload the page.
http://www.gobbisp.com/site/catalizzatori/
http://www.gobbisp.com/site/ricambi-usati/
http://www.gobbisp.com/site/ricambi-rigenerati-e-nuovi/
Cheers!
Ismael