Forum Replies Created
-
AuthorPosts
-
May 26, 2015 at 7:05 am in reply to: Featured Image Changes in plug-in not being synced with Eventbrite Event #965077
Brian
MemberOk 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
May 26, 2015 at 7:03 am in reply to: Can you add "tickets available" and "tickets sold" to the event overview page? #965074Brian
MemberHello,
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_columnsfor events it is:
manage_tribe_events_posts_columnshttps://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
Brian
MemberHi,
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 );
}
Brian
MemberHi,
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.
Brian
MemberOk thanks. I am not seeing that 404 error, but I am looking into it as I might have a different version.
May 26, 2015 at 6:24 am in reply to: Undefined variable postmeta_table in /tribe-event-query.class.php on line 948 #965047Brian
MemberThanks 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.
Brian
MemberOk well if you contact the theme developer:
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
May 26, 2015 at 6:13 am in reply to: Can integrate event calendar pro to my client's website … #965039Brian
MemberHi,
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:
Or using some of the shortcodes from the Event Rocket Plugin an unofficial plugin maintained by some of our developers:
Either of those may enable you to get around the ajax conflicts with your theme.
Cheers
Brian
MemberSince 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
MemberSince 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
MemberSince 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
MemberSince 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
MemberSince 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! 🙂
May 25, 2015 at 6:10 pm in reply to: [tribe_mini_calendar] Shortcode Makes Brooklyn Parallax Site End #964979Brian
MemberSince 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
MemberSince 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! 🙂
-
AuthorPosts
