powderboy
Forum Replies Created
-
Forum: Reviews
In reply to: [YARPP - Yet Another Related Posts Plugin] Great so far!Cool. More tweaking ahead. Thanks for the quick reply!
Forum: Fixing WordPress
In reply to: Always redirect to canonical when post is in multiple categoriesI can ping Yoast on this. But, does anyone know how the internal link function determines which URL to insert? This is what I’m talking about: https://share.zight.com/rRum1Ljv
If I can at least get the link insertion to be canonical or based on the primary category, that would at least solve one of my problems going forward.
Forum: Fixing WordPress
In reply to: 5.6 Update // SmartMag // Images only show on hoverCool. Plugin updates and using legacy jQuery did fix it for now. Thanks!
Forum: Fixing WordPress
In reply to: 5.6 Update // SmartMag // Images only show on hoverLooks like the bunyad-widgets plugin was the culprit, but now all my widgets are toast. I’ll have to figure out how to re-create them now another way, I guess.
Forum: Installing WordPress
In reply to: Moving HostsThat was it! Thanks!!!!
Forum: Themes and Templates
In reply to: Theme is inconsistent (started when I updated to 3.0)BTW… there are like 20 references to .single-post within default.css. I just changed them all.
Forum: Themes and Templates
In reply to: Theme is inconsistent (started when I updated to 3.0)I was able to track it down to the .single-post style. Removing that in Firebug fixes the entire thing. The problem is that the entire body style line is dynamically-generated via the Arras Theme’s great brain, so I couldn’t figure out how to get that to go away.
What I did was this:
1) Removed the reference to .single-post within the 2c-r-fixed.css layout
2) Changed all references to .single-post within the default.css to be div.single-post
The easiest way would be to remove that dynamic .single-post from the body tag, but I couldn’t figure that out. Let me know if this works for you.
Forum: Themes and Templates
In reply to: Theme is inconsistent (started when I updated to 3.0)Here’s more detail on what I’m seeing:
I just upgraded to the latest WordPress and somehow it horked my CSS on FTH. Take a look at the home page, category, tag and article pages:
http://www.feedthehabit.com
http://www.feedthehabit.com/cat/skiing/
http://www.feedthehabit.com/tag/surface-skis/
http://www.feedthehabit.com/about/Everything looks just fine, right? Well, then take a look at the post pages:
http://www.feedthehabit.com/outdoors/ragnar-rookie-wasatch-back-relay-2010-recap/
There’s now a bunch of issues:
– Border around the entire content area
– L/R padding in the header area
– Missing background colorI’ve found a few of the culprits, but haven’t been able to figure it all out. Any suggestions? These lines appear to be causing most of it:
.single-post { padding:0 10px; } .single .post, .single-post { background:url("../../images/techblue/content-bg.jpg") repeat-x scroll 0 0 #FFFFFF; border:1px solid #CCCCCC; margin:0 10px 20px 0; }Forum: Themes and Templates
In reply to: Theme is inconsistent (started when I updated to 3.0)Looks like you’re using my same theme (Arras) and I’m experiencing the same issues. Any luck tracking it down?
Forum: Fixing WordPress
In reply to: No Comment Response EmailsYeah… we do need to upgrade. I think we can make that happen.
The old standby of deactivating plugins and checking for the culprit sounds like it might be the trick.
Thanks!
Forum: Fixing WordPress
In reply to: Scheduling Posts Not working in 2.9Thanks man… marking this as a duplicate:
http://ww.wp.xz.cn/support/topic/343080?replies=70
That thread has the most info in it related to this issue and the above link FIXED THIS ISSUE FOR ME!!! YAY!!! Thanks!
Forum: Fixing WordPress
In reply to: Image Compression IssuesIt’s not just WordPress… check out my background image on my twitter account:
http://s3.amazonaws.com/twitter_production/profile_background_images/8918927/twitterBG.jpg
So, this appears to be a FF3 issue on Mac. Uggh. I love it when I find bugs!!! Not.
Forum: Fixing WordPress
In reply to: Image Compression IssuesSee how the bottom two images are cut off? odd…
Forum: Fixing WordPress
In reply to: Image Compression IssuesI never receive any upload errors. It all seems to upload just fine. I think it’s related to FF3 on OSX because when I upload the images in Safari 3, it never happens:
File Uploaded (Browser) with Safari 3.2.1:
http://www.feedthehabit.com/wp-content/uploads/2009/04/keenpowerline.jpgFile Uploaded with FF3 (Flash)
http://www.feedthehabit.com/wp-content/uploads/2009/04/keenpowerline2.jpgFile Uploaded with FF3 (Browser):
http://www.feedthehabit.com/wp-content/uploads/2009/04/keenpowerline3.jpgI guess I’ll just make sure and use Safari from now on until the FF 3.0.8 MAC issues are figured out.
Forum: Fixing WordPress
In reply to: Image Compression IssuesHere’s another one from a post this morning. The image was unmodified prior to uploading to WP Media:
http://www.feedthehabit.com/wp-content/uploads/2009/04/blurlt_carbon_large-500×350.jpg
It just looks like the compression engine stops working once it gets to the bottom of the image and just craps out. What’s going on here?