Panel or drawer doesn't open: Check that you're clicking the correct button or menu item (e.g. user menu for Theme/Language, Appearance page for Theme Management). If the component is lazy-loaded, a short delay is normal. Check the browser console for errors.
Change didn't persist: In-place editing still requires a Save (or Apply) step in panels and drawers. Inline edits usually save on blur or on selection; if not, look for a small "Save" or check. Ensure the API request succeeded (no network or permission errors).
Page reloaded and I lost my place: FleekDash is designed to avoid full reloads for these edits. If a full reload happened, it may be due to a link that targets a full navigation (e.g. "Open in WordPress") or an error that triggered a refresh. Use the browser back button or the menu to return to your previous view.
I don't see a panel for X: Some panels (e.g. Language, Theme) are opened from the user menu or from a specific settings section. Menu builder and other panels may be available only in certain layouts or to certain roles. Check the feature doc for that area (e.g. Theme & Brand Manager for theme, Data Tables & Content for grid inline editing).
Inline edit in the grid didn't update: Ensure the save callback ran (e.g. no API error). Refresh the list once; if the backend has the new value, the next load will show it. If the grid uses cache invalidation, it should update automatically after a successful API response.
Quick reference
| Topic | Details |
What it is | Editing without full-page loads: sidebars, drawers, inline panels, inline cells. |
Principle | Stay on the same screen; edit, save, close; you're still where you were. |
Zero page-load | API + client state update; no full document reload. |
Content Grid | Inline: status, author, date, categories, labels. Panel: column manager. |
Theme & Brand | Drawer: Theme Management. Settings: Appearance (brand, logos). |
Language | Panel/drawer from user menu. |
Growth | Dashboard widget (Growth Score). |
Users | Drawer (e.g. openUserEdit). |
Media | Detail panel for metadata. |
Others | Menu builder, integrations drawer, plugin sheet. Same pattern. |