![]() |
|
Slideshow in zenphoto "site" - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Slideshow in zenphoto "site" (/thread-11558.html) |
Slideshow in zenphoto "site" - pedro - 30-12-2013 Hallo, a slideshow in a "page" is this possible? Thanks for help! Pedro Slideshow in zenphoto "site" - acrylian - 30-12-2013 Yes, using a content macro as documented: General info on macros: http://www.zenphoto.org/news/content-macros Slideshow in zenphoto "site" - pedro - 30-12-2013 I mean in the zenphoto page. thanks for help Slideshow in zenphoto "site" - sbillard - 30-12-2013 If you will enable the Slideshow in zenphoto "site" - acrylian - 30-12-2013 If you really mean static pages like the standard archive page, just use the slideshow function directly. It is all documented on the link above. If you mean managed pages from the Zenpage plugin use the macro. Slideshow in zenphoto "site" - pedro - 30-12-2013 Sorry. My Code: Error in Page: Invalid slideshow album name! "Harz" is the Album Name. What is my mistake? Slideshow in zenphoto "site" - pedro - 30-12-2013 ok it is works. The album name is lower case. 2 Question: Thanks for help. Slideshow in zenphoto "site" - acrylian - 30-12-2013 1: Use CSS Slideshow in zenphoto "site" - pedro - 30-12-2013 Thanks! Slideshow in zenphoto "site" - pedro - 01-01-2014 Hallo, In which CSS file I can change this? I just want the image without caption (only for slideshow Macro). Thanks for help! Pedro Slideshow in zenphoto "site" - pedro - 01-01-2014 I have the slideshow.css file copied into the theme directory. Slideshow in zenphoto "site" - acrylian - 01-01-2014 I would add it to the theme's css. Look at the page source for the elements to hide. I don't know offhand. Slideshow in zenphoto "site" - pedro - 01-01-2014 This is a problem, what is the source for element slideshow (macro slideshow)? Theme: zpArdoise Slideshow in zenphoto "site" - acrylian - 01-01-2014 Look at the page source via your browser. All modern browser let you choose even a specific element. Slideshow in zenphoto "site" - fretzl - 01-01-2014 In your slideshow.css add: ` post #slides h4 {display: none; Slideshow in zenphoto "site" - pedro - 01-01-2014 Thanks! |