Not displaying images in Firefox (v. 54)

Posted in: Newspaper
Post count: 7

Hello!
I have problem with Newspaper theme (v 8.0) in Firefox v. 54, because the images are not displaying. All is ok in Chrome, Edge, Opera, but not in the latest version of Firefox. This is my website: http://brandingmonitor.pl, and screens:
– Chrome (home page, it’s ok): https://1drv.ms/i/s!AsrWTdd9NeqXj0NFtfBefbcUWj4M
– Chrome (it’s ok): https://1drv.ms/i/s!AsrWTdd9NeqXj0LxS5zoBVc1GhUm
– Firefox (home page, not ok): https://1drv.ms/i/s!AsrWTdd9NeqXj0EWQK7RXziR6tga
– Firefox (not ok): https://1drv.ms/i/s!AsrWTdd9NeqXj0SQnNGB5hBJUqmV

Can you help me please? I don’t have any idea what is the reason 🙁
Regards

Post count: 23312

Hello kkaras,

I have inspected your website in Firefox and I saw that your images are not loaded as expected. It seems to be issues regarding on JS which apply the opacity:0 for all of your images, as you can see here -> https://www.screencast.com/t/Lq7vihyB1q The value of it should be 1. Also, notice that problem might appear from your untested plugins used which might interact with the theme core files and causes a lot of unknown issues. Try to disable all of them, leaving just our required plugins to be active, clear all the caches and check the results.
Please notice that the theme was fully tested with FireFox browser and should work as expected. If the problem is still there, you should make a new clean install from scratch via FTP way, clear all the caches and check the results.

Hope this helps and let us know how it goes!

Thanks for your understanding!

Post count: 7

Thank you Catalin for your tip! It was true. I checked the plugin, but I couldn’t find a solution so I added this code to css:

.entry-thumb {
opacity: 1 !important;
}

.post img {
opacity: 1 !important;
}

Now it works 🙂 Thank you for your help! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.