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

Installation

Orravo Page Builderorravo.com/docs/orravo-page-builder/installation

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

  1. Install and activate the Orravo theme.
  2. In WordPress admin, go to Plugins > Add New > Upload Plugin.
  3. Choose orravo-page-builder.zip and click Install Now.
  4. Click Activate.
  5. Open Settings > Permalinks and Save Changes to flush rewrite rules for the orv_page CPT.
  6. 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_page with the rewrite slug orv (e.g. /orv/your-page/). Find it under Orravo Theme > Pages.
  • A hidden builder route at admin.php?page=orv-pb-builder that 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.

Installation · Orravo Page Builder Docs | Orravo