Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1364831

    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.

    #1364833

    is there a page we can see – or at least a screenshot

    #1364835

    Yes, I had it in the private content. Here is a screenshot.
    Dog Ear

    #1364843

    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

    #1364974

    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.

    #1364983

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.