![]() |
|
Description not visible! - 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: Description not visible! (/thread-5924.html) |
Description not visible! - saqibbrothers - 2009-10-02 i'm using latest version of zenphoto with default theme. Description not visible! - saqibbrothers - 2009-10-02 http://www.zenphoto.org/zenphoto/ i am using this theme but why my description is not visible? Description not visible! - flu - 2009-10-02 Hi, http://www.zenphoto.org/2009/03/theming-tutorial/ Description not visible! - saqibbrothers - 2009-10-02 sorry bit didnt understand. too complicated for me Description not visible! - saqibbrothers - 2009-10-02 on line 307 in file, i can see Description not visible! - acrylian - 2009-10-02 You have to add that function to your theme's index.php to see the gallery description. It's actually this one: http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintGalleryDesc Description not visible! - saqibbrothers - 2009-10-02 I check index file of DEFAULT theme folder but there is no line no. 314 as mentioned in http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintGalleryDesc I just tried to put the code mentioned in above URL on line 314 in file template-functions.php located in zp-core folder but it makes my website blanked! Description not visible! - acrylian - 2009-10-02 Well, because it is completly wrong. That is the documentation and the line refers to the place where the function is located not where to use it. I strongly recommend to read our theming tutorial on http://www.zenphoto.org/2009/03/theming-tutorial/ and learn a few php/html basics. Description not visible! - saqibbrothers - 2009-10-02 I GOT THANKS Description not visible! - acrylian - 2009-10-02 [i]if i were know about basic php or html why should I use this software??[/i] Zenphoto is a gallery content management system for gallery websites.. Not a everything is possible to work-out-of-the-box, much extra and additional functionality always requires theme modifications. You have to put `` on your theme's index.php where you want the description to appear. Description not visible! - saqibbrothers - 2009-10-02 is it possible to make GALLERY TITLE in bold?? Description not visible! - acrylian - 2009-10-02 Here we are again with basic html/css/php knowledge. So you have to edit either your theme page or your theme's css file. Description not visible! - saqibbrothers - 2009-10-02 and what about those who dont know basic but wish to do? Description not visible! - acrylian - 2009-10-02 The net is full of places to learn the basics of webdesign techniques like this http://www.w3schools.com/. This forum is surely not the place for that which we explicity state on our forum rules. |