Skip to content
MIGHTYminnow Logo
  • Our Work
  • Our Services
  • Our Story
  • Our Work
  • Our Services
  • Our Story
Contact Us
betterdocs-category-icon

Design

1
  • Processing Images in Photoshop (Action)
betterdocs-category-icon

FontAwesome

1
  • Fix missing content after copy environment
betterdocs-category-icon

Hosting

16
  • Shopify
    • Shopify
  • Squarespace
    • Create Automatically Rotating Testimonials
    • Underline active menu navigation item
  • WP Engine
    • Fix missing content after copy environment
    • Fix the “Copy site failed” error in WP Engine
    • How to fix the “Can’t copy file” error when uploading a plugin
    • Images missing custom size on legacy staging
    • Migrate an Elementor site using WPE Migration Tools
    • Redirections
    • Reset Password Link not working with Ultimate Member plugin
    • Reset Password Links Known Issues
    • WP Engine PDF Redirects + Exclude PDFs from search engines
    • WPEngine
    • NGINX Snippets
      • Force PDF download
      • No-index PDFs
      • WP Engine PDF Redirects + Exclude PDFs from search engines
betterdocs-category-icon

MIGHTYminnow Approches

16
  • Accessibility Tools
  • DNS Tools
  • Font Awesome icons not showing
  • Hash link scroll with sticky header
  • How-tos
  • HTML in Ninja Tables
  • Launch / DNS Checklists
  • Mm Resources
  • WP Engine PDF Redirects + Exclude PDFs from search engines
  • Maintenance
    • Copying from Legacy Staging to Live
    • Did Google not return as many pages as you thought it should?
    • Did the HTTPS check reveal pages that failed?
    • Did you find a Too Many Redirects error?
    • Did you generate a 404 on Staging?
    • Fix missing content after copy environment
    • Media Cleaner Pro – step by step process for production
betterdocs-category-icon

WP Plugins Tutorials

25
  • Media Cleaner Pro – step by step process for production
  • Elementor
    • Creating a Category Navigation Dropdown in Elementor
    • Display Custom Post Types in Elementor
    • Duplicated navigation submenu arrows
    • Elementor Archive Posts Widget Pagination Tip
    • Elementor Cache
    • Elementor PRO + Hello Theme (Initial Setup) + Production Tips
    • Elementor: Different Mastheads for Each Device Size the Unconfusing Way
    • Fix missing content after copy environment
    • Fixed cover hero
    • Frozen dropdown menus
    • Migrate an Elementor site using WPE Migration Tools
    • Missing “Edit with Elementor” on the Front End
    • Missing Icons (squares showing instead)
    • Sticky Transparent Header in Elementor Pro
    • Transparent header in Astra using Elementor Pro
    • Transparent Header in Elementor Pro
  • Gravity Forms
    • Capturing Post Data With Gravity Forms
    • Reset Password Links Known Issues
  • Media Cleaner Pro
    • Media Cleaner Pro – step by step process for production
  • Toolset
    • Creating a Filterable Output with Toolset Types and Views
  • Ultimate
    • Reset Password Links Known Issues
  • Ultimate Member
    • Reset Password Link not working with Ultimate Member plugin
    • Reset Password Links Known Issues
  • WPML
    • Fix missing content after copy environment
betterdocs-category-icon

WP Themes

7
  • Astra
    • Duplicated navigation submenu arrows
    • Frozen dropdown menus
    • Transparent header in Astra using Elementor Pro
  • Hello
    • Elementor PRO + Hello Theme (Initial Setup) + Production Tips
  • Jupiter
    • Add missing underline to links in Classic editor.
    • Jupiter Theme Update Process
    • Page Builder Modified Version (Jupiter) and Permissions with Multiple Roles
View Categories
  • Home
  • Docs
  • How to fix images not appearing until you click “next” on Elementor’s Loop Carousel widget

How to fix images not appearing until you click “next” on Elementor’s Loop Carousel widget

Table of Contents
  • Step 1: Set the widget instance ID
  • Step 2: Add code to your functions.php

We recently experienced an issue with a carousel using the new Loop Carousel widget from Elementor:

Everything was good with the first slide. The text and image was displaying correctly. But once you clicked on the Next button, the carousel transitioned to the next slide, and only the text of the second slide was visible for a second, and a second or two seconds later, the image finally appeared.

This was happening because the images on the slider had the loading=”lazy” attribute. Recent versions of WP add this to all images by default. In order to remove the lazy loading from the images, there’s a simple WP hook that you can use ( add_filter( ‘wp_lazy_loading_enabled’, ‘__return_false’ ); ) but that would disable the lazy loading from all images in the whole site… and that would impact the site performance.

But don’t worry, here’s how you can disable the lazy loading of the carousel images specifically:

Step 1: Set the widget instance ID #

The first thing that you need to do is to give the widget instance an ID. This can be done on the Advanced tab of the Elementor Editor. For this tutorial, we will name it “home-carousel”.

Step 2: Add code to your functions.php #

Next, you need to add the following code to your functions.php file.

Replace the home-carousel part with the ID that you set for the widget instance (in case you used a different ID).

And that’s it! The images on your carousel will load as soon as the page is loaded, and won’t start to load until the slide is visible.

Note that if an image from the carousel is visible on any other part of the page, that will be loaded immediately too (because it’s the same image).

What are your Feelings

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Still stuck? How can we help?

How can we help?

Updated on May 19, 2024

Powered by BetterDocs

Get in Touch

We would love to learn about your project, offer you a free quote and share our project planning tips and resources. 

Contact Us

Or call us : 510 629 1440

Facebook-f Twitter Instagram Youtube Yelp
Newsletter Sign Up

Blog | Sitemap | Privacy Policy | Cookie Policy | Terms of Service | Disclaimer
Copyright © 2026 MIGHTYminnow Web Design & Development

Newsletter

Subscribe and stay connected through our Newsletter. We send out important news, tips and special offers.

"*" indicates required fields

This field is for validation purposes and should be left unchanged.

MIGHTYminnow