Brian

Forum Replies Created

Viewing 15 posts - 6,076 through 6,090 (of 11,256 total)
  • Author
    Posts
  • Brian
    Member

    Ok If that error is on the Eventbrite side they maybe to help.

    We did remove the coding to sync featured images as it was poorly coded and needs updating. We are looking to add that back in a future version.

    Thanks

    Brian
    Member

    Hello,

    Ok I understand what you are doing and where.

    There is a WordPress filter and action to add custom columns to any post, page, or custom post type.

    The filter is this:

    manage_${post_type}_posts_columns

    for events it is:

    manage_tribe_events_posts_columns

    https://codex.wordpress.org/Plugin_API/Filter_Reference/manage_$post_type_posts_columns

    The action to add information is:

    https://codex.wordpress.org/Plugin_API/Action_Reference/manage_posts_custom_column

    Using that you can add the columns from a custom plugin without modifying any of the plugins.

    I do not have any other coding for this and with the upcoming release of 3.10 and the beta for the advanced ticketing solution I would not want to release anything that might change as both are not finalized.

    Cheers

    in reply to: How Do I get ticket end time? #965070
    Brian
    Member

    Hi,

    That function just looks for a meta entry based off the id so it does not really need a loop. It only needs an ID.

    My guess if it returns empty it is because the ticket_id variable does not have a value.

    You would have to use these functions to get the ticket id:


    $tickets = TribeEventsTickets::get_event_tickets( $event_id );

    foreach ( $tickets as $ticket ) {

    echo get_post_meta( $ticket->ID, '_ticket_end_date', true );

    }

    in reply to: ticket stock increases as people purchase tickets #965061
    Brian
    Member

    Hi,

    That is to bad with WooCommerce. Hopefully something changes on their end about this now that they have been bought out.

    I do have a ticket for us to look into ourselves and see if it is something we can do, but I do not know if it is possible nor have a timeline when that might happen.

    I would like to have better news for you on this, but that is how it stands right now.

    in reply to: JS Errors in Chrome / Calendar View #965053
    Brian
    Member

    Ok thanks. I am not seeing that 404 error, but I am looking into it as I might have a different version.

    Brian
    Member

    Thanks for the information, glad it is now working for you.

    I have included the information in our WPML compatibility ticket, but I do not have a timeline when those integrations might be included into the plugin.

    in reply to: Mini Calendar Widget #965041
    Brian
    Member

    Ok well if you contact the theme developer:

    Home

    They maybe to provide some exact instructions on how to update to the latest version of jQuery.

    Since you are going to just use the Event List Widget Instead I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    Brian
    Member

    Hi,

    Maybe, if i sent you the natives of the jp person theme, you could try to solve this issue ?

    I appreciate the offer and would like to help, but I have to follow our terms and conditions as well and cannot solve theme comptability issues.

    Instead of loading the event views you maybe to use the Mini Calendar ShortCode:

    Events Calendar Widget Settings

    Or using some of the shortcodes from the Event Rocket Plugin an unofficial plugin maintained by some of our developers:

    Event Rocket

    Either of those may enable you to get around the ajax conflicts with your theme.

    Cheers

    in reply to: Problem with Event Titles in Calendar View. #964984
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    in reply to: Remove price from events page #964983
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    in reply to: Events calendar pro upload #964982
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    in reply to: how to integrate payment gateway to events #964981
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    in reply to: Posts that feed in events of current posts author #964980
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    in reply to: Past Events in Photo view #964978
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 15 posts - 6,076 through 6,090 (of 11,256 total)