Description
KineticHub Page Loader lets you display a branded loading screen as your WordPress site is being rendered. It covers the page with your logo, site name, or a tagline – then cleanly fades out and removes itself from the DOM once the page is ready.
It is designed to improve the perceived first impression of your site by showing polished, intentional branding instead of a blank white page during the initial load. It does not improve server response time or actual page speed.
The loader is built with CSS-first animations and visual effects, vanilla JavaScript, and no external dependencies. It includes display rules for audience targeting, frequency controls, and exclusions for specific pages, URL paths, and WooCommerce pages. It respects user accessibility preferences, cleans up after itself, and is safe to use alongside caching plugins.
Key highlights:
- No jQuery dependency
- No external fonts, CDN assets, or remote requests
- CSS-first visual effects and seven polished presets
- Logo effects: fade, grayscale reveal, and soft scale
- Logo shapes: original, rounded corners, and circle
- Animated loading ring with style, color, speed, and thickness controls
- Display rules: visitors only, site-wide or homepage, excluded post/page IDs, excluded URL paths
- WooCommerce-safe exclusions for cart, checkout, and account pages
- Show frequency: every page load, once per session, or once per day
- No-flash suppression for once-per-session and once-per-day modes
- Respects
prefers-reduced-motion– animations are collapsed for users who prefer reduced motion - Loader is removed from the DOM after hiding, so it has no lasting impact on the page
- No focus trap – keyboard and screen reader users are not locked into the loader
- Maximum timeout safety – the loader always disappears, even if a resource never loads
- Compatible with classic themes, block themes, and WooCommerce
Features
- Enable / disable the loader from the settings screen
- Display on: entire site or homepage only
- Audience: everyone, or visitors only (hides the loader for logged-in users)
- Show frequency: every page load, once per session, or once per day
- Excluded post/page IDs: suppress the loader on specific posts or pages by ID
- Excluded URL paths: suppress the loader on specific URL paths
- WooCommerce exclusions: optionally exclude cart, checkout, and account pages when WooCommerce is active
- Logo: upload via the WordPress media library
- Text fallback: shown when no logo is set; falls back to the site name if empty
- Tagline: optional short line displayed beneath the logo or text
- Logo effects: fade in, grayscale reveal, or soft scale entrance animation
- Logo shapes: original, rounded corners, or circular logo frame
- Loading ring: animated ring around the logo with solid, dashed, dual, or glow styles; adjustable color, thickness, and speed
- Seven animation presets: each is a CSS-only visual effect with no JavaScript dependency
- Colors: background, accent, and text colors with optional gradient background
- Timing controls: minimum display time, maximum timeout, and fade-out duration
- Visibility: independently enable or disable the loader on desktop and mobile
Included Loader Styles
- Minimal Pulse – Content breathes gently while an accent dot pulses below
- Logo Fade – Content rises and fades in; a pulsing accent line signals loading
- Gradient Sweep – An animated gradient flows across the background
- Soft Orb – A radial glow breathes behind the logo and content
- Progress Bar Minimal – A thin bar advances across the top as the loader waits
- Circular Brand Ring – Logo displayed in a circle with two counter-rotating accent rings
- Logo Color Reveal – Logo animates from grayscale to full color as the loader displays
All presets automatically collapse to an instant transition when prefers-reduced-motion: reduce is detected.
Installation
- Upload the
kinetichub-page-loaderfolder to/wp-content/plugins/, or install directly through the WordPress plugin directory. - Activate the plugin through the Plugins screen in WordPress.
- Go to Settings -> Page Loader to configure your loader.
- Upload your logo, choose a preset, set your colors, and save.
FAQ
-
Does this make my website faster?
-
No. KineticHub Page Loader does not improve server response time or optimize assets. It creates a branded loading layer that can improve the perceived first impression of your site while the page finishes rendering in the background.
-
Does it work with caching plugins?
-
Yes. The loader HTML is output server-side and cached normally. Session and daily-limit tracking are handled entirely client-side using
sessionStorageandlocalStorage, so no server-side session state is needed and full-page-cache compatibility is maintained. -
Does it use jQuery?
-
No. The frontend script is plain vanilla JavaScript with no library dependencies.
-
What happens if JavaScript is disabled?
-
A
<noscript>style block is output in<head>that hides the loader immediately. Visitors with JavaScript disabled see the page normally without any blocked overlay. -
Does it respect reduced motion settings?
-
Yes. When the visitor’s operating system or browser reports
prefers-reduced-motion: reduce, all animations are collapsed to an instant transition and the minimum display time is effectively bypassed, so the loader disappears as quickly as possible. -
What is the “maximum timeout” setting?
-
It is a safety net. If a third-party resource (script, font, image) never finishes loading and the browser
loadevent never fires, the maximum timeout ensures the loader is removed anyway, preventing it from blocking the page indefinitely. -
Is the loader accessible?
-
The loader uses
aria-hidden="true"so screen readers skip it. There is no focus trap – keyboard focus stays on the page below. The loader is fully removed from the DOM after hiding, leaving no residual impact on the accessibility tree. -
Does it work with block themes?
-
Yes. The loader uses the
wp_body_openaction that all modern themes call. Awp_footerfallback is included for themes that do not callwp_body_open. -
Does it support WooCommerce?
-
Yes. You can exclude the loader from WooCommerce cart, checkout, and account pages using the Exclude WooCommerce Pages toggle in the Display Rules settings. WooCommerce does not need to be installed for the plugin to work; the exclusion is applied only when WooCommerce is active.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“KineticHub Page Loader” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “KineticHub Page Loader” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.0
- Added display rules: visitors-only loading, once-per-day frequency, excluded post/page IDs, excluded URL paths, and WooCommerce page exclusions.
- Added no-flash suppression for once-per-session and once-per-day display modes.
- Added logo effects (fade, grayscale reveal, soft scale), logo shape controls (rounded, circle), and loading ring options (solid, dashed, dual, glow).
- Added two new loader presets: Circular Brand Ring and Logo Color Reveal.
- Improved preset visual quality, reduced-motion handling, ring and shape compatibility, and admin UI usability.
1.0.0
- Initial release.
- Added lightweight page loader with five CSS-first animation presets.
- Added logo upload, text fallback, and optional tagline.
- Added background, accent, and text color controls with optional gradient.
- Added minimum display time, maximum timeout, and fade-out duration controls.
- Added once-per-session display option.
- Added desktop and mobile visibility controls.
- Added maximum timeout safety net to prevent indefinite blocking.
- Added
prefers-reduced-motionsupport. - Added noscript fallback to hide loader for JavaScript-disabled visitors.
- Added
wp_footerfallback output for themes withoutwp_body_opensupport.
