alleyinteractive / revealjs-wp-theme

Power your reveal.js presentation with WordPress
Other
40 stars 7 forks source link

Horizontal slide #8

Closed Emanuele20 closed 8 years ago

Emanuele20 commented 8 years ago

Maybe is a stupid question... plugin works great but...i can only add a vertical slide, how can i create horizontal? And about fragments? How can i set this? Really thx! Bye!

mboynes commented 8 years ago

Hi @Emanuele20, each post in the slides post type is a horizontal slide and you order them using the "Order" field.

Fragments require you to write a little HTML, you add the class "fragment" to the element you want to be a fragment. See https://github.com/hakimel/reveal.js/ for more info on that.

Emanuele20 commented 8 years ago

surely I am unable ... but sorry, look ... I can create the slide but then I can only add a slide vertically ... I just can not figure out how to create it in a horizontal ... 02 03

mboynes commented 8 years ago

All "slide" posts are horizontal slides. In the left navigation, clicking "Add New Slide" will add a new horizontal slide. From within each horizontal slide, you can add vertical slides.

Emanuele20 commented 8 years ago

So if I understood well from within each horizontal slide, you can add vertical slides but is not possible add new horizontal slides it mean that in front-end i can use my arrow up-down and no left-right...

mboynes commented 8 years ago

No. If you create 3 slide posts, then go to the site homepage, you navigate between them using the left-right arrows. Think of it as a parent child relationship, horizontal slides are the parent, and vertical slides are its children.

Everything you want to do is possible here, just go play around with it.