FRANTIC
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twitter embeds not working in 3.4Awesome! Worked like a charm.
Thanks for the help, Jan.
Forum: Fixing WordPress
In reply to: Twitter embeds not working in 3.4Looks like the width is set to 550px inline on the tweet wrapper (id=twitter-widget-0 and class=twitter-tweet-rendered).
Forum: Fixing WordPress
In reply to: Twitter embeds not working in 3.4Sure. Here’s one of my test sites.
Forum: Fixing WordPress
In reply to: Twitter embeds not working in 3.4@jan: any idea on the width issue?
Forum: Plugins
In reply to: [Twitter Embed] [Plugin: Twitter Embed] Decreasing width to 450 pixelsWould like to know this, as well. I’m in the same boat.
Forum: Fixing WordPress
In reply to: Twitter embeds not working in 3.4^ that should do the trick.
My problem with the new Twitter embeds in WP 3.4 is that they have a set width, which conflicts with the dimensions of the content area on my site. So, all embedded tweets get cut off by 20 pixels or so.
Anyone else come across this?
Forum: Fixing WordPress
In reply to: Displaying top 10 posts, NOT pagescool. thanks.
Forum: Everything else WordPress
In reply to: Displaying posts from THE DAY BEFOREThanks, Kafkaesqui.
Boy, that code sure looks better than what I had.
The info on getdate() and zeroise() comes in handy, too.
EDIT: I guess we can call this one “resolved”.
Forum: Everything else WordPress
In reply to: Future posts display 2 hours lateSweet.
Looks like everthying (see my previous post) is working fine now.
Forum: Everything else WordPress
In reply to: Future posts display 2 hours lateOk, so this is what I ended up doing.
I used the PHP function date_default_timezone_set() to set my actual timezone: date_default_timezone_set(‘America/Toronto’).
Now, the output of CODE 1 (from my initial post), outputs the correct date, where before it was 2 hours behind.
I’m still not sure if this will fix all the problems; I’ll have to wait ’till 12:01 am to find out how the future posts behave.
Forum: Everything else WordPress
In reply to: Future posts display 2 hours lateThanks for the suggestion, LesBessant.
I’ll give it a try.