Member
Member
pedro   30-12-2013, 17:25
#1

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

Administrator
Administrator
acrylian   30-12-2013, 17:31
#2

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

Member
Member
pedro   30-12-2013, 20:31
#3

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

Member
Member
sbillard   30-12-2013, 20:43
#4

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.

Administrator
Administrator
acrylian   30-12-2013, 21:00
#5

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.

Member
Member
pedro   30-12-2013, 22:18
#6

Sorry.

My Code:
[SLIDESHOW Harz]

Error in Page: Invalid slideshow album name!

"Harz" is the Album Name.

What is my mistake?

Member
Member
pedro   30-12-2013, 22:38
#7

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.

Administrator
Administrator
acrylian   30-12-2013, 22:52
#8

1: Use CSS
2: Create a dynamic album

Member
Member
pedro   30-12-2013, 23:12
#9

Thanks!

Member
Member
pedro   01-01-2014, 17:11
#10

Hallo,

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

Thanks for help!

Pedro

Member
Member
pedro   01-01-2014, 17:56
#11

I have the slideshow.css file copied into the theme directory.
What I change in this file (the caption (H4) is no longer displayed)?

Administrator
Administrator
acrylian   01-01-2014, 18:21
#12

I would add it to the theme's css. Look at the page source for the elements to hide. I don't know offhand.

Member
Member
pedro   01-01-2014, 19:26
#13

This is a problem, what is the source for element slideshow (macro slideshow)? Theme: zpArdoise

Administrator
Administrator
acrylian   01-01-2014, 19:44
#14

Look at the page source via your browser. All modern browser let you choose even a specific element.

Administrator
Administrator
fretzl   01-01-2014, 20:11
#15

In your slideshow.css add:

`

post #slides h4 {


display: none;
}
`

Member
Member
pedro   01-01-2014, 23:54
#16

Thanks!

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.