Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #536123

    WordPress on localhost, enfold, the one and only plugin activated is bbpress after a reset with WordPress-Reset. Please see the screenshot, the testtopic isn’t styled as it should be. This happens on my life site too, help is appreciated very much! Thank you!
    https://www.dropbox.com/s/at0wm41yqtkh2hw/bbpress_enfold.jpg?dl=0

    #536201

    Hi Daniela!

    Is the issue only to that arrow?
    Can we see a live version, so we can help you move it properly?

    Thanks a lot

    Regards,
    Basilis

    #536223

    I would be very pleased about positioning this arrow correctly and also for styling a response or topic with a border round the text and the arrow pointing to the avatar. Thanks a lot!

    #537839

    Hey!

    Add this in the Quick CSS field in order to move the arrow:

    .avia_transform .bbp-replies .bbp-reply-author::before, .avia_transform .forum-search .bbp-reply-author::before, .avia_transform .forum-search .bbp-topic-author::before {
        top: 155px;
        left: 103px;
    }

    Adjust the values if necessary.

    Cheers!
    Ismael

    #537930

    Thank you, this moves the arrow to the left of the avatar’s first reply after adjusting the values as you suggested (it’s not positioned correctly for tablet or mobile view though), but there is still no arrow next to the avatar’s second reply. Shouldn’t the arrow be part of a border surrounding the replies or topics like here in your forum?
    With other words: Kindly help me style replies and topics with a border around and a little arrow pointing to the avatar. The arrow without the surrounding border looks awkward.

    #539539

    Hey!

    I checked the link you have provided and not sure what you want to do, as it’s quite difficult to get an idea by only using words. Can you show us a mockup/screenshots with the results you want to achieve please? then we can provide you some precise css code.

    Regards,
    Andy

    #539786

    please see the private reply

    #541679

    Hey!

    You are using a huge list of different plugins and I think one is causing a conflict. So deactivate all of them but bbpress.
    However, you can use this code to get a border around posts:

    .bbp-reply-content {
    border: 6px solid #D6D6D6;
    padding: 7px !important;
    }
    

    Regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.