Thread Starter
Anthyx
(@anthyx)
A correction: I have tried to switch some image links back to http:// but the problem persists: the problems is clearly not related to https.
Any idea how to solve this?
Thanks.
Do you have a plugin that is using TopLevelImageDocument.css
What you have there is:
body {
color: #eee;
background-image: url("chrome://global/skin/media/imagedoc-darknoise.png");
}
img.transparent {
background: hsl(0,0%,90%) url("chrome://global/skin/media/imagedoc-lightnoise.png");
color: #222;
}
}
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Find out which plugin is using that, and try disabling it.
Also looking at the source of some of your pages, your image links are formatted incorrectly:
<a href="https://webfoodculture.com/wp-content/uploads/2016/04/secondi_003_asado43.jpg"; alt="Campesinos y gauchos chilenos ©:5"; title="Campesinos y gauchos chilenos ©:5"; > <img class="img_right1 squareb"; src="https://www.webfoodculture.com/wp-content/uploads/2016/04/secondi_003_asado42.jpg"; alt="Campesinos y gauchos chilenos ©:5"; title="Campesinos y gauchos chilenos ©:5"; /></a>
-
This reply was modified 9 years, 2 months ago by
musicforte.
-
This reply was modified 9 years, 2 months ago by
musicforte.
-
This reply was modified 9 years, 2 months ago by
bdbrown.
Thread Starter
Anthyx
(@anthyx)
Hi,
thanks a lot for your help:
I have disabled great part of my plugins without any result.
About the image links format: apart from changing http to https, I have changed nothing.
Could you please let me know the correct format, so as to try if it solves the problem? (I’m not a coder, so this could be the problem)
Many thanks
That won’t fix the problem, but you don’t need the semicolons. They only go in the style attributes.
Try temporarily disabling your theme twentyelevenmod and switch just to a generic wordpress theme like twentyseventeen. See if the problem still occurs. Then at least you can narrow it down to a theme issue.
Thread Starter
Anthyx
(@anthyx)
Hi music,
I have installed as you suggested twentyseventeen, then I used the Live Preview to see if the problem persisted.
It’s still there: when I click on an image it pops up normally, but after just a couple of seconds the image is still displayed but the image goes gray (or white, as in this case).
I really have not the slightest idea how I could fix this …
Thread Starter
Anthyx
(@anthyx)
I have tried to use some older versions of the plugin, since it was recently updated, but the problem is still there …
I would delete those and keep with the most recent version of the plugin. I use it, myself, and it works fine. Somewhere you have a conflict, but I can’t tell where from here.
Thread Starter
Anthyx
(@anthyx)
Hello Music,
thanks for your help.
The problem is that Easy Fancybox is not compatible with the last update of Google Analytics for WordPress by MonsterInsights. If I disable this plugin, Easy Fancybox works perfectly.
Since there are not a lot of options in Analytics, I think I’ll disable it until a better, more compatible version will be released.
Many thanks for your help!
A.