Prime Direction

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#

  1. Navigate to ⛭ Settings → Design
  2. Click Customize
  3. Click Theme
  4. Find the Additional features setting
  5. Add or remove features from the list
  6. Click Save

Available Features#

The setting accepts a comma-separated list of feature names:

lightbox, pagination, cursor, toggle-dark-mode

Feature List#

FeatureDescription
lightboxOpens images in a fullscreen overlay when clicked
paginationActivates the Load More button for the list of posts
cursorCustom cursor effects
toggle-dark-modeShows 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