Abuja Digital Studio · Est. 2018
Start a Project
DocsOrravo Demos PackTroubleshooting
Troubleshooting

Troubleshooting

Orravo Demos Packorravo.com/docs/orv-demos-pack-v3/troubleshooting

Troubleshooting

Preview shows "Orravo Page Builder is required for v3 previews"

The preview route hard-checks for the Page Builder's render classes. Install and activate Orravo Page Builder, then retry the preview URL.

Imported page renders broken sections

The new sections register through orv_pb_section_types. If the demos plugin is deactivated, those sections fall back to nothing rather than crashing. Reactivate the plugin (or remove the page) - the sections come back.

Library presets do not appear in the builder

Orv_D3_Library::seed_presets() runs on activation. If you skipped activation by copying files manually, run it once from WP-CLI:

bashwp eval 'OrvD3_Library::seed_presets();'

The presets land in orv_pb_section_presets_global and become visible in the builder's Insert template browser.

Kit does not apply globally

The global apply uses theme mods. Confirm the kit's tokens land in wp_options under theme_mods_orravo. If they do not, the form submission failed - check the browser console for an admin AJAX error.

Activation does not register orv_page CPT

The Page Builder normally registers orv_page on init. v3's activation hook calls Orv_PB_CPT::register() defensively in case activation runs before init. If you still see CPT errors, deactivate and reactivate Orravo Page Builder so its own activation hook fires.

Marquee or ticker section is silent

assets/js/sections-v3.js is registered at wp_enqueue_scripts priority 25 and enqueued unconditionally by default. If you filtered orvd3_always_enqueue_assets to false, the front-end JS is missing on non-demo pages. Either remove the filter or wp_enqueue_script( 'orvd3-sections' ) manually on the templates you need.

Troubleshooting · Orravo Demos Pack Docs | Orravo