Currently, when accessing a page like /records, the URL is automatically rewritten to /#/portfolio.
I would like to know:
1. Is it possible to disable the AJAX / SPA routing system (/#/)?
2. Can I use standard WordPress URLs instead (e.g. /about, /records)?
3. If yes, what settings should be changed in the theme?
My goal is to have clean URLs without breaking the layout.
The Ikonik theme is built on an AJAX/SPA (Single Page Application) architecture. This means the hash-based URLs (/#/) are an essential part of how the theme handles page transitions and content loading. They are not a setting that can be toggled off — they are required for the theme to function properly.
Unfortunately, switching to standard WordPress permalink structures (e.g. /about, /records) is not possible without breaking the theme’s core functionality.
Please let me know if you have any other questions.
Best regards
Serkan
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.