![]() |
|
confused about Menu_manager.. - 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: confused about Menu_manager.. (/thread-12370.html) |
confused about Menu_manager.. - leiferikson - 2015-11-22 Hi all, THX confused about Menu_manager.. - fretzl - 2015-11-22 From the [i]Libratus[/i] theme options: Quote:[i]Be careful with this option to ensure there are images that meet the statistic and they are viewable (rights), otherwise no images will show.[/i] Indeed, when I manually add an unpublished album to a custom menu (menuManager), it still shows up. Not sure if this is intended but @acrylian will surely know. However, if I unpublish a menu-item (in menuManager) in does not show anymore.(makes sense ;-)) confused about Menu_manager.. - leiferikson - 2015-11-22 hi fretzl, this what i tried: Option 2: There should be a option to hide the albums (with the images for articles, news and the startpage-title) in the menu structure. confused about Menu_manager.. - acrylian - 2015-11-22 Quote:Not sure if this is intended but @acrylian will surely know. @leiferikson Generally items within unpublished items inherit the parent status even if published themselves. Generally all items follow these rules unless you do something manually to access thme (embedding via tinyZenpage, object model programming): confused about Menu_manager.. - leiferikson - 2015-11-23 Hiho acrylian, "Not published/not password protected: People have to "know about" these items to view them. (That is they need to know the URL, they will not show in menus if the visitor does not have the appropriate credentials.)" This should be the right option for title images, if I understand this right, but it is not working. The title images are not shown... It doesn´t bother me if somebody can see the title images by guessing the url, but it would be nice if the album with these title-image will not to be echoed in the menu structure. Is this so complex, I am not very in these codes... still lost. confused about Menu_manager.. - acrylian - 2015-11-23 I am not familiar with the Libratus theme and what it exactly does for the title image. I assume you refer to the full screen slideshow on the index page? It would be correct if it does not display published images from an unpublished album. That is the expected inheritance I spoke of. That is what all internally should do. It can be overriden by code of course but as said I have no idea what the theme exactly does and uses here. The menu manager is not the same as the standard menu functions like the album menu or the category menu etc.. It is simply the difference between manual and automatic setup of a menu. Also keep in mind that being loggedin generally always shows you even unpublished items. Always try another browser to be sure what a normal visitor sees. Or use the "show_not_logged-in" plugin to simulate the behaviour. confused about Menu_manager.. - leiferikson - 2015-11-24 "the full screen slideshow on the index page? " Yep, thats the album I am talking about. I think I will have to get familar with the menumanager and make my own menustructure there. Libratus seems to be a little special there. I will post my efforts, Thank you so far, bilderbar.de confused about Menu_manager.. - fretzl - 2015-11-24 For the slideshow on index.php try this: On line 7 replace
So this part of the code now is: ` confused about Menu_manager.. - fretzl - 2015-11-24 ...and if you want the slideshow to be random, change
confused about Menu_manager.. - leiferikson - 2015-11-24 thank you for your answer, but it seems to me now that I have more troubles. confused about Menu_manager.. - acrylian - 2015-11-24 Do you really have the same image setting? Are the images published? confused about Menu_manager.. - leiferikson - 2015-11-24 well, when I look in the album "titelbilder" very image is visible. With my ftp-client all images have the same rights. confused about Menu_manager.. - fretzl - 2015-11-24 bilderbahr.de seems to work fine. It only looks like something is wrong with surfbrett_det.jpg confused about Menu_manager.. - acrylian - 2015-11-24 The image error is probably some other issue and not file system rights. There should be an error somewhere in the logs (zp or server). Could be memory, an somehow corrupt image or just corrupt meta data that breaks processing. confused about Menu_manager.. - leiferikson - 2015-11-24 thank you for your answer acrylian. Now I open an image and save it with psd again, that helped on one. But I had to save a copy of the image without the colorprofile "sRGBIC..." now it seems to work. But it is not clear why...all the other image worked fine. Thanks mate! confused about Menu_manager.. - leiferikson - 2015-11-24 So and now back to my problem, menumanager ;-) confused about Menu_manager.. - fretzl - 2015-11-24 The question now is: Why would you add an album ([i]titelbilder[/i]) to a custom menu when you do not want it to be visible in the menu ? ;-) |