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

Getting started

OThemeorravo.com/docs/otheme/getting-started

Getting started

After activation, OTheme adds the Orravo Theme menu to the WordPress sidebar. Every theme-related screen lives there.

The admin menu

The top-level entry is registered by the Page Builder plugin. The submenu items are:

  • Dashboard - quick links and product status
  • Pages - all orv_page builder pages
  • Front Page - assign the static front page and its template
  • Blog Index - configure the post archive
  • Single Post - layout for single posts
  • Header & Footer - logo, menu, social links, footer copy
  • Section Library and Pattern Library - browse what the builder can drop in
  • Section Templates - reusable section presets
  • Blocks - bundled Gutenberg blocks
  • Global Styles - colors, type, spacing
  • Style Kits - swap a whole token set in one click
  • Kit Import / Export - move config between sites

Minimum config

  1. Open Orravo Theme > Header & Footer and upload a logo. The theme passes the URL through orv_get( 'orv_logo_retina' ) if you also set a 2x version.
  2. Open Orravo Theme > Global Styles and set the brand colors. Every --orv-* custom property updates inline at wp_head priority 999, no rebuild required.
  3. Go to Settings > Reading, set A static page as the homepage, and pick the page you want.
  4. If you use ONav, switch off the WP nav menu locations once your ONav layout looks right.

How pages become builder pages

A standard WP page becomes a builder page when you click Open Page Builder in the page editor meta box. The builder writes _orv_pb_sections and _orv_pb_masthead post meta and assigns the page-orv.php template automatically.

For builder-only pages that should stay out of the regular Pages list, use the orv_page custom post type.

Getting started · OTheme Docs | Orravo