buddypress / next-template-packs

is this the next BuddyPress template pack?
35 stars 9 forks source link

Button Tabbed Navigation #60

Closed hnla closed 7 years ago

hnla commented 8 years ago

Currently we have styling described that will effect a tabbed look for ul li links, as seen on the profile edit screen on the profile groups selection links (if you've more than one 'base' group ).

I have re-factored and moved that series of rulesets running as a mixin to be more modular and available for any ul list links.

Profile groups are hardcoded with button-tabs on the UL if we make that a dynamic choice as we have with the other layouts we can look to make this a user choice and possibly a choice on other list links?

I don't expect these classes to just work on any all navs i.e the primary subnavs probably have too many rules and specificity for thse rules to override.

hnla commented 8 years ago

The .buddypress elements would need a class tabbed-links simply to act as a hook that high enough up in the ancestral nodes that I can target any properties / rules that need removing - currently the testing classes place this on the parent div.bp-navs

hnla commented 8 years ago

Want to look at the feasibility of adding classes to whatever suitable elements will take to tab styling and allowing that selection via the customizer or do we just retain this provision as available if a frontend dev were to add the class to elements they chose?

hnla commented 7 years ago

Closing as customizer options exist for setting tabs on vert navs if we do want to add options for toggling them on the hardcoded nav elements i.e user messages we'll open a new ticket.