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
- Upload
orravo-fx/to/wp-content/plugins/ - Activate via Plugins -> Installed Plugins
- 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) - 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_settingsoption 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
| Constant | Value |
|---|---|
ORV_FX_VERSION | 3.3.0 |
ORV_FX_OPTION | orravo_fx_settings |
ORV_FX_PATH | absolute plugin path |
ORV_FX_URL | plugin URL |

