BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Overlapping Ugliness when clicking (+) for subgroups

Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #34014
    @kalico

    As the title says, I get a really ugly result when I click on the (+) to drop down subgroups on the main Groups page. Attached are screenshots of before and after clicking.

    I’m seeing this in both Chrome and Safari.

    NOTE: Some text and images on the attachments are redacted for privacy. This is NOT part of the problem I am reporting. 🙂

    Answers

    #34023

    Alyssa
    Participant
    @alyssa-buddyboss

    @kalico BuddyPress does not natively support sub groups, are you able to PM me a link to your website?

    #34025
    @kalico

    Hi TJ,

    Thanks for the quick reply. Yup, you’re right…I completely forgot we use a plugin (BP Groups Hierarchy) for that. I sent you a PM.

    #34039

    Alyssa
    Participant
    @alyssa-buddyboss

    @kalico line 26 of custom.css is your issue:
    #buddypress ul#groups-list li{overflow:visible; height:100px;}

    #34044
    @kalico

    Thanks TJ. Unfortunately, that didn’t quite do the trick…or I did the wrong thing with it. I can change the height, which causes the spacing of the top-level groups to be greater, but what I really need is to mess with whatever causes all the items in the list to shift downward, to make room for the expanded items. Still looking for the CSS that controls that.

    Looks like the plugin hasn’t been updated since April, but I posted in their forum anyway. Meanwhile, I am continuing to research to try to figure it out.

    I know this may not be something you support, given that it’s caused by a plugin.

    #34047

    Alyssa
    Participant
    @alyssa-buddyboss

    @kalico remove the code from custom.css you cannot define the height or overlap for this element.

    #34054
    @kalico

    Well, well, well. Lookee there! It worked! Thanks, TJ.

    Now I’m wondering why I put that line in there in the first place…and moreover, wondering why I didn’t comment it. (Grr…..)

    In any case, it’s all better now. Many grateful thanks, TJ.

    #34069

    Alyssa
    Participant
    @alyssa-buddyboss

    Haha, happy to help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Overlapping Ugliness when clicking (+) for subgroups’ is closed to new replies.