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

    Hello

    I checked my web page on several browser and found an unexpected ‘x’ mark appears in my page on IE.
    I want to disappear it.
    Though I suspect it comes from Jetpack plugin, don’t hope deactivate it.

    Will you tell me how to solve this problem.
    Please check the link in the Private Content box.
    You can see ‘x’ mark on the page of upper left side.

    Thank you

    #1049541

    Hey shhattori,

    Yes it appears to be coming from the Jetpack plugin. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    .avia_image.jetpack-lazy-image {
        display: none;
    }
    
    
    

    Best regards,
    Vinay

    #1049551

    Hi Vinary
    Thank you for your response.
    I did as you directed, then the problem was solved.
    However, other pictures which must be there vanished.

    So, I must find another solution.
    This issue shows up only IE. I checked Chrome, firefox and Edge and this issues doesn’t.

    I have no idea.
    Will you give me any advice?

    Best Regards,
    Shinya

    #1049679

    Hi,

    Please try the below code:

    <!--[if IE]>
    <style>
        .jetpack-lazy-image--handled {
           display:none;
        }
    </style>
    <![endif]-->

    If this does not work, I’m sorry to say that there is nothing we can do to help you. You try contacting the plugin author or check out the support form if there are similar issues.

    Best regards,
    Vinay

    #1049942

    Hi

    I tried your code, but it doesn’t work.
    It is a minor issue so I gave up so far.

    Vinay, thank you for your cooperation.

    Shinya

    #1050675

    Hi,

    Thank u for letting us know, we appreciate it ;-)

    Best regards,
    Basilis

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