Forum Replies Created
-
AuthorPosts
-
September 29, 2015 at 11:40 am in reply to: 'Add another organizer' doesn't honor 'tribe_organizer_label_singular filter #1009782
Brian
MemberIf that did not work it could be a priority issue that you might have to play with.
Although not usually recommended you could change the wording in the coding.
Since the filter is included in the next major version your change would be overwritten, but the filter would then work.
The file is located here:
plugins/the-events-calendar/src/Tribe/Admin/Organizer_Chooser_Meta_Box.php
Around line 148 is where the text is.
Thanks
September 29, 2015 at 11:36 am in reply to: How about an answer to my question in the forum? #1009781Brian
MemberHi,
Sorry for the mix up here.
Someone was doing a midnight clean up and say that thread could be closed.
It was simply a difference in timezones. We were all going to bed when you posted.
We have responded to your ticket now.
Also, please note per our Terms and Conditions we may take up to 24 hours to respond to a reply although we try to get to it sooner.
I am going to close this thread and we are helping you out in the other one you linked too.
Cheers
Brian
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
September 29, 2015 at 11:19 am in reply to: Chosen styling and functionality not working after WooCommerce Update #1009767Brian
MemberFor the single events dropdown this is the class I see:
chosen-container chosen-container-single
And this for the Events Settings:
select2-container select2-container-active select2-dropdown-open
We have both the Chosen and Select2 libraries. Not sure why we do not use just one.
However, since your classes are different it could be the result of a conflict.
You mentioned disabling plugins, but can you run through our entire testing for conflicts guide and see if that finds an issue:
Let me know what you find out.
Thanks
Brian
MemberHello,
Unfortunately, I do not have any snippets for that.
There is no hook to directly get into our save process, but you could use hook:
save_post_tribe_eventsAnd hook in after the event saves.
Then check for this custom field:
_EventIcalSourceIf that is not blank you are on a iCal Imported Event and could then run a function to determine a category based on the title or content.
That is something to get started, but I am limited in supporting customizations beyond getting you started, but I can try to answer a couple questions.
Thanks
Brian
MemberHi,
We add a custom field for the iCal Importer:*
_EventIcalSource
That is the only difference. So not sure how there widget works and why it does not pick up the event.
Let me know what you find out.
Thanks
*revised this message after looking at the coding.
September 29, 2015 at 7:38 am in reply to: Chosen styling and functionality not working after WooCommerce Update #1009664Brian
MemberHi,
Sorry for the issues you are having. I can help out.
I was not able to reproduce the error on my site with the same plugins active.
Are you able to check in the Console Inspector of your browser when on that page to see if there are errors in it that might be causing this?
Let me know and we can go from here.
Thanks
Brian
MemberHi,
I am limited in supporting customizations like this, but try adding this to the snippet to see if this stops it from running:
Before this:
$query->query_vars['eventDisplay'] == 'list'Add this
! is_singular( 'tribe_events' ) &&Not sure if that will work, but it is worth a shot.
Let me know if that helps.
THanks
Brian
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
MemberHi,
Glad you found a solution.
I wonder if the menu order was set by the Custom Post Order Plugin and was not being removed for some reason.
That should work for you, but it would prevent the Sticky in Month View from working I believe.
I will be on the look out for others having this issue.
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 at a loss too.
And I am not able to reproduce and not getting any other reports of this issue.
When you ran through the testing for conflicts before with the times not showing correctly in the tooltips did you check if it reordered the events?
What if you delete the post order plugin then recreate an event does it order correctly then?
Do you have the Month View Cache on here?
Events > Settings > Display > “Enable the Month View Cache”
Does toggling that setting change anything?
Brian
MemberI am glad to see you were able to find it.
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
MemberOk for Pro you should be good on the translation file export name.
We are trying to figure out The Events Calendar and if it can be changed or not.
Thanks
Brian
MemberHi Again,
You can only assign one category to an import. So if you would like to assign multiple categories you would want to break the import up by the category and import them that way.
If you would like a more robust category assigning feature, I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can try to help out, but I am limited in support 3rd party coding.
I do not know how the Next Event Shortcut Works, is it widget on the front end?
How does an event normally get put in there?
Let me know and I can try to help out.
Thanks
-
AuthorPosts
