How to create parallax wordpress theme and how add menu in theme

I want to create parallax wordpress theme. How can create and how to create menu for parallax wordpress theme. Please suggest me .

http://hub.tutsplus.com/search?utf8=✓&s=PARALLAX&commit=Go

doru said

http://hub.tutsplus.com/search?utf8=✓&s=PARALLAX&commit=Go

Nice collection. Thanks for reply. How can i implement on WordPress menu for one page parallax site.

ali_siddique said

I want to create parallax wordpress theme. How can create and how to create menu for parallax wordpress theme. Please suggest me .

Hi, did you found a guide or tutorial for do it?...also I'm looking for...

@epd thanks for reply. I didn’t find any guide yet to implement in WordPress.

Hey,

Use child pages and get_pages() to create your one pager, then for the menu you need to find a way to hash link your links to your sections. I did this recently by using sanitise_title() to create reliable section ID’s;

http://codex.wordpress.org/Function_Reference/sanitize_title

And then just the standard paging links generated by WordPress, with some custom .js rewriting to create the appropriate hash links, though you could just get your users to do this with a little detailed instruction in your documentation.

@ali_siddique thak you too!..me too , i can’t find nothing!..:frowning:

TommusRhodus said

Hey,

Use child pages and get_pages() to create your one pager, then for the menu you need to find a way to hash link your links to your sections. I did this recently by using sanitise_title() to create reliable section ID’s;

http://codex.wordpress.org/Function_Reference/sanitize_title

And then just the standard paging links generated by WordPress, with some custom .js rewriting to create the appropriate hash links, though you could just get your users to do this with a little detailed instruction in your documentation.

Thanks for reply. Got this but how to show content in homepage. If set menu how can it automatically show content in homepage.

You can check this http://wevostudio.com/wordpress-parallax-implementation/

andreictin said

You can check this http://wevostudio.com/wordpress-parallax-implementation/

Thanks

really interesting to create parallax with custom post type
thank yuo