Forum Replies Created
-
AuthorPosts
-
Brian
MemberNo worries I understand about changing themes on an active site.
I do not thinking uninstalling and reinstalling will do much as it does not change the settings. However, if you changed anything in the plugin it might help.
Do you have any custom templates in your theme? I would remove those if you do and see if that helps.
Also, are you able to setup a staging site to do testing there? That is always good to have on a high traffic site to do all the updates there first before the live site.
Brian
MemberHi,
Sorry for the issues you are having.
How did you get the word kategori to work before?
Did you have some custom coding to do that?
Or was this from the translation file?
I believe there is an issue with the latest Norwegian translation file that might be causing this.
Let me know about the above and I can see what we can do.
Thanks
June 18, 2015 at 2:56 pm in reply to: Eventlist categorie filter not working after update to 3.10 #971110Brian
MemberHi,
I do not recognize that coding.
How is that created?
Instead of using a 3rd party coding like that can you use our shortcode? ( I am limited in supporting 3rd party coding as well)
We have this for the Event List Widget:
[tribe_events_list]
https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/
Brian
MemberHi,
Sorry that was an old version of the plugin before 3.10.
The new directory is /src/resources/js/
Unfortunately, the only way to change it to modify the script. There is no snippet that can do that.
Brian
MemberI am glad to see you were able to fix this issue.
Since the issue is resolved 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!
June 18, 2015 at 12:12 pm in reply to: How to exclude event category from single event meta details list #971041Brian
MemberI am glad to see you were able to figure it out and thanks for sharing the coding.
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!
June 18, 2015 at 12:12 pm in reply to: Fatal error: Class 'TribeWooTickets' not found in …/functions.php on line # #971039Brian
MemberGreat glad it helps.
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 fix this issue.
Since the issue is resolved 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
MemberOh Ok I do not mind, I would like to help get to the bottom of this and get it resolved.
We are getting reports from that widget my bad I thought it was referencing another thread.
The Event List Widget is included with Pro, there is also a 3rd Party Widget called that, sorry for the confusion.
Please check your theme’s for any custom templates for the List Widget as they need to be updated to work. They would be in the tribe-events/ directory of your theme.
Also all plugins need to be on 3.10 please confirm all plugins are updated to 3.10.
Let me know what you find out.
June 18, 2015 at 8:13 am in reply to: Displaying different calendar events on different pages #970938Brian
MemberHi,
Thanks for the interest in our plugins.
We have 2 shortcodes to display events that filter by category you can find out about the Mini Calendar and Event List Widget here:
https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/
Also, there is the Event Rocket Plugin an unofficial plugin maintained by some of our developers that has shortcodes in it:
And by default the plugin creates the event views(month,list, map, photo, etc) for each event category.
So if you have a category called lettuce you can see all the views here:
yoursite.com/events/category/lettuce/
You can test that on the the core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/
Cheers!
June 18, 2015 at 8:03 am in reply to: How to exclude event category from single event meta details list #970931Brian
MemberHi,
Thanks for using our plugins I can try to help out here.
Our function does not accept arguments to exclude event categories.
However, you could replace it with get_terms:
https://codex.wordpress.org/Function_Reference/get_terms
They have examples on that page on how to use that function to show terms.
The Event Calendar category is registered as tribe_events_cat
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the issues you are having and thanks for the input Nick.
Nick is correct if you have changed the List Widget template in your theme you need to update it.
Here is the file to check out to compare to yours:
wp-content\plugins\events-calendar-pro\src\views\pro\widgets\list-widget.php
Let me know if you need help on that or after updating your custom templates the events still do not show.
Thanks
June 18, 2015 at 7:31 am in reply to: Fatal error: Class 'TribeWooTickets' not found in …/functions.php on line # #970915Brian
MemberHi,
Sorry for the issues. The update to 3.10 changed the class name and is causing this.
You want to change this:
TribeWooTickets
To this:
Tribe__Events__Tickets__Woo__Main
In both of those snippets and that should resolve the issue.
Let me know how that works out.
Thanks
Brian
MemberHi
Sorry for the issues.
The Events Calendar Widget is not our plugin and we do not maintain it.
Please contact the developer here for help:
https://wordpress.org/plugins/the-events-calendar-widget/
If you have issues with our Event List Widget included with Pro we can help out.
Thanks
Brian
MemberHi
Sorry for the issues.
The Events Calendar Widget is not our plugin and we do not maintain it.
Please contact the developer here for help:
https://wordpress.org/plugins/the-events-calendar-widget/
If you have issues with our Event List Widget included with Pro we can help out.
Thanks
-
AuthorPosts
