Troubleshooting
Common setup and runtime issues for Epiktetos.
Use this page to check common configuration issues before debugging code.
Header menu is missing
Confirm a menu is assigned to Primary Navigation.
- Go to Appearance > Menus.
- Create or choose a menu.
- Assign it to Primary Navigation.
- Save and reload the front end.
Footer menu is missing
Assign a menu to Footer Navigation. The footer renderer uses the theme footer output, so also confirm Appearance > Epiktetos > Footer settings are saved.
Saved articles route does not load
The reader feature registers a saved route. Refresh permalinks:
- Go to Settings > Permalinks.
- Save changes without changing the structure.
- Reload
/saved/.
Search returns no results
Check that:
- Posts are published.
- The search query has at least two characters.
- The REST API is available.
- No security plugin blocks
/wp-json/epiktetos/v1/search.
Homepage looks empty
Publish posts with categories, featured images, and excerpts. Then review Appearance > Epiktetos > Editorial and category ordering.
Dark mode flashes on load
The header class prints no-FOUC CSS in wp_head. If a child theme or optimization plugin moves or strips head output, test with optimization disabled.
Translation strings are missing
The theme loads the epiktetos text domain, but no bundled .pot file was found in version 1.0.0. Generate a translation template before creating language files.