Rating: 2 stars
Did work out of the install…but, it is on a timer, vs watching for when the actual heavy loading page completes. I also needed it to run on a particular page and not the whole site.
]]>Rating: 4 stars
Once I added the code below to my functions.php file and adjusted the timing it works great. I also like the included loading image #1 better than other preloaders.
add_action('wp_footer', function(){ ?>
<script>
(function($){
$(function () {
setTimeout(function() {
jQuery('body .smart-page-loader').fadeOut(500, function() {
jQuery('body .smart-page-loader').css('opacity', 0);
});
}, 1500);
});
})(jQuery);
</script>
<?php
});
]]>
Rating: 1 star
It will cause a blank page to be displayed if Javascript is turned off.
]]>Rating: 5 stars
best preload plugin
]]>Rating: 5 stars
This plug-in does exactly what you’d expect. Love it. I installed it on my site.
]]>Rating: 2 stars
Used to work great, now it’s creating an weird loop while on WP-admin. Wonder why?
]]>Rating: 5 stars
It offers 6 predefined preloaders that you can choose from. You can also add your custom preloader code, HTML & CSS.
Good job developr, Thank you!
]]>Rating: 3 stars
Works fine with JS, but is not ‘CSS-only’—without JS, your page stays blank (like with most loader animations). IMO ‘CSS-only’ does not only refer to absence of images, so should work with only CSS. If you want to use JS events, you could use a CSS-only fallback and only inject the JS-dependent loader using JS itself—usable page for everyone and would truly work with ‘only CSS’ (though still not truly ‘CSS-only’).
]]>Rating: 5 stars
Light and easy
]]>Rating: 5 stars
A total life-saver!
]]>Rating: 5 stars
Perfect! Easy to Use! No editing the header.php like other plugins.
]]>Rating: 5 stars
I love the plugin, it works well
]]>Rating: 5 stars
Works with Elementor editor if you add this code in
Appearances >> Customiser >> Additional CSS
.elementor-html .smart-page-loader {
display: none;
}
Rating: 5 stars
Superb plugin! Works perfect.
]]>Rating: 5 stars
This plugin is really perfect, I hope the author will keep it update.
thank you very much !
Rating: 5 stars
Basically title. The only downside is that it doesn’t have a Fade In option out of the box but nothing that can’t be fixed with a bit of custom code. ??
]]>Rating: 4 stars
A really good preloader plugin with possibility to tweak colors and design with CSS and HTML5.
The only reason that it’s not getting all five stars is that I miss an easy-to-use feature (or a tutorial) on how to change the colors in the spinners.
]]>Rating: 5 stars
Everything is working perfectly and the fade out effect is awesome!
]]>Rating: 5 stars
I had tried others before but this is the only one who does his duty to perfection! Highly recommended!
]]>Rating: 5 stars
love that the simplicity of installation and ease of customizing. thank you!
my only comment for the suggestion box would be the ability to choose on which pages to apply it. i know that’s a lot more work. but just sayin.
]]>Rating: 5 stars
Thank you!
]]>Rating: 5 stars
Try using .smart-page-loader{
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
}
Rating: 5 stars
You guys are life saver. You are contributing WordPress with these great plugins. Keep it up..
Cheers
]]>Rating: 5 stars
Preloader just from pure CSS makes so light weight and 100% retina ready. The given all options are awesome. Great work guy.
]]>Rating: 5 stars
Very interesting plugin, which add a nice aesthetic felling. Should be musthave for business site, which cares for good presentation or heavy site with big databases, which take eternal to load. And I think it can be using as unskippable and unblocking advert. In further updates it will be good to see new stylesheets for loading and more color palette (I like violet color, but for my blog blue is better solution ^^)
]]>