Hi there,
I am experiencing a weird issue. Please see the attached screenshot in the private area to notice a page icon popping up near the logo and header area? Can’t figure out how to get rid of it. It just showed up out of nowhere one day. Any suggestions on getting rid of it?
Thank you.
is there a page we can see – or at least a screenshot
Yes, I had it in the private content. Here is a screenshot.
Hi,
Thank you for the screenshot.
It is the logo for the transparent header. Please check the Enfold > Header > Transparency Options > Transparency Logo and make sure that the selected image actually exists.
Best regards,
Ismael
yes – but on default this should not happen that both are visible ( by the way it is that: no_Icon_phase2-02.png )
and. it is inserted via a different domain (sdsitetech.com) – might be a residual from your developer site.
Hey,
You had following code in functions.php file of your child theme
add_filter('avf_logo_subtext', 'kriesi_logo_addition');
function kriesi_logo_addition($sub) {
$sub .= '<img src="LINK-TO-YOUR-IMAGE"/>';
return $sub;
}
I simply commented it out. Please review your website :)
Regards,
Yigit