jorgent
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 1 px different in IEJust a question.. Is it a “no no” thing to use tables in the files? And is it because I use tables that I get this problem?
Forum: Fixing WordPress
In reply to: 1 px different in IEI’ve downloaded the toolbar (great toolbar by the way), and tried the “Outline Block Level Elements”, but I’m still confused.. I’m a newbie so everything isn’t obvious to me, so please bear with me π
Forum: Fixing WordPress
In reply to: 1 px different in IESorry for my possibly stupid question, but how do I do that?
Forum: Fixing WordPress
In reply to: 1 px different in IEThanks moshu, but it’s not the same problem.. I don’t have any problems with the footer. I’ve added a table in the index.php, and this table is appearing perfect in FF, Opera and Netscape, but 1 px to the left in IE.
Forum: Plugins
In reply to: Wp-Polls 1.5 updatedHi guys!
The poll script is great! Though I think I have some problems with it π After I made a poll, I tried to vote. Nothing happend, but when I clicked on the “Polls Archives” I could vote, so now i have 1 vote.
I have an avarege of 50 visitors every day, but no votes so I don’t know if it’s working. Could anyone please test it for me? It’s in the sidebar: http://www.jorgent.com
When I click on my menu/categories, the poll alternatives appears two times. Why is this happening? Thanks!
Forum: Fixing WordPress
In reply to: phpStats helpI still don’t know how the Clicks works. Can anyone please help? I don’t want to start a new thread since I can ask here.
Forum: Your WordPress
In reply to: jorgentdotcom’s Graphic BarOh, but you count you too π I’m not an expert and I try to learn from others feedback.
Forum: Your WordPress
In reply to: jorgentdotcom’s Graphic Barvkaryl: Hmm, I don’t know what to do. Some love the bricks, others think they’re too bright etc. But maybe I know what to do in a day or two.
Forum: Your WordPress
In reply to: jorgentdotcom’s Graphic BarYes I should π But it’s not an excuse, it’s actually sloppy work from me π
Forum: Your WordPress
In reply to: jorgentdotcom’s Graphic BarThanks whooami. I really appreciate that you’ve bookmarked it π But is the content color pink? I hope you don’t love it too much, cause I have to change that :/
MaxT: Thanks! I actually didn’t know the content bg was pink. I think my screen is a bit bright so to me it looks almost white. I have to change the color!
Forum: Fixing WordPress
In reply to: How to change Batavia theme?That problem solved itself. Strange π
Ok, this is more of a question than a cry for help. Is it possible to get a menu under the header like on my jpg layout (|Click|) and still keep the shadow from the shelf? Let me know if I’m spamming now.
Forum: Fixing WordPress
In reply to: How to change Batavia theme?Oh, now I understand. Sorry, I’m a bit tired π Now I’m trying to figure out why the wood borders disappear when I click on a post title.
Forum: Fixing WordPress
In reply to: How to change Batavia theme?vkaryl: The header is ok, it’s the background which was the problem π
Thanks oriecat, it solved my problem! π I should have figured out that by my self, but I tried everthing but that :/
Forum: Fixing WordPress
In reply to: How to change Batavia theme?Thanks Root π
moshu: Yes I want it as the body’s background π What do you mean by put in CSS there? Should I copy and paste the CSS from the header.php into the stylesheet? Sorry for my lack of understanding.
Forum: Fixing WordPress
In reply to: How to change Batavia theme?Now I have a new little problem. If you look at the layout image (|Click|) you can see that I have a green brickwall as background. If you look at my site (|Click|) you can see that the brickwall is not yet there. The problem is that I don’t know how to do the background.
In the header.php some of the code is like this:
/* BEGIN IMAGE CSS */
/* To accomodate differing install paths of WordPress, images are referred only here,
and not in the wp-layout.css file. If you prefer to use only CSS for colors and what
not, then go right ahead and delete the following lines, and the image files. */body { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbgcolor.jpg”); } <?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments) && (! is_single()) && (! is_page())) { ?>
#page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg.jpg”) repeat-y top; border: none; } <?php } else { // No sidebar ?>
#page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbgwide.jpg”) repeat-y top; border: none; } <?php } ?>#header { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickheader.jpg”) no-repeat bottom center; }
#footer { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickfooter.jpg”) no-repeat bottom; border: none;}/* Because the template is slightly different, size-wise, with images, this needs to be set here
If you don’t want to use the template’s images, you can also delete the following two lines. */#header { margin: 0 !important; margin: 0 0 0 0; padding: 0; height: 194px; width: 798px; }
#headerimg { margin: 0 0 0; height: 194px; width: 798px; }
/* END IMAGE CSS */I have uploaded bricks.jpg to my images folder, but what should I do to make the background happen?