ben-n
Forum Replies Created
-
Forum: Themes and Templates
In reply to: sidebar & content problemsI didn’t take a long look but the problem with the sidebar is because there is conflict with the width.
You’re trying to fit div contentleft (450px) & div sidebar (200px) into a content div 400px. That’s the problem!
Try changing:
#content {
background: #E0DAD2;
width: 400px;
margin: 0px;
padding: 0px;
}To:
#content {
background: #E0DAD2;
width: 650px;(maybe more you’ll have to try to see)
margin: 0px;
padding: 0px;
}That should bring your sidebar up next to it 😉
Forum: Your WordPress
In reply to: My new blog!Your theme looks nice and sleek but I noticed it was quite tricky to spot the links in the about page. Maybe change color for the links or underline them? Just a suggestion 😉
Forum: Your WordPress
In reply to: What do you think of this??Yep, I’ve noticed that, I’ve searched the boxover.swazz.org site (where I got the script from) but couldn’t find out how to make it display & fix on only 1 click so I might replace it with a CSS dropdown menu which would give more or less the same effect and cut out a big chunk of javascript.
Forum: Your WordPress
In reply to: What do you think of this??I’ve done as you said, you were right it looks better now there aren’t so many borders.
Any other feedback?
Forum: Everything else WordPress
In reply to: Can .psd from Windows be opened in Mac?I’ve never used Photoshop on Mac but I’m 99% sure it will work as it is the same program just different OS.
Forum: Themes and Templates
In reply to: Opposite behavior of is_home conditional tag in sidebar neededHi
I think the problem is your not removing the entire call. your code should look something like this:
<?php if (is_home()) { ?>
The stuff that only shows on the home page
<?php } ?>You need to remove the
<?php } ?>as well that’s what’s causing the problem.Good Luck!
Ben-NForum: Your WordPress
In reply to: New theme for review…-epicalex
Your right! I didn’t notice at first but when you see it it’s really obvious!!-breakingball
Thanks for pointing that out, been living in France too long my english spellings getting terrible! lolThanks everyone for your feed back.
Forum: Fixing WordPress
In reply to: Header template is stubbornI’ve checked it again in IE (scrolled down, changed page…) and also in FF, Opera & Netscape and the header always looks fine to me.
Sorry I can’t help more, all I can suggest is validating the xhtml, and then asking other people to see if they have the same problem.
Good luck!
Forum: Fixing WordPress
In reply to: Header template is stubbornRight I see what you mean now, problem is when I view it under IE on my laptop this doesn’t happen.
This is what I see in IE:
http://www.pixilive.com/uploads/20070319/movieguerilla5936.jpgI’m not sure why you’re having this trouble have you validated the xhtml, etc..?
Forum: Fixing WordPress
In reply to: Header template is stubbornHi,
I’m not sure what you mean? Can you show a picture of it under IE? When I look under IE it displays just a thin blue lign which doesn’t appear under FF.
Forum: Your WordPress
In reply to: New theme for review…yep i confirm that. It does work and it saves a lot of time!!
Forum: Your WordPress
In reply to: New theme for review…pizdin_dim I’ve put the theme back on if you want to have a look at it.
thanks for the feedback spencerp
I’ll have a look at Xampp Lite it looks useful problem is I’m on Vista so I’m not sure if it’ll work…
Forum: Your WordPress
In reply to: New theme for review…Thanks for the feedback. lol I’ll check out everything you pointed out, I knew there were some bits to “iron out” and I wasn’t sure for the erasor either…
To be truthful I said that it was my first wordpress theme but it’s really my first real attempt at any sort of theme lol so I suppose I’ve still got a lot to learn!
Any way thanks for the feedback, I’ll try and tidy it up a bit.
Regards,
BenForum: Your WordPress
In reply to: LiquidCard for WordPressI doubt it’s this but have you got both search.php & searchform.php uploaded in the theme folder?
Have you tried uploading the searchform.php from the default theme to see if you still have a problem?
Forum: Themes and Templates
In reply to: New Theme – Desktop V.1Hi,
What do you mean by the white of the header image?
I’ve stopped the recent post by going so far to the right by setting max-width: 1000px; but is there a better way of doing this?
Thanks for your comments.
Ben