I want to use both the printalbummenu and the printpagemenu in my sidebar, but somehow I can't get this to work. When viewing an album, both the menu's are displayed, but when I click on a the link of a page, the printalbummenu items disappear.
You can see what I mean by clicking on the link 'nieuwste' or 'freelance opdrachten' in the sidebar: link
Well, you have set the printAlbumMenu to "omit-top". That means it leaves out the toplevel album display and displays only the subalbums of a current top level album. If there is no current toplevel album as it is not on the pages nothing is shown. Absolutly coded behaviour.
Either you change it to use toplevel albums for that or you have to set the current toplevel album manually similar to $_zp_current_zenpage_page = new ZenpagePage("fotografie");. There are functions for that makeCurrentAlbum() (please see the doc for exact details.).