Scrollable page link from separate page

Hello -

website:  abwp.studiotdesign.com
(I can provide you log in and pass if needed privately)

I created a one page scrollable site that uses a split top menu. Top menu hyperlinks "scroll" down to each respective section on home page.

Problem: I also created a 3 rectangular hyperlink buttons in pink and grey which lead to a 3 hidden pages. Once user is on those hidden pages, the top nav menu links are no longer functional. Is there a way to create a top link to bring user back to home page or to function like the other top menu links? Maybe I need to create a  3rd and 4th split top menu that work ONLY from those 3 hidden pages to get user back to home page or other sections of site? Not sure how or if that is an option.

Hidden page 1 URL
once here, top menu no longer works

Hidden Page 2 URL
once here, top menu no longer works

Hidden page 3 URL
once here, top menu no longer works

I added a "back" button, but I would also like the top menu to work. If not, can I hide menu at top only on those pages to force the user to use back button or browser back button?

Eric

Comments

  • Hi,
    I cannot get into your website, it asks me for login and password.
    Can you disable this feature?

    I do not understand at all what you want to achieve, getting into your website would be really helpful fo me.
    Thanks
  • Password protected directory on wp staging site:
    u: abwp-admin
    p: ($ddjU$8ifc!X0xe
  • essentially, this is a one page scrolling site. The client also requested some "hidden" pages via links from the "read more" buttons. These links lead to a hidden page not accessible from top navigation. They work fine, with the exception of going back. The top navigation buttons are rendered useless when on these hidden pages.
  • I would like the top navigation to work just like when navigating from the home page
  • The naviagtions links (anchors) must be inserted in sections (as ID), it's the only way where it will work.
    Every page you sent does not have ID(Anchor) near the section so it's not gonna work.

    Thanks
  • Makes sense, can you give me an example of the code for one of them?

  • This is what you need to do:

    1. Go to menus and create a new menu - http://prnt.sc/f2v9he
    2. Name the menu and add a custom link with the ID anchor you will use later(do not use spaces). Add to menu -http://prnt.sc/f2v9th
    3. When the menu item is added to the menu, save and go to Manage Locations -http://prnt.sc/f2vafb
    4. You go to your main page, you see the new link but when you click nothing happens? No worries, it is because the link has to know where to scroll, to do this edit the page. -http://prnt.sc/f2vc36
    5. Edit the section to which you want the button to scroll -http://prnt.sc/f2vcho
    6. In the field Custom ID type in the id from the button, in my case, it was id=work, no hashtag there -http://prnt.sc/f2vgaz
    7. Remember to have the one-page option selected under the muffinbuiler -http://prnt.sc/f2vcm7

    If you do not want to use a normal menu to link the user to sections, you need to add a 'scroll' class to the custom link element.

    Thanks
Sign In or Register to comment.