Hi!
Im a bit over my head here.. Im using full page.js and trying to add it to my wordpress. The documentation show how to add each slides as divs, and for horizontal scrolling, nesting divs inside each divs. However, to fetch slides, I'm using
`<div id="pageSlide-<?php echo $post->post_name;?>" class="section" data-anchor="<?php echo $post->post_name;?>">
`
The problem then is that i can't nest subpages for the horizontal scrolling. I was thing using one page as a parent, and then use anchors to display them, or something similar to that. Im a bot of a noob, so any pointers would be appreciated.
This is the script: http://alvarotrigo.com/fullPage/
Ive been using this guide to help me along:
http://www.themevan.com/build-an-one-page-portfolio-website-with-wordpress/?codekitCB=413560456.282228
This is the test site: (Menu not working at the moment, and slides boxed)
Thanks! /J