September 22, 201312 yr Hi guys, I have a site built on the skeleton framework and it needs to be integrated into wordpress. I am aware of simplethemes wordpress theme built on the skeleton framework but I need it to be a one-page theme with scrollto and parallax features. How would I go about making simplethemes wordpress theme a one-page theme with the extra features?
September 22, 201312 yr I would suggest converting your own one-page html into wordpress and then comparing it to simplethemes'. You probably won't need all the customization that they have to offer but you could see which plugins they use for parallax or scrolling or whatever you want to do.
September 22, 201312 yr Author I would suggest converting your own one-page html into wordpress and then comparing it to simplethemes'. You probably won't need all the customization that they have to offer but you could see which plugins they use for parallax or scrolling or whatever you want to do. Thats the problem, simplethemes theme doesnt have parallax or scrolling, my html template does.
September 22, 201312 yr You'll need to enqueue the scripts for the parallax and scrolling then. http://codex.wordpress.org/Function_Reference/wp_enqueue_script
September 22, 201312 yr Author ok but how would I pull the seperate pages into one page in wordpress?
September 22, 201312 yr That is why would be easier to make your own theme. But I suppose you could just copy and paste the code from other pages into a page called front-page.php and divide it into sections. Edited September 22, 201312 yr by mantis
Create an account or sign in to comment