Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1202638

    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

    #1202892

    Hey zmkstudio,

    I’m not sure I understand the problem, could you post a screenshot highlighting it please?

    Best regards,
    Rikard

    #1203096

    Hi, Please see screenshot below

    In english language (WPML) all images not showing like this ::
    image show white
    But in other language it’s ok like this ::
    image show on other language

    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

    • This reply was modified 4 years, 7 months ago by zmkstudio.
    #1203172

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.