Tagged: logo
-
AuthorPosts
-
May 16, 2015 at 11:12 am #445255
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
thanksMay 18, 2015 at 5:21 pm #445871Hi 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,
YigitMay 18, 2015 at 5:44 pm #445892Sorry 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;
}May 18, 2015 at 5:47 pm #445895Hi!
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,
YigitMay 18, 2015 at 5:58 pm #445906This reply has been marked as private.May 18, 2015 at 5:59 pm #445909This reply has been marked as private.May 18, 2015 at 6:00 pm #445910This reply has been marked as private.May 20, 2015 at 8:26 am #446976Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
