![]() |
|
addition to the theme zp-Base - 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: addition to the theme zp-Base (/thread-12408.html) |
addition to the theme zp-Base - atomicmak - 2016-01-05 Hi, addition to the theme zp-Base - acrylian - 2016-01-05 Sorry, if you are no programmer this might be complicated. Quick answer you can use the printSlideshow() function from one of the two slideshow plugins to create a slider where needed. See its documentation on the functions documentation addition to the theme zp-Base - atomicmak - 2016-01-05 I have enabled slideshow2 plugin and added code as you said in index.php I enabled all checkbox under theme pages under slideshow2 plugin settings but somehow does not show up. any further help you can tell ? addition to the theme zp-Base - acrylian - 2016-01-05 You did create an album object to tell the function what to display, too? addition to the theme zp-Base - atomicmak - 2016-01-05 Well I want to bring in latest uploaded images so I called in index.php addition to the theme zp-Base - atomicmak - 2016-01-05 I just want to make 10 images latest uploaded to show there. addition to the theme zp-Base - acrylian - 2016-01-05 You didn't read the documentation of the function, did you? That will not work because you need to pass an album object to it to get any display at all. To get the latest images it is a bit more. You first need to setup a dynamic album for all images, set it to the appropriate sorting and then pass its album object to the function. Info about objects: addition to the theme zp-Base - atomicmak - 2016-01-05 But then i don't want the dynamic album to visible in my general gallery. I have bird gallery of INDIA which is scientific display by its own family and adding an album random is breaking its flow. I just want to show visitors some randome 10-15 latest uploaded images there on index page. my web is : www.wildart.in addition to the theme zp-Base - acrylian - 2016-01-05 Quote:But then i don't want the dynamic album to visible in my general gallery. Without using an album you would have to built the slider completely yourself based on the statistics function. That might not be something for your as you said you are no programmer. |