Slideshow in zenphoto "site"

Hallo,

a slideshow in a "page" is this possible?
I would like to embed a slideshow (5 random pic) in a normal zenphoto page (cms).

Thanks for help!

Pedro

Comments

  • acrylian Administrator, Developer
    Yes, using a content macro as documented:
    http://www.zenphoto.org/documentation/plugins/media/_zp-extensions---slideshow.php.html
    Depending on the theme used you might need to add extra css.

    General info on macros: http://www.zenphoto.org/news/content-macros
  • I mean in the zenphoto page.
    I want to create the page in zenphoto editor. So that you can also integrate slideshow (for example per Album) in static pages.

    thanks for help
  • If you will enable the `macroList` plugin you will get a tab that lists all the provided macros. You will see that the slideshow plugin does provide a macaro that can be used in the page editor.
  • acrylian Administrator, Developer
    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.
  • Sorry.

    My Code:
    [SLIDESHOW Harz]

    Error in Page: Invalid slideshow album name!

    "Harz" is the Album Name.

    What is my mistake?
  • ok it is works. The album name is lower case.

    2 Question:
    1: Can I remove the image name in the slidehow?
    2: Can I create a slideshow using the latest pictures?

    Thanks for help.
  • acrylian Administrator, Developer
    1: Use CSS
    2: Create a dynamic album
  • Thanks!
  • Hallo,

    In which CSS file I can change this? I just want the image without caption (only for slideshow Macro).

    Thanks for help!

    Pedro
  • I have the slideshow.css file copied into the theme directory.
    What I change in this file (the caption (H4) is no longer displayed)?
  • acrylian Administrator, Developer
    I would add it to the theme's css. Look at the page source for the elements to hide. I don't know offhand.
  • This is a problem, what is the source for element slideshow (macro slideshow)? Theme: zpArdoise
  • acrylian Administrator, Developer
    Look at the page source via your browser. All modern browser let you choose even a specific element.
  • fretzl Administrator, Developer
    In your slideshow.css add:

    `
    #post #slides h4 {
    display: none;
    }
    `
  • Thanks!
Sign In or Register to comment.