If have some Problems with the folder title-images. Is there still someone here?
The theme author is not but we are still here obviously. We don't specifially support the theme but we have forked it so any issues can possibly corrected: https://github.com/zenphoto/libratus
The folder of the Titleimage are listet in the menustructure. If I unpublish the folder "titleimages" i have no images on the titlesites, but the album is not listet in the menulist. How can I make the folder titleimage unvisible in the menu-structure?
If I understand correctly you have an album specifically for the homepage slideshow images. And you do not want that album to appear in the menu?
By far the easiest is to hide the menu-item with CSS.
In the css/style.css file add the following line:
#nav li a[title="titleimages"] {display: none;}
In my zenphoto (Version 1.4.9; PHP-Version: 5.4.45-0+deb7u14; www.torstenbahr.com)
I use the libratustheme and it is quite nice. But the theme has an folder for the slideshow what is shown in the menu.
But I don´t know, how I could add " #nav li a[title="titleimages"] {display: none;} " to this menuitem.
I tried to use "menumanager" but the menus generatet are not in the style of the libratustheme.
I would this sounds like a theme bug. That slideshow should be able to use an unpublished album that is not visible (to non loggedin visitors). Don't know how it does this right now but that is certainly possible.
I tried to use "menumanager" but the menus generatet are not in the style of the libratustheme.
That's unfortunate that the theme author didn't setup it for this…
hm, thats dump. I think I will have to take a close look to menumanager again... hamburger menu in style of libratus would be perfect.
hamburger menu in style of libratus would be perfect.
The menu_manager plugin is layout agnostic and just creates a list. The layout is entirely up to the theme's CSS.
I have taken a quick look at the slideshow album usage. It uses the image_album_statistics plugin for getting the images which only works with published items (e.g. those the visitor is allowed to see).
It can be changed to use an album directly but sadly the theme uses the specific sorting options of that plugin which then would not work anymore. Or the plugin needs an addition to bypass visibility/access checks.