scandalous
Forum Replies Created
-
That did it, thank you!
We are doing books but also music, videos, technical schematics, etc. for several clients. ‘Books’ is just out of place for our needs in an otherwise perfect solution. I’m somewhat code-savvy – isn’t it just a word deletion in one of the php files?
Forum: Fixing WordPress
In reply to: Flash of Unstyled Content (White Flash On Page Load)Hey Nisien – much better! It now flashes my site’s background and not a white screen. Not nearly as annoying but still something wordpress needs to officially address.
Thanks for the tip.
Forum: Fixing WordPress
In reply to: Flash of Unstyled Content (White Flash On Page Load)Same here. Just updated to 3.2.1 and have a real annoying flash of white screen between every post or page. It happens on Firefox, IE and Safari.
So I see the last post on this thread was 5 days ago. Has anyone found a fix?
Thanks!
Forum: Fixing WordPress
In reply to: Readers can't comment after 3.1 upgrade but admins canIt was askimet. 🙁 Hard to believe that crucial plugin was causing this this problem but after troubleshooting that’s exactly what was going on.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Z-index on NextGen-GalleryAnyone?
Forum: Themes and Templates
In reply to: Adding an Image ABOVE the Post TitleHey – I see how this works but my single.php file appears to be radically different. Not knowing PHP very well, I just can’t make it work. I’ve e-mailed you a reply. Thanks.
Forum: Themes and Templates
In reply to: Adding an Image ABOVE the Post TitleThanks for replying to an old thread! 🙂
Here’s what I’m after. I’m trying to put a distinct image for each post in a category above the post title.
Say I have 10 posts in one category and each one needs the same image above their titles.
Then I have another 10 posts in another category and they, too, need a distinct image dedicated to that category above each post title.
Many different categories – each with its own distinct image that appears above the title of every post assigned to that category.
I don’t need a distinct ‘header,’ but more like a distinct banner image above each post relevant to the post’s category.
In your reply, I just don’t see where the image is being called from. Where do I insert the URL of where each image is?
Thanks.
Forum: Themes and Templates
In reply to: Adding an Image ABOVE the Post TitleHey! Sorry to get to this party so late. 🙂
I have a few question for tugbucket’s method.
The first question concerns this code:
<div id="<?php cant_rember_what_it_says(); ?>" class="post <?php the_category(); ?>">What should actually go in place of “cant_rember_what_it_says?” Additionally, where does that code get placed? Singlepost.php?
Also, in the code:
`.YOUR_CATEGORY h2 {
font-size:1.5em;
margin:0;
padding:250px 0 0;
}
.YOUR_CATEGORY img.header {
border:1px solid #FFEFB4;
left:0;
padding:2px;
position:absolute;
top:0;
}’What should replace the .YOUR_CATEGORY and also where is the images called from?
Thanks!
Steph.
Forum: Fixing WordPress
In reply to: 2.5.1 Dashboard issue: “View Site” covers “Write”aha! Thanks.