![]() |
|
« prev 1 next » should not be displayed - 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: « prev 1 next » should not be displayed (/thread-1875.html) |
« prev 1 next » should not be displayed - edasque - 2007-12-06 Hi all, is it possible to prevent " « prev 1 next » " to be displayed ? It shouldn't appear if no page navigation is possible, right ? « prev 1 next » should not be displayed - aitf311 - 2007-12-06 edasque: we have got this working for default and example themes and will be in the nightly build tomorrow. In order to turn it off in any other theme need to add the following code to your stylesheet ` .disabled_nav {visibility: hidden;} ` |