Hello,
I changed the mobile logo with
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
if(wp_is_mobile() )
{
$logo = “logo-url”;
}
return $logo;
}
But it only works on the homepage
any ideas
Edit:
it stopped working on all pages now
Edit2:
Now it works everywhere, my guess would be caching and moving the site location
Edit 3:
And it stopped working again without changing anything
Hey Wolf,
I wanted to check your page on mobile however it is not loading correctly on my end. Attached a screenshot in private content field. Do you have some sort of mobile redirection at the moment?
Best regards,
Yigit
very strange I don’t have any mobile redirection. Maybe there was a server error or something.
Logo still not working
Hi Wolf,
I got the same as Yigit on my mobile and logo still not url in browser emulators.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
Victoria
I found the problem, you need to add www