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

Allow for using a different site name/title in sticky nav #1059

Closed
3 tasks done
rnagle opened this issue Jan 12, 2016 · 0 comments
Closed
3 tasks done

Allow for using a different site name/title in sticky nav #1059

rnagle opened this issue Jan 12, 2016 · 0 comments
Assignees
Milestone

Comments

@rnagle
Copy link

rnagle commented Jan 12, 2016

Some organizations have very long site names which causes the sticky navigation to wrap on smaller screens:

image

To account for this, we should allow the sticky nav site name to be changed. In the example above, it might be appropriate to use "C-HIT" since the site url is c-hit.org.

For sites that can not shorten their name in this way and do not have the option or resources to produce a suitable logo for this application, we should fallback to using ellipsis to keep the sticky nav from wrapping:

image

Checklist:

  • Add a theme option along the lines of "Alternate site name for use in sticky navigation."
  • If the theme option is set, use it instead of the site name ("Site TItle") defined in the Settings > General admin page.
  • Add the css to truncate site names with "..." in the event they are too long.
@aschweigert aschweigert added this to the 0.5.4 milestone Jan 12, 2016
@rnagle rnagle self-assigned this Jan 12, 2016
@rnagle rnagle closed this as completed Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants