Forum Replies Created
-
AuthorPosts
-
August 12, 2015 at 11:19 am in reply to: The Events Calendar Category Colors didn't work – why? #995502
Brian
MemberHi,
We do not support the The Events Calendar Category Colors plugin as we did not create it.
Please address all your support questions here:
Thanks
Brian
MemberHi,
The Pro Version works without the license. So if you are not seeing Pro Features it could be a version mismatch.
When you update The Events Calendar to 3.11.x you should also have Pro at 3.11.x.
We release the updates all at the same time for point releases so the first two sets of numbers should always match and you can download the latest version from your account here on theeventscalendar.com
As for the Event Widget.
Look for custom templates in this directory:
yourtheme/tribe-events/pro/widgets/list-widget.php
In the list-widget.php template you can add these to the top and that might fix the issue instead having to redo custom work:
$events_label_plural = tribe_get_event_label_plural();$posts = tribe_get_list_widget_events();
Let me know how that works out.
Cheers
Brian
MemberOk sounds good.
If you get stuck please let me know and I can try to help out.
Please provide any coding you are trying to get working and I will see what I can do.
Thanks
Brian
MemberHi,
Sorry for the issues you are having. I can try to help out here.
The location search relies on Google for the results and sometimes Google for whatever reason does not return the right information.
It is something we are looking to improve in a future release.
For now do you have a link to your site you can provide in a private reply and I can take a look?
Let me know.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
I can help out.
In 3.10 we refactored the plugins and moved things around.
Look for those files here now:
wootickets\src\views\wootickets\tickets.php
the-events-calendar\src\views\list\single-event.php
the-events-calendar\src\views\modules
Notice the src added to the base for all the directories.
I do not know if the plugin editor would pick that up or not, but that is their locations.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Jonathan,
Thanks for sharing how you limited ticket sales to 1 ticket.
I know someone will find this useful.
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
MemberI am glad to see you were able to figure it out and thanks for sharing.
I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberHi,
Thanks for using our plugins. I can try to help out here, but I am limited in modifying WooCommerce.
We do not modify the checkout process so WooCommerce uses the ticket name as it does for any product.
To get around that you could add the dates to the ticket name.
Or it might be possible with a customization.
I can help you get started on a customization like that, but I am limited in providing all of the coding for customizations per our terms and conditions for our licenses.
Let me know what you like to do.
Cheers
August 12, 2015 at 8:11 am in reply to: Hiding events list by default in Pro Calendar widget #995434Brian
MemberHi,
Thanks for using our plugins.
I can help out.
We do not have a feature to do as you describe.
It would be possible with a customization to create a script to hide the list under the calendar and then after a day is clicked to start showing the list.
You could also set the Number of events to show in the Mini Calendar to 0 so no events show and then when someone clicks a date it takes them to the day view to show the events.
I can try to help get you started on the first option here if you like, but might not be able to provide all the coding.
Let me know.
Thanks
Brian
MemberOk I added that file to Community Events.
Also, we only need the .po file. You do not need to send anything else.
Thanks
Brian
MemberHi,
Thanks for the information.
Do you have any custom event templates in your theme in the tribe-events directory of it?
If so that might be the issue as in 3.10 we made some changes and you have to update those templates.
Let me know and I can provide that information.
Thanks.
Brian
MemberYou’re Welcome.
Brian
MemberHi,
We did have pdf tickets as a feature, but it was removed in late 2013.
Brian
MemberHi,
In the translation forum I cannot troubleshoot issues, but if you bring the issue to WordPress.org we can help out on that forum:
Or in the premium forum if you have an account here.
I had already uploaded the Community Events Greek Translation from before so I was saying any new updates should be done on the translation site.
Is that latest file different?
Also, that is fine to do the initial translation by providing us with the po files.
Thanks
August 11, 2015 at 5:09 pm in reply to: build array of events with venue province and organizer name #995274Brian
MemberHi,
Thanks for using our plugins. I can help out here.
I am limited in supporting customizations so I may not be able to help troubleshoot this all the way.
I looked at our coding and we do not have a place where we query all three custom post types together.
It is always done one custom post type and then we use functions to grab information from the other two.
What about creating a custom taxonomy instead and using that to query and order the events?
Also, here is a list of our custom fields and some functions to get venue and organizer ids per events:
https://gist.github.com/jesseeproductions/c2df90a56827dae990a0
Let me know if you have any follow up questions.
Thanks
-
AuthorPosts
