Skip to:
Content
Pages
Categories
Search
Top
Bottom

i can't see username

Viewing 4 replies - 1 through 4 (of 4 total)

  • niuserre
    Participant

    @niuserre

    It is caused by a CSS problem.

    .reply a {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 20px;
    padding: 6px 10px 2px;
    font-family: 'BebasNeueRegular',sans-serif;
    font-size: 14px;
    font-size: .875rem;
    font-style: normal;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    }

    When I turn off position: absolute; the name appears.


    FreeWPress
    Participant

    @freewpress

    Yes, confirm this issue in your css..


    Calimera
    Participant

    @fastmediafree

    Thanks for your answer,but which css,where i can found ? css of bbpress ? this ?

    httpdocs / wp-content / plugins / bbpress / templates / default / css / bbpress.css ?


    FreeWPress
    Participant

    @freewpress

    You have a template css conflict, problems are in your theme css and not in bbpress css.

    First DIV not have a class called “reply” and not present issue, other post are a reply and have this class..
    a.reply have problems with bbpress css.. You must to open your template css and remove line with issue.. But.. if you remove this line, you may have problems with other parts of your entire site.

    Italiano: Hai un problema con il css del template che richiama classi che sono presenti anche in bbpress, devi sistemare il css del tema, però devi stare attento perchè modificando quello potresti incorrere in problemi ad altre parti del sito!! Inoltre il tuo sito è molto ma molto lento… forse è il caso che cambi template!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar