A new day, a new problem.
I showed the site to my mom yesterday and she told me the link under "pagina's" isn't there.
It is with me (logged in as admin) and it's working like it's supposed to.
The link is to a zenpage "werkbeschrijvingen", I'm using the zenpage menuset (I noticed there are no blue circles showing up next to the menu items).
It looks like another menuset (effervescene) is active, but I can't change it back to the zenpage menuset.
I upgraded to the latest build this morning and it doesn't solve the problem.
http://www.atelieranniec.nl/zenphoto/
Comments
The weird thing is, that is the only link that isn't showing.
Is deleting the effervescene set an option?
Menulabel "Pages" is set to visible and so is the menufunction "all pages".
It should be showing up right?
When I open the page the published checkbox is checked.
I know the page itself is on there, because my mom could get to it through the Tags.
?>
<div class="menu">
<?php printCustomMenu('zenpage','list','',"menu-active","submenu","menu-active",2); ?>
</div>
This is the actual code.
And this one is for the pages:
<?php if(function_exists("printPageMenu")) { ?>
<div class="menu">
<h3><?php echo gettext("Pages"); ?></h3>
<?php
printPageMenu("list","","menu-active","submenu","menu-active"); ?>
Menu manager is enabled, there is a menu set called "zenpage" (I'm trying to use that menu set, but it looks like it's not loading) and the only thing I changed is I have taken out the news page section.
Alternatively you could disable the menu manager so you use the standard menu functions.
I'm going to try the other suggestion.
Thanks for your patience and your help acrylian.