Stephen Harris
Forum Replies Created
-
Hi,
This can happen if the event doesn’t have any dates associated with it. (The plug-in generally prevents you from creating events without any dates, so I’m not sure how this has happened).
To work around it you can try to update the event by changing its dates and back again. Or deleting and creating the event a new.
Forum: Plugins
In reply to: [Event Organiser] Error since WP 5.6Hi Omar,
Yes, there were some issues with jQuery update in WordPress 5.6. This has been fixed in the 3.10.4 release.
Forum: Plugins
In reply to: [Event Organiser] defaultView agendaWeek is not workingHi scinet,
This should be fixed in 3.10.4 release
Forum: Plugins
In reply to: [Event Organiser] Can’t renew licence on websiteHi Andy,
Yes there were was an issue with the website a few days ago. It has since been resolved. If you have any further issues please get in touch via https://wp-event-organiser.com/contact/
Forum: Plugins
In reply to: [Event Organiser] Plug-in Event Organiser does not load on frontendHi, I just replied to your email, but I thought I’d post a reply here too as I imagine this will be reasonably common occurrence given the WordPress 5.5 update:
Event Organiser is compatible with WordPress 5.5, but in your case another plug-in (netgo-expandablecollapsible-menu) is breaking the page with a javascript error.
WordPress 5.5 update jQuery which removed some deprecated functions, and if a plug-in is using it it can break javascript functionality on the page – which in turn means that the calendar doesn’t load, or the booking form doesn’t work.
Forum: Plugins
In reply to: [Event Organiser Posterboard] Is Event Organizer Posterboard a secure plugin@jarednolt16 At the time the plug-in was last updated, it was tested against the latest version of WordPress, which would have been 4.6.15. As the plug-in is feature complete, I’ve not needed to update it; nor have there been any incompatibilities with later versions of WordPress to address.
For larger plug-ins I might release updates just to indicate it still works with the latest version, but in plug-ins such as this I’ll probably only ever update it to fix a bug.
Forum: Reviews
In reply to: [Event Organiser] DO NOT BUY!!! NO SUPPORT NO DOWNLOAD!!Hi Derek,
License keys are sent out automatically, so I’m sorry you haven’t received yours. I’m not sure who you’ve been DMing on Twitter, because I haven’t seen any message from you.
The first communication I received from you was sent yesterday. So I wasn’t aware that you had not received your keys. I’ve replied to one of your emails, so hopefully we can get this resolved for you.
Forum: Plugins
In reply to: [Event Organiser] German translation disappeared after updateHi all,
Apologies for the lack of communication. There was an issue with the build/deploy script which resulted in the .mo files being included on the release.
That has now been addressed and the 3.7.6 update restores the translation files.
Thank you for reporting the issue.
Forum: Plugins
In reply to: [Event Organiser] Support for Event Organiser PosterboardHi David,
Really glad you like the plugin ??
For the paid extensions there’s a single-site option, and although licenses only last one year you can continue to use the plug-in once the key has expired. The license is for updates and support – so in that sense one-off purchases are possible.
Of course, if you require access to support and updates beyond the first year, then you can renew the license (at a discount).
As for Posterboard, that is one of the free extensions. It’s not been updated in a while since there are no new features I plan to add to it, but it should still work!
All the best,
StephenForum: Plugins
In reply to: [Event Organiser Posterboard] Added Day of Week to Event CardsHi Scott,
Thanks for posting this :). Incidentally the html file can be copied to your theme, and changes made there.
Additionally the addition of:
'event_start_day_name' => eo_get_the_start( ‘D’ ),
can be made using a filter rather than editing the file directly.
I’d recommend doing that instead of editing the plugin files wherever possible, as it means you’re able to update the plug-in without losing your changes. That said, there are no planned updates for this plug-in for the time being.
Forum: Plugins
In reply to: [Event Organiser Posterboard] Posterboard not showing anythingHi,
It should work – do you have any future events?
Forum: Plugins
In reply to: [Event Organiser] Start / End shortcode gives double outputHi,
The start & end tags take a date and time component (time is only used for non-all-day events). To get only a time component, leave the date part blank:
[eo_events ondate="today" showpastevents=false]from %start{}{H:i}% until %end{}{H:i}%[/eo_events]
Forum: Plugins
In reply to: [Event Organiser Posterboard] GDPR & CookiesThe posterboard extension doesn’t store any cookies. To my understanding, no changes are required to this plug-in for compliance with GDPR.
Forum: Plugins
In reply to: [Event Organiser] Google Maps notices when using OpenStreetMapThanks for reporting this. This should be fixed in the 3.7.3 release.
Forum: Plugins
In reply to: [Event Organiser] how do i get the upcoming events look like the demo websiteHi,
Please see https://gist.github.com/stephenharris/6636882 for the custom template and styling used for that list.
The styles should go in your theme’s style.css and the template files should be copied over to your theme (preferably child theme).
Stephen