描述
Eco Mode displays a soft overlay on pages that have been inactive for a configurable amount of time. The overlay can lower power draw on OLED/AMOLED screens, reduce visual fatigue, and act as a gentle reminder to visitors who have walked away from their screen.
Key features
- Configurable idle time from 15 seconds up to 1 hour.
- Adjustable overlay opacity (70–100%).
- Optional logo display.
- Smart return-from-hidden behavior: require an explicit click or scroll before the overlay dismisses, useful on multi-tab sessions.
- Works with the most common browsers (Chrome, Edge, Firefox, Safari) and handles the back-forward cache.
- Throttled event handling keeps the overlay lightweight.
- Accessible: ARIA dialog role, focus trap on the resume button, keyboard support (Enter, Space, Escape).
- Five built-in languages (English, Italian, French, German, Spanish) with per-language custom messages.
- Exclude specific URL paths or CSS selectors from triggering the overlay.
- WooCommerce aware: cart, checkout, and account pages are skipped by default.
- Mobile-aware: disabled by default on phones.
- Respects
prefers-reduced-motion. - Optional console debug mode to verify timer, activity events, and overlay lifecycle.
- No visitor tracking; only aggregate overlay impressions are counted locally in WordPress.
For developers
Two filters are provided for advanced customization:
eco_mode_should_run— returnfalseto disable the overlay for the current request.eco_mode_frontend_config— modify the configuration object passed to the frontend script.
A note on energy savings
Dark pixels consume less power only on OLED/AMOLED screens. On traditional LCD monitors the backlight is constant and the energy saving is negligible. Eco Mode also reduces visual load and lets the visitor know the session has been idle.
螢幕截圖
安裝
- Upload the plugin folder to
/wp-content/plugins/eco-mode/, or install through Plugins Add New. - Activate the plugin through the Plugins menu in WordPress.
- Go to Settings Eco Mode to configure idle time, message, and exclusions.
常見問題
-
Does it really save energy?
-
On OLED and AMOLED screens, yes: a dark overlay reduces per-pixel power consumption. On LCD screens the backlight is always on, so the energy saving is minimal. In both cases the overlay reduces visual load and can remind distracted visitors.
-
Will it interfere with checkout or login pages?
-
No. WooCommerce cart, checkout, and account pages are excluded by default, and you can add any URL path or CSS selector to the exclusion list.
-
Will it interrupt video playback?
-
No. Videos and audio in playback prevent the overlay from appearing.
-
Does it work on mobile?
-
It is disabled on mobile devices by default to avoid interfering with touch browsing, but you can enable it from the settings page.
-
Does it track visitors or call external services?
-
No. The plugin is fully self-contained and makes no network calls.
評價
There are no reviews for this plugin.
貢獻者及開發者
修改日誌
1.3.3
- Added bundled Italian translation files and explicit text domain loading.
1.3.2
- Fixed settings saves so the plugin no longer turns itself off when the global ON/OFF field is absent from the submitted form.
- Updated the support email address to ecomode@the-roi.com.
1.3.1
- Fixed an issue where focusing the overlay button could be interpreted as visitor activity and immediately close the overlay.
- Added optional browser-console debug logs for timer, activity, visibility, and overlay lifecycle.
- Removed settings UI for features that were not implemented: AI optimization, lazy-load images, CSS/JS minification, script defer, and saving modes.
- Reworded dashboard/report values so they reflect actual overlay behavior and locally counted impressions.
1.0.0
- Initial release.
- Configurable idle time, overlay opacity and logo visibility.
- Optional explicit-resume behavior with hard-lock after returning from a hidden tab.
- bfcache support (Firefox/Safari).
- Real-gesture detection to avoid spurious dismissal on return-focus.
- WooCommerce, path, and selector exclusions.
- Five built-in languages with per-language custom messages.
- Accessible overlay with ARIA dialog role and focus trap.



