Opis
Preloader
Add preloader to your website easily, compatible with all major browsers.
The Features
- Retina Ready (Depending on the size of the image).
- Custom background color.
- 10 Options to display Preloader (display it in the entire website or in posts only or in pages only, etc).
- WooCommerce Support.
- jQuery & CSS3.
- Compatible with Google Chrome, FireFox, Opera, Safari, IE9, IE10, IE11, and with mobile devices like iPad, iPhone, Android, etc.
- Easy to use.
Wersja demonstracyjna
- Live Demo: https://wp-plugins.in/the-preloader
You might like it
- McPopup Plugin – Popup Form for Mailchimp: https://wordpress.org/plugins/mcpopup-popup-form-for-mailchimp/
- Video Popup Plugin: https://wordpress.org/plugins/video-popup/
Rate The Plugin
More Plugins
Instalacja
Instalacja
- Upload 'the-preloader’ folder to the '/wp-content/plugins/’ directory.
- Activate the plugin through the 'Plugins’ menu in WordPress.
- Go to Plugins menu > Preloader.
- Enter your background color code and your Preloader image link.
- Choose display Preloader, default is „In The Entire Website”.
- Open header.php file for your theme and insert Preloader HTML element after body tag.
Najczęściej zadawane pytania
-
FAQ
-
- Read explanation of use.
- For more questions or help, contact me.
- Or on Twitter.
Recenzje
2024-09-18
Preloader got stuck and never disappeared to display the website. Also you are limited to 128x128px
2021-06-04
Couldn’t get it to work on a very basic WP install. Better preloader plugins to choose from. Sadly it seems a quickly built plugin just designed to generate some ad revenue and waste people’s time. Very little features. Requires editing your theme files to work.
2020-08-05
Not sure when this happened but now the Dashboard is littered with affiliates with this installed.
Current version installed: 1.0.9
Date noticed: 2020/08/04
// Add plugin meta links
function WPTime_preloader_plugin_row_meta( $links, $file ) {
if ( strpos( $file, 'preloader.php' ) !== true ) {
$new_links = array(
'<a href="http://wp-plugins.in/the-preloader" target="_blank">Explanation of Use</a>',
'<a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=24967&tid1=preloader_plugin_m&url=35248" target="_blank">Elegant Themes</a>',
'<a href="https://www.bluehost.com/track/wptime/preloader-plugin-m" target="_blank">Bluehost</a>',
'<a href="http://wp-plugins.in" target="_blank">More Plugins</a>'
);
$links = array_merge( $links, $new_links );
}
return $links;
}
add_filter( 'plugin_row_meta', 'WPTime_preloader_plugin_row_meta', 10, 2 );
2020-06-17
Well, the preloader background does not disappear after the content of the page has been loaded. Developer does not answer support requests on the support forum. So you’d better try a plugin where you can have support in case of problem.
2020-06-02
Not sure what’s up with this plug in but when I added the code <div id=”wptime-plugin-preloader”></div> after <body> in header.php, the website died. Tried different locations in header.php file, but kills website mo matter where it is placed.
***PLUGIN DELETED***
2020-04-13
Developers were responsive and helped me discover MY error quickly. Thanks.
Kontrybutorzy i deweloperzy
„Preloader” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Preloader” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.0.9
- Fixing header.php file URL on the settings page.
- WooCommerce support (new option on the settings page).
- Improving Preloader speed in JavaScript.
You can change Preloader image width and height, buy Image Size Extension at a low price on PayPal.
1.0.8
- Preloader Image Size Extension is ready! Now you can change Preloader image width and height. Update this plugin and buy Image Size Extension on PayPal. Read Extension Usage..
1.0.7
- < No Script > HTML tag added in < HEAD > to hide preloader if JavaScript is OFF in user browser.
1.0.6
- Fixing preloader delay.
- Note: please after plugin update go to Plugins menu > Preloader, and insert preloader html element after body tag in your header.php file for your theme, this is necessary.
1.0.5
- Fixing moves script to body html tag, now all script in head html tag, please update now this is necessary.
1.0.4
- Front Page Support.
- 404 Error Page Support.
1.0.3
- Conditional before JavaScript added.
1.0.2
- Fixing big problem! Please update quickly.
- New Settings! Now you can display preloader in home page only or in posts only, etc.
- PHP Files Protection.
- Uninstall file added.
1.0.1
- Remove is_admin() function.
1.0.0
- First version.