Hi, i´m working on a parallax main page with #links to each title… i mean, i can slide up and down from start to contact at the end of the page… but i have a problem… when i get inside a post i go to the blog section, and there the menu should be different, but it is the same and obviously the main menu doesn´t link to blog section…
menu -> #home #about #gallery #blog #contact
#about
#gallery
#blog
entry1(link) entry2(link) entry3(link)
#contact
how do i return from entryX(blog entry) to main page if the top menu is common?
menu -> #home #about #gallery #blog #contact
any suggestion? thanks!
Hey Moises!
You can create your links with absolute URLs like so.
http://yoursite.com/#about
http://yoursite.com/contact#anchor
Or try this plugin out, https://wordpress.org/plugins/zen-menu-logic/. It will let you create different menus for each page.
Cheers!
Elliott