Abuja Digital Studio · Est. 2018
Start a Project
DocsOrravo FXInstallation
Getting Started

Installation

Orravo FXorravo.com/docs/orravo-fx/installation

Installation

Orravo FX (v3.3.0) ships a small vanilla-JS engine (~8KB gzip in the monolithic build) that powers data-attribute-driven animations and interactions on the front end. Modules are GPU-first and respect prefers-reduced-motion.

Requirements

  • WordPress 6.5+
  • PHP 8.0+
  • Orravo Core installed and active (declared via Requires Plugins: orravo-core)

Steps

  1. Upload orravo-fx/ to /wp-content/plugins/
  2. Activate via Plugins -> Installed Plugins
  3. The top-level Orravo FX menu appears in the WP sidebar (menu slug orravo-fx, position 3.2 next to Core and the Orravo Theme)
  4. The default settings enable every built-in module; reload the front end and add data-orv-fx="..." attributes to elements

What activation does

  • Stores defaults in the orravo_fx_settings option key. Every module starts enabled
  • Scrubs legacy AI options shipped briefly in v3.0 (orravo_fx_ai_provider, orravo_fx_ai_key_blob) - removed in v3.1 and never restored
  • No custom database tables; configuration lives in wp_options

Constants

ConstantValue
ORV_FX_VERSION3.3.0
ORV_FX_OPTIONorravo_fx_settings
ORV_FX_PATHabsolute plugin path
ORV_FX_URLplugin URL
Installation · Orravo FX Docs | Orravo