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!!!
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.
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!
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
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!
I had the same problem and it went solved dissabling lazy load.