It just makes blank instead of lazy loading the widget. Great concept but not working.
]]>This plugin works fine everywhere for me, except when using internet explorer. Is this a known issue or should it work properly in this browser too?
]]>Is it also possible to call this function for non-widget parts of code? To make everything within a div load lazy for example?
]]>Getting this error in Chrome dev tools with the LWL js since WP 3.8:
Line 26: Uncaught TypeError: Cannot read property ‘parentNode’ of null
This is in lazy-widget-loader.js
Anyone know how to resolve?
]]>It doesnt work anymore…. widget are loaded immidiately, there is no lazy load…
thank you for help
https://www.ads-software.com/extend/plugins/lazy-widget-loader/
]]>Hi there, as of this morning, the lazy loader plugin was creating issues with my web site. I run the latest verion of WP and until now, the plugin was doing it’s job just fine…
Really strange.. Not sure what the problem is (I didn’t install new plugins in a 2 months or so), so I just wanted to bring this up in case other users have similar problems…
Linux hosting, dedicated server, no changes to the environment in quite some time…
These are the plugins I have installed in their latest versions as of today:
https://www.ads-software.com/extend/plugins/lazy-widget-loader/
The plugin works fine for all of the widgets on my homepage, thanks for that, however, I have a problem if activate it on the Facebook Like Box. It works fine in FF and Chrome, but in Internet Explorer (I tested in IE 8) the like box does not appear (only the empty widget appears). It seems that there’s a conflict. Most of my visitors dont use IE, but still there are some from time to time. Thanks for your help
https://www.ads-software.com/extend/plugins/lazy-widget-loader/
]]>Hi there, in a next release, could you please minify the javascript you are using?
Minifying https://www…/…/lazy-widget-loader.js?… could save 354B (60% reduction) after compression.
I compressed it to this:
jQuery(window).load(function(){jQuery.each(jQuery(".lwl-widget"),function(){var e=this.id.replace("lwl-widget-","");var t=document.getElementById("lwl-container-"+e);if(typeof t!="undefined"){var n=t.parentNode;if(typeof n!="undefined"){n.replaceChild(this,t)}}});jQuery("#lwl-widget-contents").remove()})
Thanks for that!
Great plugin by the way, just love how it sped up my sites!
https://www.ads-software.com/extend/plugins/lazy-widget-loader/
]]>Not working for me. I selected the widgets for lazy load from widgets page, but nothing happened.
https://www.ads-software.com/extend/plugins/lazy-widget-loader/
]]>I’ve found 3 plugins that cause the warning messages in Widgets area for scalar errors. These are Top 10, Visitor Maps and Who’s Online and Font Resizer. The last one is really outdated and should probably not be used in WP 3+ anyways. The first two are marked as OK for version 3.2 and later WP installs.
Hope this helps anybody else who might be trying to locate the cause of the scalar array warning messages. Takes some time to isolate and more than likely more like this will be encountered.
Also, setting the lazy loading option in the Widget and the throb setting do not always save the changes. Anyone else encountering this with v1.2.1 of this plugin?
https://www.ads-software.com/extend/plugins/lazy-widget-loader/
]]>After installing & activating the plugin, when I went to the Widgets section of the wp-admin panel, the following error was displayed at the top of the screen:
Warning: Cannot use a scalar value as an array in /home/user/public_html/wp-content/plugins/lazy-widget-loader/lazy-widget-loader.php on line 471
Turns out it’s a conflict with the Widget Logic plugin, which I had already installed and activated. Well, there’s a simple work-around. Deactivate both plugins, activate Lazy Widget Loader first, then activate Widget Logic second. Works fine as long as you activate in that order!
https://www.ads-software.com/extend/plugins/lazy-widget-loader/
]]>