Skip to:
Content
Pages
Categories
Search
Top
Bottom

Topic Replies Displayed Wrong


  • erichamm1996
    Participant

    @erichamm1996

    Hello!
    I seem to be having an issue with how topic replies are being displayed on my forum.
    You can see the issue here: https://theknightsofentropia.blog/forums/topic/testing-2/

    As you can see, the most recent reply is being displayed in a large banner across the top of the page. Only time stamps and post numbers are displayed below the original topic. If there are multiple replies, you can’t view them. Only the most recent reply (the one displayed across the top) can be seen.

    Installed Plugins:
    bbP Style Pack | Version 3.8.9 | By Robin Wilson
    bbP Signature | Version 1.2 | By Arjun S Kumar
    BuddyPress | Version 3.0.0 | By The BuddyPress Community
    BuddyPress Security Check | Version 3.2.2 | By Shea Bunge
    BP Registration Options | Version 4.3.5 | By Pluginize

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

  • MBV
    Participant

    @mbv

    It’s because you have this conflicting CSS in your stylesheet, line 3023

    .comment-list .edit-link, .reply {
        position: absolute;
        right: 20px;
        top: 22px;
    }

    erichamm1996
    Participant

    @erichamm1996

    Thank you MBV!
    I inserted the CSS below, and it worked!

    .comment-list .edit-link, .reply {
    	position: relative;
    	right: 0px;
    	top: 0px;
    }

    MBV
    Participant

    @mbv

    You’re welcome, great!

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