nguyenkinh (@nguyenkinh)

You are now logged out.

Forum Replies Created

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

  • nguyenkinh
    Participant

    @nguyenkinh

    Exactly what I want, thanks!


    nguyenkinh
    Participant

    @nguyenkinh

    I fixed in another post of mine


    nguyenkinh
    Participant

    @nguyenkinh

    Hi guy! I FIXED IT, be in heaven again.
    Here’s my solution, as I said before, it’s about your theme. You should browse to your WordPress theme folder, open the style.css and if your problem are the same as mine you should find some code like this:
    .reply {
    margin: 10px 20px 0 0;
    text-align: left;
    text-transform: none;
    font-size: 12px;
    position: relative;
    height: 25px
    overflow: hidden;
    position: relative;
    right: -20px;
    }

    Now you just simply put 2 lines
    height: 25px
    overflow: hidden;

    in the comment or just delete it, cause I found in bbpress.css there is the id name reply, it was overide by WordPress.
    If you need more details, email me.


    nguyenkinh
    Participant

    @nguyenkinh

    Wow, I think I got it, wait a minute…


    nguyenkinh
    Participant

    @nguyenkinh

    Exactly the same problem, I have also fixed a lot of errors for fitting my WP theme, starting feel like heaven and discover this bug. Please help!
    The repair step not work, it’s something about the theme because switch to twentyeleven it works.


    nguyenkinh
    Participant

    @nguyenkinh

    Hi, funny thing is I currently want to add sidebar for my bbpress forum plugin. It alway shows the wordpress sidebar!

    Anyway, to remove sidebar use the fullwidth forum like this: http://www.ytecongcong.com/forums/
    Just follow
    1. Clone page.php of your WP themes and rename it to forum.php
    2. use BP Tweaks WP plugins to choose forum instead of page as default
    3. Open forum.php, remove the php code content php get_sidebar()

    • This reply was modified 6 months ago by  nguyenkinh.
    • This reply was modified 6 months ago by  nguyenkinh. Reason: SOLVE
Viewing 6 replies - 1 through 6 (of 6 total)