Usayd
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Honeypot on Search Field@dnesscarkey I’m using a field which does exactly the same thing as the default searchform.php
Would be great to be able to hook into that, thanks
Forum: Plugins
In reply to: [Redirection] Redirect category permalinks to anchorSolution:
/work/([a-z0-9_-]+)/
/work#$1
Seems to work fine!
Forum: Plugins
In reply to: [AI Twitter Feeds (Twitter widget & shortcode)] Retweets Not DisplayingThis is still an issue for me, latest version
I tried the suggested solution above, it doesn’t omit RT’s from other accounts
Forum: Plugins
In reply to: [Collapse-O-Matic] Not pushing down page in IE9Thanks so much, I really appreciate that. Completely agree, IE is not ideal at all.
Forum: Plugins
In reply to: [Collapse-O-Matic] Not pushing down page in IE9Hi Baden
Has any progress been made on this?
Thanks!
Forum: Plugins
In reply to: [Collapse-O-Matic] Not pushing down page in IE9I have emailed you a link rather than post it publicly, thanks!
Forum: Plugins
In reply to: [Opening Hours] It is not working with wordpress 3.8.1This issue is still present in 3.9, it does work if you enable short_open_tag in php.ini but it would be better to do a global fix on the plugin itself.
Forum: Plugins
In reply to: [The Events Calendar] Sync across WordPress installationsHi Jonah
I still can’t figure out how to use your existing hooks to access an array of start dates attached to a single ID. The function tribe_get_start_date() never returns an array and I can’t use the get_posts_meta function as it isn’t global.
The closest thing I found to what I’m looking for is the function on line 635 on the-events-calendar.class.php
Any thoughts?
Thanks
UsaydForum: Plugins
In reply to: [The Events Calendar] Sync across WordPress installationsHey Jonah
I’ve almost got it all working and will post up the solution once complete. The only issue remaining is outputting multiple start dates for recurring events (to create multiple events on the other side).
Ideally I need a global var (like tribe_get_start_date) that gives all of the dates linked to the single event ID. Do you know how I could achieve this? The logic would be something like:
if (tribe_is_recurring_event($postid)) {
recurring i++
echo $recurring_dates[i]
}Forum: Plugins
In reply to: [The Events Calendar] Sync across WordPress installationsHi Jonah
I’m importing the feed into another version of the same plugin on a different site.
To include the event start and end dates in the feed I’ve used the method cited above, however I don’t know how to use these values to populate the dates that are imported on the events on the other side. It is just using the current date as the default values.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Sync across WordPress installationsCan you advise how I can use the start and end dates from the RSS feed in the event post?
<ev:startdate>May 1, 2013 8:15 pm</ev:startdate> <ev:enddate>June 30, 2013 9:30 pm</ev:enddate>
I tried using _EventStartDate custom field from here https://tri.be/faqs/i-need-a-list-of-all-the-custom-fields-events-calendar-pro-uses/ but I seem to be missing something.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Sync across WordPress installationsI found how to customise the RSS feed output here: https://tri.be/faqs/how-can-i-customize-the-events-rss-feed/
Forum: Plugins
In reply to: [The Events Calendar] Sync across WordPress installationsHi Jonah
Thanks for that, the feed plugin works great.
Unfortunately the calendar doesn’t output the event dates in the RSS feed. Do you have any tips for how to customise it so that it does?
Thanks
UsaydForum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Send Multiple copies issueI had the same problem, the email went three times to over 500 people – very embarrassing for us.