Installation
Orravo Page Builder is the admin and rendering layer behind every OTheme dashboard screen. It is bundled with the theme but distributed as a plugin so suite updates ship independently.
Requirements
- WordPress 6.5 or newer
- PHP 8.0 or newer
- The Orravo theme (active)
- Orravo Core (hard dependency, declared under
Requires Plugins)
Steps
- Install and activate the Orravo theme.
- In WordPress admin, go to Plugins > Add New > Upload Plugin.
- Choose
orravo-page-builder.zipand click Install Now. - Click Activate.
- Open Settings > Permalinks and Save Changes to flush rewrite rules for the
orv_pageCPT. - The plugin prints a red admin notice if Orravo Core is missing - install it and refresh.
What gets created
- A top-level admin menu, Orravo Theme, at sidebar position 3.1.
- A custom post type
orv_pagewith the rewrite slugorv(e.g./orv/your-page/). Find it under Orravo Theme > Pages. - A hidden builder route at
admin.php?page=orv-pb-builderthat you only reach by clicking Open Page Builder on a post. - Post meta
_orv_pb_sections(section JSON) and_orv_pb_masthead(masthead JSON) on any post type that opts in. - The page template
page-orv.php, auto-assigned to any post with builder data. - Plugin constants
ORV_PB_VERSION,ORV_PB_PATH,ORV_PB_URL,ORV_SUITE_VERSION.
Uninstall behavior
By default, deactivating leaves builder data and settings in place. To wipe everything, enable Delete all data on uninstall in plugin settings before deleting.

