Open any WordPress page in the editor, find the NitroShock Page Builder meta box, and toggle it on. Gutenberg is disabled for that page and NitroShock takes over on the frontend.
The NitroShock page builder is activated on a per-page basis. You choose which pages use the NitroShock editor—all other pages continue using the standard WordPress editor untouched.
After saving, Gutenberg is disabled for that page. When you visit the page on the frontend while logged in as an admin, the NitroShock editor toolbar loads at the top of the page.
If the meta box is not visible, click Screen Options at the top-right of the editor screen and make sure the NitroShock meta box is checked.
The page editor lives on the frontend of your page, not in the WordPress admin. Visit the page while logged in and the toolbar appears.
From the toolbar you can:
Each NitroShock-enabled page supports page-level CSS and JavaScript stored in post meta and output only on that page:
<head> on that page only</body> on that page onlyThis is useful for one-off page-specific overrides without touching your theme or other pages.
The page content (the component HTML stored in the post content) remains in place. The block editor reloads and treats the existing HTML as classic content.
No. NitroShock outputs its components inside your theme's page template. Your header, footer, and sidebar remain intact unless you specifically build components that replace them.
Yes. The meta box is available on any post type that supports custom fields. The activation process is identical for posts and pages.