This topic has 1 reply, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #86305
     js100
    Participant

    I found a bug with showing KEYMASTER blue ribbons at right corner because of “overflow” missing.

    Before, css class that controls it were (obsolete):
    (bbpress.css:415)

    COPY CODE
    div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header, li.bbp-body div.hentry {
        margin-bottom: 0px;
        overflow: hidden;
        padding: 12px 0px;
        position: relative;
    }

    Now, this rule does not exist , so I propose add this one for fixing the issue:

    COPY CODE
    #bbpress-forums div.hentry {
        position: relative;
        overflow: hidden;
    }

    —————

    Because of existence of this class:
    (bbpress.css:481)
    #bbpress-forums .hentry.topic-author {
    position: relative;
    overflow: hidden;
    }
    only Moderators ribbon are showing, but not keymaster.

    Best Regards,

    Albert

    #86440
     Radu
    Moderator

    Hi,

    Thank you for reporting this

    We will test it and we will implement this in next update.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?