Forum Replies Created
-
AuthorPosts
-
September 6, 2016 at 7:40 am in reply to: I would like to display event list order by event title. #1160327
Geoff
MemberHmm, that’s no good! It does seem to work when I try it out on my test site.
While we are fairly limited in how much we can support custom development questions like this, I am happy to point you in the right direction as best I can.
Is the snippet not working at all? At the very least, it should work when the calendar is in List View showing upcoming events.
Thanks!
GeoffGeoff
MemberHey there and thanks for follow up!
I’m curious if this can still be accomplished via editing the ticket as a Woocommerce product. Since the membership plugin works fine with normal products is there any reason it wouldn’t work in this method? I’m assume different types of tickets are stored as variations, right?
Yes, tickets are set up as normal WooCommerce products in the system. I cannot see a reason why they would be unable to be treated as any other WooCommerce product if editing the them in WooCommerce.
That said, I have not personally tested whether that editing process does indeed work specifically with WooCommerce Memberships. What I do know is that we have not built any specific integration with it, so compatibility (or the features you’re looking for) would be a happy by-product at the moment.
If you already have the WooCommerce Memberships extension, then you can certainly give Event Ticket Plus a try, make a few test tickets, and try editing them from there. We do offer a full refund on all products within 30 days of purchase, so that would give you a good amount of time to test things out and return Event Tickets Plus if the two plugins do not work together in the way you had hoped.
Cheers!
GeoffGeoff
MemberThis reply is private.
September 2, 2016 at 2:52 pm in reply to: I would like to display event list order by event title. #1159535Geoff
MemberHi @suhas and welcome back!
I just tried this snippet and it seemed to do the trick:
add_action( 'pre_get_posts', 'tribe_post_alphabetical_ordering', 51 ); function tribe_post_alphabetical_ordering( $query ) { if( tribe_is_upcoming() ) { $query->set( 'orderby', 'title' ); $query->set( 'order', 'DESC' ); } }That will change the List View of upcoming events to be displayed in descending alphabetical order (Z to A) by event title.
Does that work for you as well? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHey @Math,
That’s a really interesting question and one I’m surprised I haven’t seen come up yet.
I’m afraid that Event Tickets Plus currently does not support embedding tickets on other websites. That said, I think it’s a really cool idea and one I would strongly suggest adding to our feature request forum if you have a chance — I can see how others would benefit from that (more ticket sales!) and submitting the idea will help us get the idea on the radar and see what kind of interest it would get.
Sorry for the bad news, but does this at least help answer your question? Please let me know.
Cheers,
GeoffGeoff
MemberHey Gregory, great question!
Event Tickets Plus actually does not include any notification features when an event is changed or cancelled.
That said, the contact information for attendees is indeed captured and can be exported to the email marketing service of your choice (e.g. MailChimp or Campaign Monitor) so that you can email folks of the change all at once.
Does this help answer your question? Please let me know. 🙂
Cheers!
GeoffSeptember 2, 2016 at 2:24 pm in reply to: How can I enable latitude longitude for the community events submission form? #1159520Geoff
MemberHey @hikeitbaby, nice to see you again and I hope all is well. 🙂
That’s an awesome idea! I’m afraid it’s a little tougher to get the venue coordinates into the Community Events submission form than it might appear but that doesn’t mean it’s not a great idea for a feature request — I can actually see how that would make moderation easier for site admins when new events with new venues are submitted.
For the moment, the only supported method is to add the venue coordinates manually after the event and new venue have been submitted.
Sorry for the bad news, but would you be willing to share that idea with us in the feature request forum? We’d definitely appreciate it!
Thanks,
GeoffGeoff
MemberHi Eliu,
Is this the same question we’re discussing over here:
https://theeventscalendar.com/support/forums/topic/social-media-and-capitalized-letter-support/If so, let’s keep the dialogue going over there instead of over two different threads — that will make it easier to communicate. 🙂
And, to re-iterate, The Events Calendar is not adding the social media sharing options to the events but it’s instead coming from another plugin called Add This. If the CSS snippet I provided in the other thread is not removing the social media sharing options, then I would suggest contacting the Add This plugin author for more guidance on how to exclude events from showing them.
Thanks so much!
GeoffGeoff
MemberHey there and great question!
I’m afraid that there is no special integration between Event Tickets and WooCommerce Memberships at the moment. That said, we are actually exploring some ideas around this and, while there are no concrete plans as of yet, we hope to be able to share something about this in a future release. 🙂
Sorry for the (somewhat) bad news, but does this at least help answer your question? Please let me know.
Thanks!
GeoffSeptember 2, 2016 at 2:05 pm in reply to: TEC Pro exclusions for W3TC minification of JS/CSS #1159511Geoff
MemberMy pleasure! Thanks a ton and please do feel free to follow-up if you are able to find a method for excluding specific styles and scripts — I’m sure others would find that super useful as well.
Cheers and have a great weekend!
GeoffGeoff
MemberHey Dushan,
This is a little concerning to me:
Issue persists even when we switch to default WordPress theme and there are no overrides in theme folder.
The reason being is that it still points to the likelihood that this is a server-related issue. I say that because not only have I been unable to replicate the issue on either our demo site ormy test site in the same default WordPress conditions, but because there are currently no other reports of this and I would imagine it affecting many people if it was an issue in the plugin itself.
That said, it might be worth installing the Query Monitor plugin and see if that reveals any telling notices that might be causing an overload or conflict.
We are still experiencing starting issue, 500 error (staring issue was not in styles, page was not rendering at all).
I thought the initial issue that was reported in this thread was what was written here:
1. http://jwcdaily.com/events/community/add Community Events page is blank, we have updated version of Community Events plugin.
Now that the page is no longer blank, is that part technically resolved even if the form is not taking submissions?
Thanks!
GeoffGeoff
MemberHey Lee, thanks for following up!
I think the easiest approach would be to add the Javascript to the Map View template itself. That is located here:
/wp-content/plugins/events-calendar-pro/src/views/map.php
When you do, be sure to override the template in your theme files — this will ensure that your changes aren’t removed on future plugin updates. 🙂
- Make a copy of the file
- Make a new folder in your theme folder called tribe-events
- Make another folder in that one called pro
- Drop the copied map.php file in that last folder
- Edit away!
Cheers!
GeoffGeoff
MemberThis reply is private.
Geoff
MemberMy pleasure! Thanks for following up and so glad the email came though. 🙂
Have a great weekend,
GeoffSeptember 2, 2016 at 8:59 am in reply to: Microdata Errors with Event Pages in Webmaster Tools #1159296Geoff
MemberHi Ben,
Thanks for reaching out! So glad you’ve been using The Events Calendar and that you were introduced to it in Avada — they’ve made some great customizations to our plugin to tailor it to the theme. 🙂
We’d be happy to help and look into this with you — but first, would you be willing to post this over in our WordPress.org support forum? We use this pre-sales forum to answer purchasing questions for folks about our premium add-ons for The Events Calendar, but do a free technical support pass on WordPress.org each week for those using The Events Calendar.
Or, if you have a license for one of our premium products, then please do sign into this site with your account and we’d be happy to help you out in our technical support forums here.
In the meantime, I’ve noted your question and passed it along to the rest of our support team in advance so we can jump in and help in the right forum. 🙂
Thanks so much!
Geoff -
AuthorPosts
