powderboy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Compression IssuesAnyone!?!?! This is getting annoying and has just recently shown it’s ugly face on nearly all my compressed images regardless of their origin (fireworks, raw, iPhoto, 3rd party, etc.).
HELP!!!
Forum: Fixing WordPress
In reply to: Image Compression IssuesThis appears to be a bug with the image compression script on 2.7.1. Anyone know what the heck is going on? I’m getting it on nearly every uploaded image these days. Here are a few more examples:
15 pixel white space at the bottom:
http://www.feedthehabit.com/mountain-biking/why-do-local-bike-shops-continue-to-suffer/Grey area at the bottom-right:
http://www.feedthehabit.com/outdoors/mountain-hardwear-hooded-compressor-jacket-review/ (me in the jacket… first image)Large white section at the bottom of the image:
http://www.feedthehabit.com/outdoors/suunto-t4c-heart-rate-training-watch-review/ (first image of the watch)I’m on FF3 and Safari 3 on a MAC. I don’t know what these images look like in IE. They look the worst on Safari though.
Does anyone know if this is a known bug?
Forum: Plugins
In reply to: “sociableoff” custom field stacks up on every edit of a postWell… after reading the first person’s post, it appears that I’ve had an errant tag in my templates showing the meta data at the bottom of the post:
<?php the_meta(); ?>
Commented it out and it’s gone now. 🙂 User error… 🙂
Forum: Plugins
In reply to: “sociableoff” custom field stacks up on every edit of a postI’m still getting this at the bottom of every edited post on WP 2.7 with Sociable 2.9.12. Any ideas?
http://www.feedthehabit.com/news/discount-lift-tickets-for-the-utah-avalanche-center/
See the very bottom… “sociableoff: false”
It’s on every post that I’ve edited since the upgrade this morning. Ugghhh… how do I remove that?
Forum: Plugins
In reply to: [Plugin: Sociable] Socialble plugin and Facebook linkI just tested this with my WP 2.7 install with version 2.9.12 of Sociable and am seeing the same issue.
Forum: Fixing WordPress
In reply to: Tons of 404’s – “/none” added to end of permalinkDoes anyone have any idea on this one? Baffling…
Forum: Installing WordPress
In reply to: Moving Hosts… Temporary URL Re-directs to OriginalThanks Sam…
I just ended up hacking my hosts file, which is a little trickier on OSX, but I figured it out. New DNS is propagating now. Wish me luck!
Forum: Fixing WordPress
In reply to: MySQL Slow query problemWhat, exactly did you guys do to “fix” this? Was it just indexing the taxonomy table?
I’m getting killed right now on http://www.bluehost.com. CPU exceeded errors and SQL queries in the 100+ CPU seconds range.
Forum: Fixing WordPress
In reply to: Hanging SQL QueriesThat’s a good suggestion, but if I disable all of them, many things will go haywire, so I may have to wait for a maintenance window. I’ll do my best and see what happens. Thanks!
Forum: Plugins
In reply to: Custom Plugin Development: Post Image and The Excerpt Reloaded ComboAnyone??? Anyone???
Forum: Fixing WordPress
In reply to: Site Search Not Working? Thoughts?Looks like it just doesn’t return any results until there are posts that are live.
Forum: Themes and Templates
In reply to: Page background not working on post pages in Firefox for XPACTUALLY, this has NOT been fixed as I had thought. Putting in that extra </div> tag actually swapped the behavior, so that’s not fixed.
Anyone know of any code review or error checking sites? I’m thinking there’s an extra <div> or missing </div> somewhere. Any thoughts?
Forum: Themes and Templates
In reply to: Page background not working on post pages in Firefox for XPI figured it out… for some reason, both FF (PC_ and Safari were the only browsers freaking out because of a missing </div>… every other browser rendered it just fine. Sweet! Phew!
Forum: Themes and Templates
In reply to: Page background not working on post pages in Firefox for XPHere’s my single post code… maybe I’m missing a tick or something…
<?php get_header(); ?> <div id="entries"> <h3>posted in: <?php the_category(', ') ?></h3> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><a href="<?php the_permalink(); ?>" style="color:#444444;"><?php the_title(); ?></a></h1><div><small><?php the_time('m.d.y'); ?> <b>|</b> Author: <?php the_author_posts_link() ?> </small></div> <div class="post"> <?php the_content(); ?> <?php the_meta(); ?> <!-- <?php trackback_rdf(); ?> --> </div><!--end posts--> <?php endwhile; ?> <?php else : ?> <!-- no posts --> <h2>Sorry, no posts were found</h2> <?php endif; ?> <?php if (function_exists('related_posts')) { ?> <h3>some posts that may be related</h3> <ul> <?php related_posts(); ?> </ul> <?php } ?> <?php comments_template(); ?><br/> <?php previous_post_link('« %link','%title') ?><br/> <?php next_post_link('» %link','%title') ?><br/> </div><!--end entries--> <?php get_sidebar(); ?> <?php get_footer(); ?>Forum: Installing WordPress
In reply to: WP-Commerce DB Errors after InstallLooks like that must have been the case… I added a product and the error has disappeared.