Installation
Orravo Demos Pack v3 ships as a regular WP plugin. It is the v3 rewrite of the older demo importer and replaces the parallel .orv-im-* render layer with real orv_page posts that stay editable in the page builder.
Requirements
- WordPress 6.5 or newer
- PHP 8.0 or newer
- Orravo theme (active)
- Orravo Page Builder (the importer creates
orv_pageCPT posts via the builder's CPT class)
Steps
- In WordPress admin, go to Plugins > Add New > Upload Plugin.
- Choose
orv-demos-pack-v3.zipand click Install Now. - Click Activate.
- The activation hook re-registers the
orv_pageCPT defensively (so seeding works even beforeinithas fired) and seeds the section presets into the global optionorv_pb_section_presets_global. - Open Demos v3 in the admin sidebar.
What gets created
- A top-level admin menu Demos v3 with three submenus: Demos, Library, Kits.
- 9 demos under
data/demos/<slug>.php:furnace-and-folio,hammer-hide,lantern-quarter,lattice-counsel,marrowfield-botanical,mercer-glass,meridian-health,nightform-recordings,voyager-society. - 10 new section types registered through the
orv_pb_section_typesfilter:marquee_wordmark,ticker_strip_live,schematic_pricing,principles_scrollytelling,cost_calculator_lite,chapter_index_masthead,feature_swap_grid,origin_atlas,editorial_split_hero_v3,studio_wordmark_hero. - 9 style kits under
data/kits/:atelier-mono,blueprint-pro,apothecary,aurora-deep,ultraviolet-fm,tin-press,meadow-soft,onyx-studio,letterpress. - 8 library categories of reusable presets: ctas, faqs, about-boxes, icon-lists, heroes, marquees, stats, pricing.
Constants
phpORVD3_VERSION // '3.0.2'
ORVD3_FILE // __FILE__
ORVD3_PATH // plugin directory
ORVD3_URL // plugin URL
ORVD3_SLUG // 'orv-demos-pack-v3'
