bootscore/bs-preloader

Preloader for Bootscore

Fund package maintenance!
bootscore

Installs: 42

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 1

Forks: 3

Open Issues: 0

Type:wordpress-plugin

v5.3.1 2024-03-28 11:20 UTC

This package is auto-updated.

Last update: 2024-04-02 16:00:23 UTC


README

Packagist Prerelease Github All Releases

WordPress plugin to show a preloader in Bootscore theme. Content will be shown when the page is fully loaded. When clicking a link (not # and external url), the preloader fades in again (not working on Mac Safari and all iOS Browsers) to get a smooth page transition.

Installation

  1. Download latest release bs-preloader.zip.
  2. In your admin panel, go to Plugins > and click the Add New button.
  3. Click Upload Plugin and Choose File, then select the Plugin's .zip file. Click Install Now.
  4. Click Activate to use your new Plugin right away.

Overriding templates via theme

Template files can be found within the /bs-preloader/templates/ plugin directory.

Edit files in an upgrade-safe way using overrides. Copy the template into a directory within your theme named /bs-preloader keeping the same file structure but removing the /templates/ subdirectory. Path must be /your-theme/bs-preloader/[file].php.

The copied file will now override the bs Preloader template file. Change spinner, classes or HTML as you want.

Templates that can be overwritten:

  • preloader.php

License & Credits