Hi,
Fixed it indeed. I don’t know if it is the right way, but I installed the menu buttons manually with a bit of code I found on another blog with the same theme. And.. it worked!
This is the code (to be found in ‘header.php’)’:
<!-- Navigation -->
<ul id="menu-navigation" class="sf-menu"><li id="menu-item" class="menu-item menu-item-type-custom current-menu-item current_page_item menu-item-home menu-item"><a href="https://www.michielstax.nl/blog/">home</a></li>
<li id="menu-item" class="menu-item menu-item-type-post_type menu-item"><a href="https://www.michielstax.nl/blog/over">over</a></li>
<li id="menu-item" class="menu-item menu-item-type-post_type menu-item"><a href="https://www.michielstax.nl/blog/category/blog">blog</a></li>
</ul>
Because this is done manually, you can’t update or add any links via the wordpress cms.
Hope this helps! Good luck!