Derek Punaro
Forum Replies Created
-
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?I did all the above steps as well and got it to work, but only on a new post. I couldn’t make my original post change size (even though the regenerated correct media file sizes were in the directory). Oh well, not a big deal. As long as it works going forward! Thanks!
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?My media settings are 150×150, 450×450, and 1024×1024
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?Great! Thanks for looking into it. This plugin is excellent.
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?I regenerated the thumbnails, but when I view source I see the style change for .post-thumbnail img{width:100%;} but the image reference itself is still using <img width=”672″ height=”372″ src=”blahblah-672×372.jpg”
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?I have the option set. The problem isn’t that the image isn’t being displayed 100% width, it’s that it’s stretching the 672×372 thumbnail. Can that checkbox also trigger a change to use the “twentyfourteen-full-width” image version which is 1038×576?
Forum: Plugins
In reply to: [Wickett Twitter Widget] [Plugin: Wickett Twitter Widget] 40 years ago?I take it back. It’s not fully fixed. It seems to anything that is “x minutes ago” as “-1 years ago”. Anything that is “x hours ago” or “x days ago” displays correctly.
Forum: Plugins
In reply to: [Wickett Twitter Widget] [Plugin: Wickett Twitter Widget] 40 years ago?I fixed it somehow… I went back and downloaded the original plugin again, edited the file in an editor, then copy/pasted the code back into WordPress and now it seems to be working.
Forum: Plugins
In reply to: [Wickett Twitter Widget] [Plugin: Wickett Twitter Widget] 40 years ago?I was getting all my tweets reported back as “41 years ago”, so I tried the fix. However, now recent tweets are showing “-1 years ago”. Upon closer look, it seems like anything older than 1 day is displaying correctly. My site is http://punaro.com
Forum: Plugins
In reply to: [Wickett Twitter Widget] [Plugin: Wickett Twitter Widget] 40 years ago?I tried the fix, but now my posts are either saying “-1 years ago” or “1 day ago”. My host reports PHP 5.2.14. Any ideas?
Forum: Fixing WordPress
In reply to: Sidebar Link Error with UpgradeI found it. It seems that the parameters for get_links_list() has changed. I used to use get_links_list(‘order’) but according to the Codex page the only values allowed now are ‘name’ or ‘id’.
Forum: Fixing WordPress
In reply to: Sidebar Link Error with UpgradeI’m having the same problem. I thought I might have modified the sidebar code, so I copied the code from Default 1.6 and I’m still getting the error.