Viewing 4 replies - 1 through 4 (of 4 total)
  • @nitinbansaldandbindcom

    Can you once try disabling the Lazy Load setting given via Jetpack plugin if used on your site and check?

    Thanks.

    Thread Starter nitinbansaldandbindcom

    (@nitinbansaldandbindcom)

    That suggestion helped. Disabling Lazy Loading on Jetpack resolved the issue.

    Thanks,
    Nitin

    @nitinbansaldandbindcom

    Glad to hear that your issue has been resolved. Do let us know if you have any further query.

    Thanks.

    First of all, thanks for a great theme!

    By my opinion, disabling lazy loading is not the solution for image heavy sites where lazy loading images plays a key feture.

    I have found some workarounds:

    1/ disabling lazy loading for slider images only by adding ‘skip-lazy’ class (see Jetpack lazy load module documentation) into .slider-featured-image img tag. This can by done by modifing colormag-featured-posts-slider-widget.php on line 117 via a child theme:
    'class' => 'attachment-colormag-featured-image size-colormag-featured-image wp-post-image skip-lazy',
    Disadvantage: no lazy loading for slider images, but better than no lazy loading at all

    2/ setting the fixed height of a div element with the .single-slide class using css:
    .single-slide { height: 350px!important }
    Disadvantage: slider images apear with a delay after slider rotates the image

    I think that the slider widget implemented into ColorMag should be re-coded as it is a source of many different issues as one can read in ColorMag support forums.

    Just my two cents ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Contents gets pushed downwards on spinning of Feature Slider’ is closed to new replies.