Chris

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 311 total)
  • Author
    Posts
  • in reply to: Issue with EDD tickets and Fundify theme…. #81859
    Chris
    Participant

    Hi 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

    in reply to: Have to Disable #81754
    Chris
    Participant

    I’m not really sure what your question is exactly?

    -Chris

    in reply to: activating pro with license key on a multisite install #81399
    Chris
    Participant

    Hi there,
    On multisite, you’ll find the settings located in the Network Admin panel (not on the individual sites).

    -Chris

    in reply to: Couple out of the box questions on some specific use cases. #80957
    Chris
    Participant

    Hi 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

    in reply to: No Place to Enter License Key #80782
    Chris
    Participant

    Hey 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

    in reply to: Couple out of the box questions on some specific use cases. #80778
    Chris
    Participant

    Hi 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,
    -Chris

    in reply to: Looking for Docs to make changes #80772
    Chris
    Participant

    Hi 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

    in reply to: EDD Tickets: Integration with EventBrite for QR Code? #80770
    Chris
    Participant

    Hi 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

    in reply to: The Events Calendar 3.2 vs PRO 3.1 problem #80622
    Chris
    Participant

    Hi 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

    in reply to: Plugin breaking my GT Post Approval functionality #80607
    Chris
    Participant

    I’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

    in reply to: No Place to Enter License Key #80575
    Chris
    Participant

    Hi 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

    in reply to: "Hide Events" from calendar…worth it? #80119
    Chris
    Participant

    If 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

    in reply to: events not showing in main blog loop #80118
    Chris
    Participant

    The 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

    in reply to: The Events Calendar 3.2 vs PRO 3.1 problem #80117
    Chris
    Participant

    It 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?

    in reply to: Date Format #80116
    Chris
    Participant

    The 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

Viewing 15 posts - 31 through 45 (of 311 total)