holyyakker
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] How to add line brake on textareaBTW had to put a working update in so here is a SS of the bugged display.
https://www.bernackiformayor.com/wp-content/uploads/images/broken.jpg
Forum: Plugins
In reply to: [Contact Form 7] How to add line brake on textareaCurrently this does not seem to be working:
Your Message<br /> [textarea your-message x20] I just wanted to take a chance to tell you about Mark Bernacki who is running for Mayor in New Britain. I plan on voting for Mark and I think you should do the same. What makes Mark such a great candidate is that he has a strong history of public service from his time on the Common Council as an Alderman. But he also knows what it takes to run a business in New Britain and has owned his own business in New Britain for a long while now. With his background he'll be able to deliver job growth and new businesses to New Britain. I really hope that you'll consider supporting Mark on election day this November. If you want to read more about Mark you can check out his website, www.bernackiformayor.com. [/textarea]
results in this: https://www.bernackiformayor.com/?page_id=29
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Multi-line textareaApparently this is broken again?
Forum: Plugins
In reply to: [Embed Facebook] [Plugin: Embed Facebook] Event times show as 8 hours behindAs a follow up – technically I guess you wouldn’t have to put -0, but I just left it in there as legacy code in case I ever did need to change it back I could remember something goes there.
Forum: Plugins
In reply to: [Embed Facebook] [Plugin: Embed Facebook] Event times show as 8 hours behindHey – I figured out a hack to the code that solves this problem.
You need to replace:
$start_time = sohail_iso8601($fb_event->start_time)-28000; $end_time = sohail_iso8601($fb_event->end_time)-28000;
with
$start_time = sohail_iso8601($fb_event->start_time)-0; $end_time = sohail_iso8601($fb_event->end_time)-0;
In the embedfacebook.php file. That should solve your problem. The -28000 appears to be changing the time by making it 28000 seconds (8 hours) earlier.
Otto, great plugin.
I’m running into a similar problem with the Fanbox and the Status stream.
This is the Fan ID: 178354398863602
I would assume that I should put that in the Facebook User Profile Number field for the Facebook Status widget.
Slightly unrelated note – the events box has the event happening a day after it actually happens.
To view all the hilarity check out stewartforstatesenate . com
Forum: Fixing WordPress
In reply to: Including a Miniloop using Template TagsFor the record the code I tried did work – however I’m going to see if the plugins and see if they allow me greater flexibility.