Additional Features
Control which optional features are enabled on your site. This setting manages the scripts and styles for features like lightbox, pagination, cursor effects, and the dark mode toggle.
Customization Steps#
- Navigate to ⛭ Settings → Design
- Click Customize
- Click Theme
- Find the Additional features setting
- Add or remove features from the list
- Click Save
Available Features#
The setting accepts a comma-separated list of feature names:
lightbox, pagination, cursor, toggle-dark-mode
Feature List#
| Feature | Description |
|---|---|
lightbox | Opens images in a fullscreen overlay when clicked |
pagination | Activates the Load More button for the list of posts |
cursor | Custom cursor effects |
toggle-dark-mode | Shows the dark mode toggle button (see Dark Mode) |
Usage Examples#
Enable all features (default)#
lightbox, pagination, cursor, toggle-dark-mode
Minimal setup (no optional features)#
Leave the field empty or remove all features:
Only lightbox and pagination#
lightbox, pagination
Without dark mode toggle#
lightbox, pagination, cursor
How It Works#
When a feature is listed in this setting:
- Required CSS styles are loaded
- Necessary JavaScript is initialized
- The feature becomes active on your site
When a feature is removed:
- Related scripts and styles are not loaded
- The feature is disabled
Notes#
- Feature names are case-insensitive
- Spaces around commas are optional
- Invalid feature names are ignored
- Changes take effect immediately after saving