预加载

描述

预加载

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.

实际演示

You might like it

Rate The Plugin

More Plugins

安装

Installation

  1. Upload ‘the-preloader’ folder to the ‘/wp-content/plugins/’ directory.
  2. 通过 WordPress 的“插件”菜单以激活本插件。
  3. Go to Plugins menu > Preloader.
  4. Enter your background color code and your Preloader image link.
  5. Choose display Preloader, default is “In The Entire Website”.
  6. Open header.php file for your theme and insert Preloader HTML element after body tag.

Read explanation of use

常见问题

FAQ

评价

2021年6月4日
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年8月5日
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年6月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年6月2日
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***
阅读所有39条评价

贡献者及开发者

“预加载” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“预加载”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.9

  1. Fixing header.php file URL on the settings page.
  2. WooCommerce support (new option on the settings page).
  3. 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

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.