Abuja Digital Studio · Est. 2018
Start a Project
DocsOThemeTroubleshooting
Troubleshooting

Troubleshooting

OThemeorravo.com/docs/otheme/troubleshooting

Troubleshooting

The Orravo Theme menu does not appear

The menu is registered by the Page Builder plugin, not the theme. Go to Plugins and confirm Orravo Page Builder is active. If it is missing, install it from the plugin zip. The theme prints a red admin notice when Core is missing.

My custom page template will not load

Flush rewrite rules. Open Settings > Permalinks and click Save Changes. The orv_page CPT registers a slug => orv rewrite that needs flushing after activation.

Logo looks blurry on retina screens

Upload a 2x version under Orravo Theme > Header & Footer > Retina logo. The theme injects srcset="[url] 2x" into the custom logo <img> via the get_custom_logo filter.

Header content is hidden behind the nav

The theme reserves header height with <div id="orv-header-space"> driven by --orv-header-stack. If you replaced the header partial in a child theme, restore that spacer div, or compute the offset yourself from --orv-onav-bar-h and --orv-onav-topbar-h.

Google Fonts are still loading

The theme dequeues every fonts.googleapis.com style at priority 999. If a plugin registers fonts during wp_head (after that hook runs) you can either ask the plugin to register earlier, or whitelist Google Fonts entirely with add_theme_support( 'orv-google-fonts' ) in a child theme.

Front page renders the blog index instead of my page

Go to Settings > Reading, set A static page, and pick the page. Then re-open Orravo Theme > Front Page to confirm the template assignment - if the page has builder data, it will use page-orv.php automatically.

Troubleshooting · OTheme Docs | Orravo