Below is a page you can see it from on your mobile device: I am in process and don’t have a home page yet. I had posted on Theme Forrest and they directed me here since it is a mystery. I am using a child theme and any modifications can be found in the general editor for style.css
Thank you for your help. It is a stumbler for me. Best, Georgia
Hi GeorgiaG!
Could you try to disable all plugins to see if one of them is causing a conflict please?
Regards,
Rikard
Hi!
That is because you had following code in Functions.php file of your child theme
add_filter('avf_logo','av_change_logo');
function av_change_logo($logo)
{
if(wp_is_mobile() )
{
$logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
}
return $logo;
}
I removed it and now your logo loads fine on mobile. Please review your website now :)
Cheers!
Yigit
Thank you very much. I appreciate your detective work! Best.
Hi!
You are welcome, we are always happy to help :)
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 :)
Cheers!
Yigit