[email protected]
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Format of password-protected postsIt worked! On both PC browsers.
Thanks so much for your help. I really appreciate it. Having never used the wordpress support area, I am blown away with the results.
WordPress and the community has been an empowering experience for me. Great example of social media can mean! Thanks again, Alchymyth!
Forum: Fixing WordPress
In reply to: Format of password-protected postsGot it. I put it up towards the top…
/* Header */ h1#header, h2#header { background: #CFB383; margin: 0; height: 134px; text-indent: -1234em; position: relative; z-index: 1001; background: url(images/header.jpg) 0 no-repeat; } a img {border:none;} /* You can change the dimensions of this if you use a logo instead of text for the title */ #header a { position: absolute; left: 25px; top: 10px; height: 100px; width: 600px; text-decoration: none; } /* Content */This fixed it on firefox mac, but not on the PC. Should I try putting the code in different places on the page? Up front more?
Forum: Fixing WordPress
In reply to: Format of password-protected postsThat did it! Man, this is awesome! Thanks so much for your help. In safari, it looks great.
In firefox, on a mac, there’s a rule-line box around the graphic. It looks the same on firefox and in explorer when on a PC.
I don’t remember if it was like that three months ago. I’ve had a similar kind of experience in adding graphics to posts. A jpeg sometimes looks different than a png file. I’m using safari, though, when I do all this. And I’d heard that safari is a little wonky.
Is my experience in the above graph related to the rule-line thing?
Forum: Fixing WordPress
In reply to: Format of password-protected postsOK, I found the code you’re suggesting (in the index.php). Here it is:
<div id="bottom_nav"><span class="prev_nav"><?php next_posts_link('<img src="http://themetest.com/wp-content/themes/Thunderclap/images/older.jpg" />') ?></span> <span class="next_nav"><?php previous_posts_link('<img src="http://themetest.com/wp-content/themes/Thunderclap/images/newer.jpg" />') ?></span></div>It looks like what you grabbed from the browser. So, I guess this means it’s trying to grab an image from some place on the web (“themetest,” etc.) and not seeing anything there?
If this is right, I need to find the place – the “new” url – where those words went, I guess?
Forum: Fixing WordPress
In reply to: Format of password-protected postsForum: Fixing WordPress
In reply to: Format of password-protected postsHey-hey! It worked. Thanks a bunch for your help! I went ahead and changed the date of the post so it wouldn’t show up on the front page.
But I noticed another minor little thing as I did this: there used to be words that would show up at the bottom of the post lists that could direct you to other pages of the posts in chrono order.
On safari, I see question marks where the words used to be. But the links still work. On a PC with firefox, one can see vertical bars and the links work.
(The fix you suggested didn’t affect this. I dropped the new code in and out of the style.css area and saw no change.)
Hmmm… any ideas on how to fix this other little thing the code?
Forum: Fixing WordPress
In reply to: Format of password-protected postsThanks, lemme look into it right now! I have an auto RSS google feedburner. And I don’t want a bunch of folks (well, about 20 or so) looking at a weird post.
Actually, I can unpublish it right now and work under a little less pressure!
Forum: Fixing WordPress
In reply to: Format of password-protected postsI just figured out your first sentence. Here’s what it looks like:
Forum: Fixing WordPress
In reply to: Format of password-protected postsThanks for the response! What am I looking for in the style.css file?