• 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
    https://www.aboveandbelow.org

Viewing 10 replies - 1 through 10 (of 10 total)
  • 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;
    }
    Thread Starter Devilish Concept

    (@abovenbelow)

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

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

    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.

    Thread Starter Devilish Concept

    (@abovenbelow)

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

    Thread Starter Devilish Concept

    (@abovenbelow)

    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

    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.

    Thread Starter Devilish Concept

    (@abovenbelow)

    ye tried that didnt work ??

    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.

    Thread Starter Devilish Concept

    (@abovenbelow)

    which line did you add it on?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘need help’ is closed to new replies.