Hi,
After upgrading PHP and wordpress version to latest version and updated ENFOLD
The images not showing in some pages of website. It show only white but when right click on image area, I can select view the image and see it.
Please help (link included)
Thank you
Hey zmkstudio,
I’m not sure I understand the problem, could you post a screenshot highlighting it please?
Best regards,
Rikard
Hi, Please see screenshot below
In english language (WPML) all images not showing like this ::
But in other language it’s ok like this ::
I tried apply this css and it’s working but I think it’s better not to use this code because animation disappear
.wpb_animate_when_almost_visible { opacity: 1;}
.ult-ih-item .ult-ih-content { opacity: 1;}
Please help,
Thank you
Hi,
The custom animation for is not being triggered and I don’t see any errors, so I believe it would be a matter of editing the javascript that triggers the wpb_animate_when_almost_visible
but this could be a big job. I recommend this css because it targets the one page, you will still not have the animation on this page, but at least it is only one page.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.page-id-149 .wpb_single_image.wpb_animate_when_almost_visible {
opacity: 1;
}
After applying the css, Please clear your browser cache and check.
Otherwise, you could re-generate the shortcode in the “Visual Composer” builder and ensure you don’t have any animation enabled. This should change the class wpb_animate_when_almost_visible
Best regards,
Mike