Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smaller browser window header navigation: can't access home page when not on home page #4

Open
kabirvirji opened this issue Aug 10, 2016 · 0 comments

Comments

@kabirvirji
Copy link
Contributor

kabirvirji commented Aug 10, 2016

Regular view

image

Home, shop, about, and contact are all visible and clickable no matter which one of them you are on.

Steps to reproduce:

Be on a page other than "home".

image

Make browser window smaller to see alternate header navigation:

image

The drop-down defaults to "home", so the user is unable to navigate to the home page from this dropdown.

Possible solutions:

  • Make the dropdown default to whichever page the user picked (including custom ones the user might add)
  • Add a new option called "menu" at the top of the drop-down (only shows with small browser window)
<select class="top-drop-menu visible-sm visible-xs"> 
<option value="-"> 
Menu 
</option> 
<option value="{{ site_url('/') }}"> 
Home 
</option>

Code suggested by customer:
https://app.intercom.io/a/apps/7236196445273cea007287c0c90a2f0d598567cc/inbox/[email protected]/conversations/5410031375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant