sdollen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Just bought a template…it’s pretty cool!And who thought that WordPress didn’t have any value?
Forum: Everything else WordPress
In reply to: Search function working or not?Thanks Kafk – at least I know it isn’t me 😉 whew. I thought I was going crazy.
Thanks again. I just decided to go use google for my search 🙂
Forum: Themes and Templates
In reply to: Alternating comment coloursNevermind – I see where it is already implemented in the code to change the background color of the author’s comments.
Forum: Your WordPress
In reply to: Kineda – new designHot man… the site design too!
Forum: Themes and Templates
In reply to: Alternating comment coloursHas anyone implemented this in WP2.0? The comment.php code is so different, I’m not sure where to place the code now. Anyone know?
Forum: Fixing WordPress
In reply to: How to use existing database for test blog?Thats what I was looking for! Thanks to both of you 🙂
Forum: Alpha/Beta/RC
In reply to: Not all comments show up.I just upgraded from w2b.r3 to wp2 and was/am using K2…now when I click to view comments to a post, it takes me to my blog url/category name/#comments
maybe I need to delete and re-upload?
Forum: Installing WordPress
In reply to: No gap in top margin wanted. How?The css code that I’m refering to appears to be hard coded into either the header.php or index.php file. When you view the source code of the index page, this is what I see – notice where it says “custom variable stylesheet” and then has the “body” element? That’s what needs to be changed. From –
body {
margin: 0px 0px 0px 0px;
to:
body { margin: -22px; } changing the top margin to -22px which will get rid of the gap at top. If you still aren't sure, you can take this offline to save some space by emailing me at oumba96[at]gmail.com I have emails open all the time, so can respond back immediately.<head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<meta http-equiv=”Page-Enter” content=”progid:DXImageTransform.Microsoft.Iris(IrisStyle=Star, Duration=2)”>
<meta http-equiv=”Page-Exit” content=”progid:DXImageTransform.Microsoft.Iris(IrisStyle=Star, Duration=2)”>
<title>Palm Tree Princess </title>
<meta name=”generator” content=”WordPress 1.5.1″ /> <!– leave this for stats –>
<link rel=”stylesheet” href=”http://www.prissychick.com/palmtreeprincess/wp-content/themes/Yellehs.0.1/style.css” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”http://www.prissychick.com/palmtreeprincess/?feed=rss2″ />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”http://www.prissychick.com/palmtreeprincess/?feed=rss” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”http://www.prissychick.com/palmtreeprincess/?feed=atom” />
<link rel=”pingback” href=”http://www.prissychick.com/palmtreeprincess/xmlrpc.php” />
<!– Custom Variable Stylesheet –>
<style>
body {
margin: 0px 0px 0px 0px;
background: url(http://www.prissychick.com/palmtreeprincess/wp-content/themes/Yellehs.0.1/images/index_bg.gif);
background-repeat: repeat-x;
background-color: #840000;
}li {
display: list-item;
list-style-image: url(http://www.prissychick.com/palmtreeprincess/wp-content/themes/Yellehs.0.1/images/limage.gif);
list-style-position: inside;
list-style-type: none;
font-family: ‘Trebuchet MS’, ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
font-size: 8pt;
vertical-align: middle;
margin: 0;
}.children li {
display: list-item;
list-style-image: url(http://www.prissychick.com/palmtreeprincess/wp-content/themes/Yellehs.0.1/images/limage.gif);
list-style-position: inside;
list-style-type: none;
font-family: ‘Trebuchet MS’, ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
font-size: 8pt;
vertical-align: middle;
margin: 0;
font-weight: normal;
}
</style>
</head><body>
<div style=”padding-left: 50px;”>
<table cellpadding=”0″ cellspacing=”0″ border=”0″>
<tr>
<td valign=”top” width=”1″><img src=”http://www.prissychick.com/palmtreeprincess/wp-content/themes/Yellehs.0.1/images/title.gif”></td>
<td>
<table width=”800″ cellpadding=”0″ cellspacing=”0″ border=”0″>
<tr>
<td> </td>
</tr>
<tr>`
Forum: Installing WordPress
In reply to: No gap in top margin wanted. How?did you try changing the 0px margin in the “body” element of your CSS code? I changed it to about -22px using Firefox web developer plugin and it looked fine. Can’t vouch what it would look like in IE though.
HTH.
By the way – nice touch with the falling snow on your personal site.
Forum: Fixing WordPress
In reply to: Rollover on header imageYou know what? It just hit me that the technique was a little different than just a rollover.
Rather than the whole bottom half of the header showing when you placed your mouse over it, each individual box changed as you rolled over it.
I may have to try and see if I can find my old header.php and old css file. That might give me some clues.
Thanks again!
Forum: Fixing WordPress
In reply to: Rollover on header imageThanks to both of you – dss, alphaoide. I appreciate your feedback and help on it. It still bugs me that I can’t remember where exactly I saw that tutorial originally though. ;p
Thanks again you two!
Forum: Fixing WordPress
In reply to: Rollover on header imageGuess no one else can remember or has ever ran across the site where I first saw this being used. I thought I’d bookmarked it…. oh well. I’m sure the sliding door method at AListApart will work just as well.
Thanks anyway.
Forum: Themes and Templates
In reply to: Using an image in the headerhaven’t posted in quite awhile, so hopefully I can put the code to show up correctly.
<body>
<div id="headerblock"><h1 id="header"><a href="http://www.ladykildare.com">/life/reviewed/</a></h1>
<p><strong></strong></p>
<p class="centerP"></p>
</div> <!-- headerblock -->Replace the href with your url with something like this:
`<A HREF=”#TOC”><IMG SRC=”redball.gif” ALT=”*”></A>’
Should work pretty easily. You’ll make the code change in your “header.php” file and then upload your new header.php and the image file to your server.
Forum: Themes and Templates
In reply to: kubrickheader confusionI don’t see a blue bar on either url. I’m using the latest Firefox browser. Just looked at it using IE 6.x and don’t see a blue bar on either.
Forum: Plugins
In reply to: IPNation plugin set up?This post was last posted in almost 3 months ago… I was looking for a solution to my IP2nation problem… I noticed that mostdates still is still linking to the flags on the author’s page. Duh!