Forum Replies Created
-
AuthorPosts
-
Andras
KeymasterHi Emily, welcome to the forums!
Thanks for using our plugins and going Pro! Let me try to help with your question.
Your question totally makes sense. In which view would you like to have this? Our plugin handle sticky posts in month view, but I suppose that’s not what you are looking for.
Let me know.
Thanks and cheers,
Andras
September 7, 2016 at 4:23 pm in reply to: WordPress database error (Not unique table/alias) #1161270Andras
KeymasterI see you are using PowerPress. One user who reported this earlier was using that as well. Would it be possible for you to test if you are getting the warnings if you have PowerPress deactivated?
Also, it would be great if you could share a database dump. Usually the files are too big to upload here, so sharing it via a cloud service like dropbox is fine. You can paste the link in a private reply.
Thanks,
AndrasSeptember 7, 2016 at 4:15 pm in reply to: WordPress database error (Not unique table/alias) #1161266Andras
KeymasterHi cacpro,
Thanks for reaching out to us with this issue and sorry you are having this.
This has been flagged to us last week, so we are aware of the issue.
Do see or experience any of this issue on the front-end or the back-end? Or you only get this logged in the server log?
Could you possibly check what action you are doing when this warning gets logged?
If you could check and answer these, that would help us fix this issue faster.
Thanks and cheers,
AndrasAndras
KeymasterHey Anders,
Thanks for sharing the infos.
I see where you are coming from.
Unfortunately the suggestions that pop up after putting something in the location field, they come from Google. We’re always looking at ways to improve the results, but right now we’re just going with what Google gives us.
I hope this helps at least clarify, if not solve the problem.
For info: I tested couple options which did work: Birming; Birmingham, UK; Birmingham, United Kingdom; Birmingham GB; Birmingham Great Britain
Let me know if I can be of any more assistance.
Cheers,
AndrasAndras
KeymasterYou’re very welcome! I’m glad I could be of help.
Since this is marked resolved 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 and cheers,
AndrasAndras
KeymasterHi Stephen,
Let me know if you have any news.
Cheers,
AndrasAndras
KeymasterHey aldwyn,
Thanks for sharing that info with me.
Here is a snippet, paste this code in your functions.php file (Appearance > Editor > choose functions.php on the right side). I see you are using a child theme, good job!
/**
* Add event ID to CSV export
*/
function tribe_csv_export_add_column ( $columns ){
return array_merge ( $columns, array('event_id' => 'Event ID') );
}function tribe_csv_export_populate_column ( $existing, $item, $column ) {
if ( 'event_id' == $column ) {
$event_id = get_post_meta( $item['attendee_id'], Tribe__Tickets_Plus__Commerce__WooCommerce__Main::ATTENDEE_EVENT_KEY, true );
return $event_id;
}
return $existing;
}function tribe_csv_export_add_event_id ( $post_id ) {
add_filter( 'manage_' . get_current_screen()->id . '_columns', 'tribe_csv_export_add_column', 20 );
add_filter( 'tribe_events_tickets_attendees_table_column', 'tribe_csv_export_populate_column', 10, 3 );
}
add_action( 'tribe_events_tickets_generate_filtered_attendees_list', 'tribe_csv_export_add_event_id' );
This should give you the event ID in the last column of your CSV export.
Let me know how this works out!
Cheers,
AndrasAndras
KeymasterThis reply is private.
September 7, 2016 at 12:35 pm in reply to: Has location search for a state been implemented? #1161145Andras
KeymasterHello Rodrigo,
Thanks for sharing all the info with me.
Had a discussion with my colleagues to clarify this issue. The search for location relies on a Google API that does not always work great in searching for states. It sometimes can do regions, but it’s very iffy. “NY” works for example, but “CA” does not.
For best results though, do the search with the format
City, State AbbrevOr the aforementioned Filter Bar which supports filtering by States / Provinces.
I’m sorry that for the time being I cannot give you a full fledged solution. Your thread however started an internal discussion on this topic.
Let me know if you have any more questions.
Cheers,
AndrasAndras
KeymasterThis reply is private.
September 7, 2016 at 8:00 am in reply to: WordPress database error (Not unique table/alias) #1160927Andras
KeymasterThis reply is private.
Andras
KeymasterBonjour Sandrine
Merci pour utiliser nos plugins et bienvenue au forum!
Thanks for reaching out, let me help you with your issues.
The translation files do have a bug in them, however the fix is easy. Go to Loco Translate > Plugins > Event Tickets, choose the French translation and click on the Sync button at the top. This will insert some missing strings into the translation file, including the ones you are missing.
If you are experiencing the same with some other strings that don’t translate, then run this sync also on the rest of our plugin translation files and that should fix it.
I’m really sorry about this issue, we just recently discovered it and the fix is under way.
As for your second question, removing “not going”, a colleague of mine was kind enough to put together a little snippet, which you need to copy into your theme’s (preferably child theme’s) functions.php file. You can find the snippet here.
https://gist.github.com/cliffordp/e8f2d63e6d26715cf18908f2102ba9fc
Please note, if your functions.php file already has the < ? php opening tag in the beginning (it should have) then you don’t need to copy that from the snippet, as it will only cause an error.
Let me know if these help.
Cheers,
AndrasAndras
KeymasterHello Jerry Lee,
Thanks for using our plugins and for reaching out. Let me answer your questions one by one.
1. event payment option for both members and non-members (since both have different event prices)
2. our site will have 4 payment options as follows:
Event Tickets Plus will enable you to set up as many tickets with different prices for an event as you want.
So you can create the 4 different tickets you need for any event.
Also, you can create custom field sets for the tickets, where you can ask for information from the buyer, e.g. membership number.
What our plugin cannot do out of the box, is to show different prices for user that are logged in vs guest users who are not logged in. Though I believe this could be easily achievable with a bit of customization work. (This would be my approach: check if user is logged in. If yes, show these tickets / hide those; if not, then show those tickets / hide these.)
3. payment gateway – we will be integrating with Pin Payment – via woocommerce – it this possible?
If Pin Payment works with WooCommerce then you are all set, as the process of selling is handled by WooCommerce.
I do hope this answers your questions. Is there anything else I can help you with?
Cheers,
AndrasAndras
KeymasterHello Benjamin,
Thanks for using our plugins and for going Pro! Welcome to the forums!
I can try to help out here, but I am limited in supporting customizations. Per our terms and conditions we support features of the plugins and although we try to help get you started on customizations for the most part you are going to have to take it on to complete.
I checked your site, clicked on ‘Safety Action Series’ and it gave me a list of events, including past events. Can you tell me where else you want to show the past events, so I can point you in the right direction?
As for displaying the filterbar next to the list, you will need to do some CSS customization, maybe overriding some templates. Here are 2 guides that should get you started on this:
https://theeventscalendar.com/knowledgebase/themers-guide/
https://theeventscalendar.com/knowledgebase/template-overview/
Let me know if this helps and if you have any other questions.
Cheers,
AndrasAndras
KeymasterHello boxchilli,
Thanks for reaching out with your issue. Let me try to help you with this.
To be able to support you, could you please share your system information with me in a private reply?
Here’s a handy guide how you can do that:
https://theeventscalendar.com/knowledgebase/sharing-sys-info/Also, can you share with me a direct link to the page where this is happening, and give me a specific example? (What are you searching for, what is the result, and what is the result you would expect.)
Thanks,
Andras -
AuthorPosts
