![]() |
|
Number of entries in collapsible list - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Number of entries in collapsible list (/thread-12643.html) |
Number of entries in collapsible list - imagepet - 20-12-2016 Hi everybody! I wish all merry Christmas and a happy 2017! Number of entries in collapsible list - acrylian - 21-12-2016 For the tag cloud you can set several parameteres on the related function: For the album list: Well, yes, but you have to code your own album menu function. The standard one just prints what is there. An alternative would be to use the menu manger plugin instead but then you would have to do everything manually. Number of entries in collapsible list - fretzl - 21-12-2016 It's all a matter of tweaking the CSS. collapsible-lists ul:first-child {
} Number of entries in collapsible list - acrylian - 21-12-2016 If it is jus the space itself and you want still everything printed fretzl's way is indeed the way ;-) Number of entries in collapsible list - imagepet - 21-12-2016 Hi fretzl and acrylian, Number of entries in collapsible list - imagepet - 31-01-2017 Late answer: fretzl, your solution is fine for me so far, thanks. To do everything manually is to much for me in the moment. Thanks to acrylian too. |