• Hi just looking for a buddypress theme.

    Using a clean install of latest WP, BP and Quest.

    For ‘my groups’ of which the user is a member but are ‘hidden’ groups the summary shows that they are there but they do not show up as visible.

    They are there in the html having inspected the UL and for my install the LI has a class of ‘bp-single-group hidden is-member group-has-avatar’

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author pacethemes

    (@pacethemes)

    This issue is caused by the default bootstrap hidden class, will be fixing this in next release, for now add the below CSS either to a child theme or edit the theme style.css and add this at the bottom.

    #groups-list .hidden{
    display: block !important;
    }`

    I tried this and nothing has changed. Can you please help?

    Theme Author pacethemes

    (@pacethemes)

    Hello,

    Sorry for the delayed response, i was not able to respond back as i was travelling and had limited internet access

    I’ve tried this and it was working for me, can you provide me your site URL so that i can take a look ? Might be some conflicting CSS class in your case

    @pacethemes thank you, this helped…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Buddypress Groups dont show’ is closed to new replies.