jorgent
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change Batavia theme?I appreciate your help, but it’s obvious to me that I know too little about html etc. to understand the visual presentation. I’m not familiar with the structure. Though I’m able to read through a html document and find the url’s to the header image and border image and so on. But when I have to see the whole thing in a bigger perspective, it’s much much harder.
But I think I know what to do. The default Kubrick theme has the same images as my layout (border images, header etc), so if I just replace those images with my layout images, maybe it will work then. Though I think the Kubrick theme is a bit too default, but maybe I can mess around with the css and make it my own.
If I encounter more problems, I will scream for help (if I don’t find a solution first;)
Forum: Fixing WordPress
In reply to: How to change Batavia theme?Yes I know there is much html, but I also see much php in the files in the theme editor. If no one is familiar with the batavia theme, I could use another one. I can always manage to edit the css, but the different php files (header.php, index.php, footer.php etc) is almost greek to me..
Forum: Fixing WordPress
In reply to: How to change Batavia theme?Sorry my impatience, but is this something I have to figure out myself? :/
Forum: Fixing WordPress
In reply to: Sidebar disappear in posts.I don’t have a single.php in the theme..
Forum: Fixing WordPress
In reply to: phpStats helpCan anyone help me please? π
Forum: Fixing WordPress
In reply to: phpStats helpI have some questions too π
How do the Clicks option work? I tried to paste the urls for my categories into the Clicks Admin, but in the clicks overview the status is “Broken link!!!”. Why?
And about that code they provide, is it enough to put it in the footer.php? I’ve pasted it into all my pages in the theme editor (except the stylesheet). Is that not necessary?
Thanks.
Forum: Your WordPress
In reply to: not so typical! youHmm, maybe I’ll do something with the navbar. Good idea with the underline, but I don’t know how to make that happen :/
Hehe, I didn’t mean that you have to visit my site every day. I mean that I’ll try to update it every day π I’m happy if you visit it once in a while.
Forum: Your WordPress
In reply to: not so typical! youThanks for the feedback guys!
Jinsan: I see your point with the brightness, but I don’t think I will change the color scheme.. Maybe It will be better if I give the site more “air” between the header and the content.
yuh: I’m glad you like it π What kind of a problem did you have with the navbar? Didn’t you see it or was it too hard to find?
Yes please come back often π That way I’ll be motivatet to update the site often. Maybe every day!
Forum: Your WordPress
In reply to: not so typical! youIs it that anonymous?
Forum: Themes and Templates
In reply to: Images wont adjust in IEOk, I’ve now decided to solve the problem simply by resizing the big images in ps and remove the extra code..
Forum: Themes and Templates
In reply to: Images wont adjust in IEForum: Themes and Templates
In reply to: Images wont adjust in IEHi, I have a problem again. Look at my site in IE. I’ve used this code:
p img {
padding: 0;
max-width:480px;
width:expression(document.body.clientWidth > 480? “480px”: “auto” );
}The problem is that the small images (smaller than 480px width) is stretching so that they reach 480 px. Not good when I post linkbuttons π How can I fix this? And I have to say, I’m a newbie to all this so if anyone have a quick and easy method to fix this, please let me know! Thanks!
Forum: Your WordPress
In reply to: not so typical! youI forgot the url..
Forum: Themes and Templates
In reply to: Images wont adjust in IEThank you very much for that article. It solved my problem π