Forums

need help (11 posts)

  1. aboveNbelow
    Member
    Posted 3 months ago #

    im very new to hmtl and php etc so i need a little help with my site i have a few problems i carnt figure out and fyi i built my own theme with my friends artister thing

    first i need to be able to create a second block ( so one has the title text to the left and the second has it in the center)

    i installed the new bbpress plugin and i having alot of trouble with it

    first the login box is to big and goes over the edge of my site when not logged in

    second i get this message in themes - Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.

    which i believe is messing up the apperance alot as the user profile page has things going to the side aswell

    also my fb connect plugin doesnt show with this

    anybody help id appreciate

    if you dont know what im talking about with the appearance see for your self
    http://www.aboveandbelow.org

  2. dkotter
    Member
    Posted 3 months ago #

    I can't help out with everything, but to fix the login box, you'll need to set a width on the inputs. So something like this should fix it:

    .bbp-login-form input {
       width: 115px;
    }
  3. aboveNbelow
    Member
    Posted 3 months ago #

    thats a start cheers bud, but do you know which file its in?

  4. dkotter
    Member
    Posted 3 months ago #

    You can put it in your stylesheet, which should be style.css

  5. dkotter
    Member
    Posted 3 months ago #

    I haven't used bbPress so I can't help there but with the facebook connect, what are you using it for? I see the javascript files from that plugin are included, but don't know what the plugin is supposed to do, i.e. add Facebook comments, Facebook login, etc.

  6. aboveNbelow
    Member
    Posted 3 months ago #

    im a bit of a noob so is that on the plugin file or the actual wp theme?

  7. aboveNbelow
    Member
    Posted 3 months ago #

    the fb connect is something that enables users to log in or register with there facebook account, i have it active an it works on the wp-login page but show on the bbpress login box

  8. dkotter
    Member
    Posted 3 months ago #

    im a bit of a noob so is that on the plugin file or the actual wp theme?

    It will be in your theme. You could edit bbPress but it's easier to just edit your theme files.

  9. aboveNbelow
    Member
    Posted 3 months ago #

    ye tried that didnt work :(

  10. dkotter
    Member
    Posted 3 months ago #

    It should work. I just added that line above to your stylesheet using Chrome's developer tools, and it fixed the problem. So you either added it to the wrong place or didn't add the right thing.

  11. aboveNbelow
    Member
    Posted 3 months ago #

    which line did you add it on?

Reply

You must log in to post.

About this Topic

Tags

No tags yet.