Content Slider on Beaver Builder not loading on url

Hello,

I am having an issue with my content slider. I can create everything just fine inside the beaver builder, but when I load the live page, the content slider wont show. All that shows is a loading wheel. If i refresh the page the content slider shows just fine. (only when you first go to the page) This website is over 4 years old and has never had issues with the content slider before. I havn’t downloaded any new plugins in quite some time and every plugin is updated. Im not sure what started this problem.

I hope someone can help. I use the beaver builder theme and a child theme that goes with it.
I have replaced the content slider with a picture for the time being so it doesn’t look bad.

The website is https://gldlaw.com

You can view the issue on the spanish side at https://gldlaw.com/es

What version of WP and what version of BB are you using?

We put a fix for this issue seen with WP 5.5 in BB 2.4. This is a major release so is currently download only in My Account and auto updates will be turned on probably next week.

What you can do is download 2.4 from your My Account page and upload that in the Plugins area of WordPress. Now with WordPress 5.5, you can update existing plugins with zips.

Once you upload it, it will ask you if you want to replace the current plugin files and you’ll say yes and then you’ll be updated.

Hello,

I am using WP 5.5.1 and BB Lite 2.3.2.8 with BB Booster. I am getting the same behavior, the hanging and spinning on my front page slider in Chrome and in Firefox. I tried removing slides and clearing the cache in the plugin settings. I also tried several different computer and browser combos.

Lichen

add this to your child theme until the lite version is updated

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

1 Like

Thank you so much. That was fantastic.