Brian

Forum Replies Created

Viewing 15 posts - 3,721 through 3,735 (of 11,256 total)
  • Author
    Posts
  • Brian
    Member

    If 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

    in reply to: How about an answer to my question in the forum? #1009781
    Brian
    Member

    Hi,

    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

    in reply to: Related events aren't filtering by category #1009778
    Brian
    Member

    Great 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
    Member

    For 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:

    Testing Conflicts With Themes and Other Plugins

    Let me know what you find out.

    Thanks

    in reply to: Import ICS : auto-category possible? #1009679
    Brian
    Member

    Hello,

    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_events

    And hook in after the event saves.

    Then check for this custom field:

    _EventIcalSource

    If 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

    in reply to: Imported event not showing in next event #1009668
    Brian
    Member

    Hi,

    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.

    Brian
    Member

    Hi,

    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

    in reply to: Related events aren't filtering by category #1009651
    Brian
    Member

    Hi,

    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

    in reply to: Photo view puzzle #1009647
    Brian
    Member

    Great 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

    in reply to: Month View Order and Times #1009646
    Brian
    Member

    Hi,

    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

    in reply to: Month View Order and Times #1009462
    Brian
    Member

    I 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?

    in reply to: Discounted price for charities? #1009455
    Brian
    Member

    I 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!

    in reply to: Wrong naming for exported .po/.mo-files #1009437
    Brian
    Member

    Ok 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

    in reply to: Import ICS : auto-category possible? #1009434
    Brian
    Member

    Hi 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.

    http://tribe.uservoice.com/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Imported event not showing in next event #1009431
    Brian
    Member

    Hi,

    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

Viewing 15 posts - 3,721 through 3,735 (of 11,256 total)