![]() |
|
Link not showing - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Link not showing (/thread-8348.html) |
Link not showing - acrylian - 2011-03-08 If you did not change too much the custom menu is used if the menu manager is enabled. The question is: Do you have a menu set named "zenpage". If not it is quite normal that nothing is shown. Link not showing - Lensvision - 2011-03-08 A new day, a new problem. I upgraded to the latest build this morning and it doesn't solve the problem. http://www.atelieranniec.nl/zenphoto/ Link not showing - acrylian - 2011-03-08 Make sure the pages are published. If not only the loggedin admin with the rights to see them will see them. Link not showing - Lensvision - 2011-03-08 They are published, the green symbol is next to the items in the zenpage menuset and I unpublished the ones in the other set. Still it isn't working. Link not showing - acrylian - 2011-03-08 Note that the published status of an item is independent from the visible status in the menu. You can have a page published but set to invisible in the menu and vice versa. Link not showing - Lensvision - 2011-03-08 Ok, how does that work? Link not showing - acrylian - 2011-03-08 Did you look at the pages tab? Link not showing - Lensvision - 2011-03-08 I did, the green symbol for published is next to the page. Link not showing - acrylian - 2011-03-08 Check the theme's sidebar.php page to see which menu set the custommenu function actually uses. Maybe you have indeed the wrong one. Link not showing - Lensvision - 2011-03-08 if(function_exists('printCustomMenu') && getOption('zenpage_custommenu')) { This is the actual code. Link not showing - Lensvision - 2011-03-08 acrylian said:If you did not change too much the custom menu is used if the menu manager is enabled. The question is: Do you have a menu set named "zenpage". If not it is quite normal that nothing is shown. 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. Link not showing - acrylian - 2011-03-08 Try to delete that menu set and recreate it by adding the pages manually. Might be that something has been screwed up as the theme tries to create a default menu set automatically on the first use. Alternatively you could disable the menu manager so you use the standard menu functions. Link not showing - Lensvision - 2011-03-08 I tried your last suggestion, disabeling the menu manager, but the link still didn't show. Link not showing - Lensvision - 2011-03-08 I think I'm finally getting somewhere. Deleting and starting over seems to do the trick. |