WP Smart Preloader

Plugin Banner

WP Smart Preloader

by catchsquare

Download
Description

WP Smart Preloader is a Simple CSS spinners and throbbers made with CSS and minimal HTML markup. It offers visual feedback in the event of content being loaded, thereby managing expectations and reducing the chance of a user abandoning your wordpress website.

You will find following features with this plugin:

  • Full Responsive with Cross Broser compatible
  • CSS only Preloader no Gif no Image
  • Full Customize.
  • Faster Loading
  • Icon to circle
  • No coding necessary. Activate it and play with its settings and you’re Good to go
  1. Download and activate the plugin
  2. Go to settings => WP Smart Preloader
  3. Choose the Options of your choice
  4. Click Save changes button.

Or

  1. Put the plug-in folder WP Smart Preloader into [wordpress_dir]/wp-content/plugins/
  2. Go into the WordPress admin interface and activate the plugin
  3. Go to settings => WP Smart Preloader
  4. Choose the Options of your choice
  5. Click Save changes button.

Have fun!!!

  1. 1 <strong>WP Smart Preloader Backend Settings</strong>

    1 WP Smart Preloader Backend Settings

  2. 2 <strong>WP Smart Preloader Backend Settings with Custom HTML5 animation and CSS</strong>

    2 WP Smart Preloader Backend Settings with Custom HTML5 animation and CSS

What does this plugin do?

  • WP Smart Preloader takes a simple, extendable approach to display Simple CSS spinners and throbbers onto your website

Still have some questions ?

Please use support forum or you can directly mail us at
wearecatchsquare@gmail.com

Clever but limited

By multmediadesigns on October 2, 2024

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.

Good preloader!

By silvershine on March 2, 2024

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
});

It is not a CSS Only Preloader (as advertised)

By Dennis Bareis (dbareis) on March 8, 2023

It will cause a blank page to be displayed if Javascript is turned off.

the best

By hoceinabbasi on June 29, 2021

best preload plugin

Works perfectly

By philsimon on December 10, 2020

This plug-in does exactly what you'd expect. Love it. I installed it on my site.

Not the same from months ago

By Ve Mer (vmercader) on August 1, 2019

Used to work great, now it's creating an weird loop while on WP-admin. Wonder why?

Excellent yet simple

By alaswer on April 19, 2019

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!

Not ‘CSS-only’

By born2webdesign on December 22, 2018

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’).

Awesome plugin

By Aragorn__ on October 30, 2018

Light and easy

Plugin does exactly what you need it to.

By njokusomto on June 2, 2018

A total life-saver!

1.15.2

frontend script

1.15.2

just changed version 😉

1.15.1

escaping values

1.15

tested upto wordPress 6.0

1.14

resolved deprecated load function

1.13

tested upto WordPress ver 5.6

1.12

Fixed showing loader in elementor active edit state

1.11.6

change ownership

1.11.5

change version
tested upto WordPress ver 5.2

1.11.4

change version

1.11.3

change version

1.11.2

fixed console error and warning for showing ace editor js

1.11.1

fixed console error for showing ace editor js

1.11

fixed js for removing class name after page loads

1.10

Fixed link for editor for html and css textarea

1.9

Add editor for html and css textarea

1.8

Add Custom animation and css for loader

1.7

fixed js for removing class after page loads

1.6

fixed loader 5 border to transparent

1.5

fixed showing preloader on page loading

1.4

fixed js to load

1.3

fixed css if only home page is selected (checked)

1.2

fixed showing page before preloader

1.1

Added function to delete setting after uninstall/deleting plugin

1.0

Initial version

Back to top