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
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
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
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
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
Hi,
Thank u for letting us know, we appreciate it ;-)
Best regards,
Basilis