Update to wordpress 4.5.1 no more images

Posted in: Newsmag
Post count: 4

Hi, I’ve just uopdate wordpress to 4.5.1 and now I can’t see any image on website: http://www.corrieregiallorosso.com/
Please help me!!!

Post count: 1

I have the same problem.

Post count: 4

I’ve just solved this problem changing in style.css of my template the opacity:0 to opacity:1
This is the class changed:
body.lazy-animation .post img {
opacity: 1;
transition: opacity 0.3s;
transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
/* linear */
}
I’v found it with chrome inspector.

Post count: 117

I have the same problem…

I’ve disabled LAZY LOAD in theme options and then pictures are shown…

Post count: 31

clear the cache.

Post count: 6535

Hi

After WordPress’s last update there appeared a jQuery conflict in our theme. We fixed this conflict and the current theme version available on themeforest works fine, also we included last version of Visual Composer plugin.
Try to update the theme at V 2.3.6, and Visual Composer at V 4.11.2 following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ then clear all caches and test again.

Thanks!

Post count: 2

Hi Andrei,

I am also experiencing the same issue as above (no images load unless LazyLoad is disabled) and I am using the latest theme and Visual Composer versions. Using WordPress 4.5.2.

This is on a new development website without any other plugins (only Theme & Visual Composer).

And despite the last versions, I am still seeing the jQuery issue:

Uncaught TypeError: Cannot read property ‘init’ of undefined in wp-content/themes/Newspaper/js/tagdiv_theme.js?ver=7.1.1

Not sure if you could help?

Extra information: Also tried with server level caching disabled and issue remains. Disabling LazyLoad makes images show but the jQuery error is still present.

Thanks,
Rui

Post count: 6535

Hi

Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.

Thanks!

Post count: 2

Thanks Andrei, e-mail sent! 🙂

Post count: 59

I had the same problem and it went solved dissabling lazy load.

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