Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] how to remove the author box on left page post ?

  • @eddie01001

    Participant

    i use wordpress a plugin bbpress
    i dont know that make difference

    how to remove the author box on left page post completely?
    please help

Viewing 7 replies - 1 through 7 (of 7 total)
  • @robin-w

    Moderator

    can you post a url to an example and say what you would like to be different

    @eddie01001

    Participant

    here is the image you can take look
    http://ww.168nyc.com/wp-content/uploads/2014/07/help-1024×563.jpg

    thank you Robin

    @robin-w

    Moderator

    ok, you will need to modify

    wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply

    make a copy of this file, and put in in a directory called bbpress within your theme, so you end up with

    wp-content/%your-theme-name%/bbpress/loop-single-reply

    If you know any coding you basically need to take out the div bbp-reply-author, and further up after the date add the author name

    If you don’t know how to do any of that come back and I’ll try to help, but I have limited time to customise bbpress for individuals 🙂

    @eddie01001

    Participant

    thank you so much Robin

    @eddie01001

    Participant

    hi Robin thank you for your help
    I have few question here hope you can help me

    see image i attached
    http://ww.168nyc.com/wp-content/uploads/2014/07/help8-1024×701.jpg

    @eddie01001

    Participant

    I solve the problem
    I find in my child css
    #bbpress-forums div.bbp-forum-content,
    #bbpress-forums div.bbp-topic-content,
    #bbpress-forums div.bbp-reply-content {
    margin-left: 20px; // here what you need change it was 130
    padding: 12px 12px 12px 0;
    text-align: left;
    }

    @robin-w

    Moderator

    great – glad you’re fixed !

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