SC just serve to show what’s wrong but aren’t much help in working out what styles need adjusting/correcting.
If that site is live post a link to it, that way people can use debugging tools to examine and test what needs changing.
To get rid of the title, go to your stylesheet (.css) and find #header h1
add
display:none
And the title will disappear.
A couple tips:
1. Use Firebug or Google Chrome’s built in developer tools to troubleshoot style issues
2. Use a child theme (search Buddypress Child theme) or you will lose your changes
Thanks folks, so far so good. I moved the tabs over fixed the background but I still have four fixes I need to do;
Here is an updated screenshot;
http://www.longislandmartialarts.org/screenshotbuddypress.jpg
#1 FIXED – By fixing the background graphic I exposed a rounded corner that I need to make straight. FIXED!
#2 I want to get rid of the search field in the header
#3 The white border from the content page extends past the sidebar. I want to get rid of that
#4 The text seems to be forced over by the avatar (upper left) is there a way to flow the text around that? It looks goofy with the big gap on the left side of the page and it’s waste space.
#5 Not illustrated, I’d like to move the avatar in the side menu under the Advanced text widget.
Again thanks for the help. I’ve been over to wordpress.org and help over there is scarce. Nice to see you folks willing to help out a newbie.
You mean like this?
http://www.longislandmartialarts.org/wsblog/
Yeah ok it was early and I’m not a smarty-pants and that url in address bar of the SC was barley legible.
I was going to have a look at the last few points for you but checking that link so neatly provided by 3sixty proved not actually to be the BP install? QED? or have you disabled BP?
Hmm.. That’s Odd. I changed it back to the original theme but Buddy press is still running. I changed it back.
Thanks, I appreciate the help.
Dan
What I’m looking at needs some work before tackling the detail mentioned above.
at the moment you have a conflict between master elements wanting to be fluid and others fixed, it’s probably easiest to simply let the layout run as fully fluid initially. I would remove or override the default.css body min/max widths and width (you can come back to body later and set appropriate min-width)
You are calling your header graphic twice, decide on one image call and ensure it’s set to no-repeat (unless you want to repeat the name?)
Remove the bottom margin on #header, increase it’s height to 150px set a background color to the blue and a background-position: 0 50%, these are best set as background shorthand declarations.
Personally I would do the #header differently and would always tend to favor a image replacement technique; ‘header would simply have the background color the image would be sliced close cropped to the text and set on a span withing the anchor element that span is then positioned absolute so that it hides the anchor text .
This starts to get the layout looking correct as long as you are after a fluid full width layout; body can always have a min-width to prevent the layout collapsing too far.
As for the main text within .entry I’m afraid the way it’s set out doesn’t easily allow for just that text to be dragged over to the left margin. A quick fix for that would be to remove the left margin from .post-content but add left margin to .post-title and .post-date, better might be to move the .author box into the ..entry div but you’ll need to play around and find what you like best.
Hmm.. A lot of what you just said sounds like Chinese, but I’m going to dive in later and give it a shot.
My original blog;http://www.warrior-scholar.com/blog/
Is laid out the way I like it. But when I installed buddy press keeping it that way did not seem possible because I was over my head with the .css
If I could get it to look like the original with the bp like this;
http://www.longislandmartialarts.org/scnew.jpg
That would be great. I get to have my cake and eat it too. In that capture I moved the tabs down into the content part of the page (wishful thinking since I don’t know what i am doing).
My biggest problem is when I run my old theme through the correcting plug in all the areas such as forums, groups etc. look wonky and less colorful.
What I would like is to get it to look like my old blog (screencapture) with the buddy press running and the elemenst (forums, groups etc) maintaining their visual appeal. Somehow the filter/plugin strips out or changes visual elements.
Again thanks for all the help. I appreciate it.
What I described will get the front page pretty close to your original blog layout, there will be certain compromises , possibly ,that have to be accepted, but it may also be a case that the conversion has missed a few steps? or is incomplete but I have no knowledge of the template pack plugin I’m afraid.
There are aspects of the new layout I don’t get such as the 140px x 1000px background that exists in the new version that didn’t in the original and doesn’t look as though it’s really required, it looks as though it’s to facilitate faux columns for a layout that follows default themes body rules for min/max and main width values.
You will be able to play around with aspects such as tab positioning and login form but I would take things a step at a time and concentrate on the primary layout elements first then come back to detail.
Odd.. My posts are not getting posted!
I’m trying again.
Yessssh. I was looking at a cached version of the site and the one you were looking at was horrible. I’m not sure what happened to that theme, but I switched it to the one I was looking at.
http://www.longislandmartialarts.org/wsblog/
Take a look when you get the chance, I’d appreciate any feedback and help.
BTW I just bought wordpress and buddypress for dummies.