Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forums listing on forums page badly formatted


  • scorpiouno
    Participant

    @scorpiouno

    i created sitewide forums and includex buddypress codex.
    i can see the forums page but the way the forums are displayed is weird with strange formatting. how do i correct this?

    wordpress version – 3.5.1
    buddypress version – 1.6.4
    bbpress version – 2.2.4

    site – http://www.vitsalumni.org

    this is how it looks

    View post on imgur.com

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

  • scorpiouno
    Participant

    @scorpiouno

    shortcodes used

    [bbp-forum-index]

    [bbp-topic-index]

    [bbp-topic-tags]


    @mercime
    Keymaster

    @mercime

    @scorpiouno unfortunately, your theme’s styles have overwritten the default forum styles that are enqueued by the bbPress plugin. For example, if bbPress is activated using the Twenty Twelve theme, the forums are styled as expected http://testbp.org/groups/buddypress-testers-614548248/forum/

    Initial scan of your forum shows some style corrections you can add to the BOTTOM of your theme’s style.css file:

    #entry #bbpress-forums ul {
    margin: 0;
    }
    #entry #bbpress-forums ul li {
    margin-left: 0;
    list-style-type: none;
    }
    p.bbp-topic-meta img.avatar {
    display: inline-block;
    width: 14px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Forums listing on forums page badly formatted’ is closed to new replies.
Skip to toolbar