Frequently asked questions
Does the builder work without the Orravo theme?
No. The render layer reads tokens from the theme and the admin menu is owned by the plugin but designed against theme classes. Third-party themes will render the post titles but no styled sections.
Can I use the builder on standard WP pages and posts?
Yes for pages. Open any page, click Open Page Builder in the meta box, and the plugin assigns page-orv.php and writes _orv_pb_sections. Posts are not supported for now.
Where is page content stored?
In two post meta keys: _orv_pb_sections (the section array) and _orv_pb_masthead (the masthead). The post content field is unused for builder pages.
How do I migrate from an older builder schema?
The plugin ships Orv_PB_Migrator_Neutralization which runs once on admin_init and rewrites legacy field keys (ot_text, nt_text, apol_weight) and old section slugs. The migration sets an option flag so it never re-runs.
What is the command palette?
Press Cmd/Ctrl+K anywhere in the admin. Orv_Cmdk opens a fuzzy-search palette indexing admin screens, sections on the current page, and Orravo Core commands.
Are screenshots cached?
Yes. Orv_Pb_Screenshot renders section previews on demand and caches them keyed on the section field hash. Edit a section's content and a fresh preview generates the next time you view the picker.

