Error in name and avatar in second post bbpress

  • Author
    Posts
  • #30998
    aitor

    Good afternoon,

    When I create a post in the forum with bbPress the avatar and the user name goes perfectly integreado but when someone responds to post your name and avatar out misplaced.

    I’m use wordpress 4.1.1 and the last update of Parabola.

    Error of the avatar and name display

    ¿Any solution?

    Thank you.

    #30999
    aitor

    Sorry this is the image:

    Error

    #31751
    Zed
    Cryout Creations mastermind

    Unfortunately, bbPress’ replies inherit a lot of theme styling that is meant for the comment replies (because they use the same classnames).

    This custom CSS should fix most of that:

    .bbp-reply-author a {
        background: transparent;
        border: inherit;
        display: inline;
        float: initial;
        margin: inherit;
        padding: inherit;
        text-transform: inherit;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Error in name and avatar in second post bbpress’ is closed to new replies.