Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Automatic Page Load Progress Bar

Descrição

This free plugin give you the ability to add different kind of loading bar for your website.
Simple admin setting to change color and progress bar theme. You can choose to add them globally to your website or page by page.

I really like adding nice progress bar to my website, giving user a fancy way to make this boring moment fun !
With this plug and play plugin, I want to help people to add loading effects to their websites easily.

It’s a PACE (https://github.hubspot.com/pace/docs/welcome/# , developed by hubspot) wrapper with themes from various authors.

Shortcode give you a way to add specific shortcode for each page. It will override the globally defined progress bar.
Example of use:
[aplpb_shortcode theme=”minimal” color=”blue”]
If theme or color are not set, the shortcode will use the global defined theme or color.

Ecrãs

  • Settings panel for the plugin
  • Choose color and theme
  • Examples of loading screen/bar/wheel
  • Example of shortcode use

Instalação

  1. Upload the zip file into your WP plugin directory OR Install it by the wp plugins market.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Choose your theme and color in the settings.
  4. Here you go, now your will see a nice loading bar before your website is fully loaded.

Perguntas frequentes

How to change the color ?

Move to the plugin settings, change your color and save it.

How to change theme style ?

Move to the plugin settings, change your theme style and save it.

How to activate the progress bar for all my website ?

Move to the plugin settings, check the “static page” and “blog post” boxes and your progress bar will appear everywhere on your website !

How to create a page specific progress bar ?

Use the shortcode functionnality so you can create page specific loading bar.
[aplpb_shortcode theme=”minimal” color=”blue”]

How to create new smoothy theme ?

Hey ! You are going in the right direction. Go to the plugin repository(https://gitlab.com/atilb/automatic-page-load-progress-bar-wordpress-plugin), fork it and give me some nice pull requests ! 😀

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“Automatic Page Load Progress Bar” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

Registo de alterações

1.1.2

  • Custom post can now display the progress bar

1.1.1

  • Flat top theme added, and small optimization(css minifying)

1.1.0

  • Settings screen updated

1.0.6

  • Useless themes cleaned

1.0.5

  • Media queries support added, you can now choose to hide progress bar for specific device type

1.0.4

  • Progress bar can now be shown on selected content type(page, post, or both), and added a new plugin logo ! 😀

1.0.3

  • Shortcodes can now override globally defined progress bar

1.0.2

  • Shortcode functionnality added