![]() |
|
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 - 2016-12-20 Hi everybody! I wish all merry Christmas and a happy 2017! Number of entries in collapsible list - acrylian - 2016-12-21 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 - 2016-12-21 It's all a matter of tweaking the CSS. collapsible-lists ul:first-child {
} Number of entries in collapsible list - acrylian - 2016-12-21 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 - 2016-12-21 Hi fretzl and acrylian, Number of entries in collapsible list - imagepet - 2017-01-31 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. |