Opened 7 years ago
Closed 7 years ago
#2773 closed enhancement (invalid)
Plugin Directory: Add Tab for FAQ
Reported by: | lukecavanagh | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
Currently there are just five tabs that are defined in the plugin directory, there is still space for more. Moving FAQ in to its own tab would help, reduce the amount of scroll on load, before getting to a FAQ on some plugins. Also since the tabs stack on mobile at that responsive point, more tabs will not be an issue.
<li id="tablink-faq"><a href="#faq">FAQ</a></li>
Attachments (2)
Change History (6)
#1
@
7 years ago
If we added more tabs, we would have to raise the breakpoint for the mobile switchover. Right now, the breakpoint is at 34em, which is about 550px. More tabs means a greater value for this so that the tabs don't overlap. Also, consider other languages. Right now, German is already too long for the existing breakpoint, so while we can raise it a bit, it starts to get a bit silly with more tabs. Having it switch to the mobile view at 600px or more is not great.
#2
@
7 years ago
But is it worth increasing the mobile breakpoint for being able to get to content like the FAQ, without having to scroll on load?
#3
@
7 years ago
In my estimation, not really. I don't see any problems with scrolling. Most of the time, the scrolling comes from authors having ridiculously long descriptions.
But having the mobile break-point in the 600+ pixel range, yeah, that's a big problem. So, my view on this is "wontfix", for now. Not unless we come up with a better design to handle such situations.
Tabs are not perfect. They're just better than what we had before, for now. Until we come up with a better strategy.
FAQ Tab Space