Changeset 3237422
- Timestamp:
- 02/09/2025 05:06:36 PM (13 months ago)
- File:
-
- 1 edited
-
darkmeta-dark-mode/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
darkmeta-dark-mode/trunk/readme.txt
r3237046 r3237422 13 13 14 14 == Description == 15 DarkMeta Dark Mode WP Plugin is a lightweight plugin that allows you to add dark mode functionality to your WordPress website. Users can toggle between light and dark themes using a simple button, and their preferences are saved for future visits.15 DarkMeta Dark Mode is a lightweight and customizable WordPress plugin that allows users to switch between light and dark mode seamlessly. This enhances user experience, reduces eye strain, and improves website accessibility. 16 16 17 **Features:** 18 - Dark mode toggle button. 19 - Icon-based toggle for user-friendly design. 20 - Persistent dark mode settings using localStorage. 21 - Customizable styles through included CSS files. 22 - Fully compatible with WordPress admin dashboard. 17 🌓 Features: 18 19 🏆 User-friendly dark mode toggle button. 20 21 💾 Remembers user preferences using local storage. 22 23 🎨 Customizable colors for dark mode. 24 25 🔄 Customizable light and dark mode icons. 26 27 🔧 Works on frontend and admin dashboard. 28 29 🌐 Fully compatible with all WordPress themes and plugins. 30 31 ⚡ Optimized for performance with minimal impact on page load speed. 23 32 24 33 == Installation == 25 1. Upload the plugin files to the `/wp-content/plugins/wp-dark-mode` directory, or install the plugin through the WordPress plugins screen directly. 26 2. Activate the plugin through the 'Plugins' screen in WordPress. 27 3. The dark mode toggle button will appear on the frontend and admin dashboard. 34 35 📥 Download the plugin zip file. 36 37 📂 Upload the plugin to the /wp-content/plugins/ directory or install it through the WordPress Plugins screen. 38 39 ✅ Activate the plugin through the 'Plugins' screen in WordPress. 40 41 ⚙️ Navigate to Settings > DarkMeta Dark Mode to configure plugin settings. 28 42 29 43 == Frequently Asked Questions == 30 44 31 = Does this plugin work with any theme? = 32 Yes, DarkMeta Dark Mode WP Pluginis designed to be compatible with any WordPress theme.45 ❓ Does this plugin work with any theme? 46 ✅ Yes, DarkMeta Dark Mode is designed to be compatible with any WordPress theme. 33 47 34 = Can I customize the styles? = 35 Yes, you can edit the `style.css` file in the plugin's assets folder to customize the dark mode appearance.48 🎨 Can I customize the colors? 49 ✅ Yes, you can set custom background and text colors for dark mode in the settings panel. 36 50 37 = Does this plugin save user preferences? = 38 Yes, the plugin uses localStorage to save user preferences across page reloads. 51 💾 Does this plugin store user preferences? 52 ✅ Yes, user preferences are stored using local storage, so dark mode remains enabled after page reloads. 53 54 ⚡ Will it affect my site's performance? 55 ✅ No, the plugin is optimized for speed and does not significantly impact performance. 56 57 == Screenshots == 58 59 🌑 The dark mode toggle button on a website. 60 61 ⚙️ Plugin settings page in the WordPress admin dashboard. 62 63 🎨 Custom color settings for dark mode. 39 64 40 65 == Changelog == 41 66 42 67 = 1.0.0 = 43 * Initial release. 44 * Added dark mode toggle button with icon. 45 * Persistent dark mode settings. 68 69 🆕 Initial release. 70 71 🌗 Added dark mode toggle button. 72 73 🎨 Customizable colors and icons. 74 75 💾 Persistent user settings using local storage. 46 76 47 77 == Upgrade Notice == 48 78 49 79 = 1.0.0 = 50 Initial release of DarkMeta Dark Mode.80 🚀 Initial release of DarkMeta Dark Mode.
Note: See TracChangeset
for help on using the changeset viewer.