Hello,
Are you able to assist with this?? It seems to be that the groups move around because the widget is being responsive. Can we stop it being responsive? So all the groups have their own line?
Also, how do we remove the “created….” for the groups? THis information is not required.
Thank you!
are u talking about the bp group widget? if yes the edit the group widget as per your needs
Yes, I’m referring to the groups widget. Given the widget only allows me to select how many groups to show and the title it does not help with any of my problems. Is there another way to address these?
1) It seems to be that the groups on the group widget move around because the widget is being responsive. Can we stop it being responsive? So all the groups have their own line? otherwise they end up jumbled and messy
2) how do we remove the “created….” for the groups? THis information is not required.
3) Is there a way to remove the “active” “newest” “popular” tabs?
4) can the groups automatically be arranged alphabetically?
Many thanks for your time.
you would need to manually edit/change the group widget php page of your theme
Removing the sorting panel could easily be done by hiding via CSS.
Would love to know how to hide alphabetical sorting with CSS.
I know this is an old thread, but if anyone else needs help in the future, it can be done by using this CSS:
#groups-order-select {
display: none!important;
}