• Resolved marcinponicki

    (@marcinponicki)


    Hello – I have issue with some images loadins/css style. Some of the text boxes and images supposed to “fade in” , “slide in” etc. But they are loaded instantly and then dissaperears and appears again with animation. http://rockclimbing.com.pl/
    When i move to the subpage – the picture is loading way to slow. And I’ve noticed that some images loads cropped on the left and right side at the beggining and after while they are loeading/showing again in normal size. example https://rockclimbing.com.pl/voucher/

    Any ideas how to resolve this ?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter marcinponicki

    (@marcinponicki)

    Any help ?

    Plugin Author Seraphinite Solutions

    (@seraphinitesoft)

    Hello.

    Sorry, the notification doesn’t work for the new posts here. I asked admins – they don’t know the reason.

    I will look at the site tomorrow.

    Plugin Author Seraphinite Solutions

    (@seraphinitesoft)

    Pls, add this CSS code to ‘Corrections for lazy loading scripts’ styles settings:

    .elementor-top-section.elementor-section-stretched[data-settings*="section-stretched"]
    {
    	width: 100vw!important;
    	left: calc((-100vw + 100%) / 2)!important;
    }
    
    .elementor-element[data-settings*="animation\""]
    {
    	animation-name: none!important;
    }
    
    body.seraph-accel-js-lzl-ing header .head .navigation-bar
    {
    display:none;
    }
    Plugin Author Seraphinite Solutions

    (@seraphinitesoft)

    Does it help?

    Plugin Author Seraphinite Solutions

    (@seraphinitesoft)

    Closed due to inactivity.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘css styles / images loading’ is closed to new replies.