توضیحات
It shows a screen while all the content loads. If you have a page that takes long time to display it is a good idea to show a “wait until the page loads” image. It seems faster because now they see a message and a gear instead of just dealing with partially rendered content.
Features
- A screen with a picture and a title that disappears when it’s loaded.
- Possibility to change the loading icon.
- Lazy loading content images.
عکسهای صفحه
نصب
- Upload the entire
while-it-is-loading
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Write
<?php wl_gear(); ?>
just after body tag in your current template. - Please, if you have written
<script>document.write(pantalla)</script>
, delete it.
سوالات متداول
- Can I change the color background?
-
Yes. You can also set transparency.
- Is it possible to select other images?
-
Yes. Upload images to
img
folder and select them from options. - Where are the options?
-
See the options section on Settings > While loading.
نقد و بررسیها
توسعه دهندگان و همکاران
“While Loading” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “While Loading” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.
گزارش تغییرات
3.0
- Added lazy load.
- Tweak – Images selection.
- Tweak – Fading of loading screen.
2.0
- Added new images.
- Added a color picker.
- Fade out.
- i18n.
- Other minor details.
1.7.14
- Fixed: Display is now fixed position.
- Other minor details.
1.0
- Initial Release.