Forum Replies Created
-
AuthorPosts
-
Chris
ParticipantHi there,
In this case, it might be best to contact Astoundify’s support. They’re using a query to build the frontend page, which should only be pulling in posts of the “download” post type, but seems instead to be pulling in all events. They might be able to provide you with a snippet to prevent posts of the “event” post type from appearing in their loop-Chris
Chris
ParticipantI’m not really sure what your question is exactly?
-Chris
December 12, 2013 at 6:56 am in reply to: activating pro with license key on a multisite install #81399Chris
ParticipantHi there,
On multisite, you’ll find the settings located in the Network Admin panel (not on the individual sites).-Chris
December 10, 2013 at 5:51 am in reply to: Couple out of the box questions on some specific use cases. #80957Chris
ParticipantHi there,
For #1, you’ll need to have a bit of PHP and HTML knowledge, or be able to hire someone to do it for you (probably wouldn’t be that expensive since its a pretty simple thing to do).For #2, you can force 1 ticket per customer by placing this in a custom plugin or your theme’s functions.php file:
add_filter( ‘edd_item_quantities_enabled’, ‘__return_false’ );-Chris
Chris
ParticipantHey Robert,
Just an update on this. We’re still looking into this issue, as it possibly affects our other ticketing solutions so we want to make sure if we fix one, it doesn’t break something for another.I’ll keep you updated.
-Chris
December 9, 2013 at 5:53 am in reply to: Couple out of the box questions on some specific use cases. #80778Chris
ParticipantHi there,
Just to let you know, we haven’t missed your ticket. I’m taking final exams this morning and I’ll be on this the second they get out.Thanks for your patience,
-ChrisChris
ParticipantHi there,
See https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/#viewstemplates. Use the example templates for WooTickets as they also exist in EDD Tickets-Chris
December 9, 2013 at 5:22 am in reply to: EDD Tickets: Integration with EventBrite for QR Code? #80770Chris
ParticipantHi there,
At this time there isn’t a way to integrate a QR code checkin with EDD Tickets. However, we are looking to add it down the road.-Chris
Chris
ParticipantHi there,
Sorry for the delay here. We’ve been trying to replicate this, and have been unable to do so. Are you familiar with how to use an FTP program? We’re thinking the best option for you is to manually update your Pro version to 3.2 and then see if the license key field works.-Chris
Chris
ParticipantI’ve reviewed the code of the plugin you’re using.
As you might be aware, the plugin hasn’t been updated in 6 years. Unfortunately, some of variables and functions it uses in it’s code don’t even exist anymore. For instance has_cap which it uses to determine who can see the reject/apply buttons was removed in WordPress 2.0.
If you need the functionality of this plugin, I would recommend hiring someone to rewrite it to work on new version, since there’s alot of deprecated code in there thats going to stop working in future WordPress versions.
-Chris
Chris
ParticipantHi Robert,
Indeed you are correct. I’ve located the problem code, and we’re working on getting a solution for this.I’ll let you know when we’ve got a fix for you
-Chris
Chris
ParticipantIf you want events to be accessible only from the backend, you probably don’t want to publish them, but rather save them as drafts. You can get to them the same way you added them, via the backend list of events.
-Chris
Chris
ParticipantThe default Recent Posts widget will not display custom post types in it. You probably want a plugin like: http://wordpress.org/plugins/advanced-recent-posts-widget/
-Chris
Chris
ParticipantIt should auto-update if you have a license key set in the license tab of the Event’s settings. Can you make sure you have yours in there?
Chris
ParticipantThe Event Calendar takes its date format from what you would have set in the main WordPress settings. You can get there by going to Settings -> General and select custom and use F-Y or F Y
-Chris
-
AuthorPosts
