Description
Some of the websites take some time to load completely. It doesn’t look cool while the website elements are loading and even things seem to be broken sometimes until website is fully loaded.
This plugin can help you get rid of this. This plugin shows the user a loader animation while the page is being loaded. This plugin is a need for almost every website.
You can also customize page loader. You can change:
* Color of loader icon
* Background color
* Loader animation
(5 Loader icons are available. More will be added via update soon.)
Screenshots
Installation
Automatic Installation
- Login to your WordPress dashboard.
- From navigation menu on left side, go to Plugins >> Add New.
- In search field, write “Page Loader”. Find plugin named “Page Loader” developed by tDevs.
- Install and then activate the plugin.
Manual Installation
- Download and Unzip “page-loader.zip”.
- Upload the entire “page-loader” folder to the “wp-content/plugins” directory
- Login to your WordPress dashboard.
- Activate the plugin “Page Loader” through the Plugins menu in WordPress
Once it is activated, you can find “Page Loader Setting” under Settings menu in your WordPress admin panel.
FAQ
-
Where can I customize the page loader?
-
Once the plugin is active, you can find “Page Loader Setting” under Settings menu in your WordPress admin panel.
-
Can I change colors and loader icon?
-
Yes, you can change colors and loader icon. You’ll find these options in “Page Loader Setting” under Settings.
-
Can I upload custom GIF animation?
-
No, you can’t at this time. But we’ll soon introduce this feature in next version of the plugin.
Reviews
Contributors & Developers
“Page Loader” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Page Loader” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release.
1.1
- wp_body_open hook used instead of wp_head to avoid head tag broken issue.
- Auto update loader preview in admin.
1.2
- Better code structure