Brian

Forum Replies Created

Viewing 15 posts - 4,501 through 4,515 (of 11,256 total)
  • Author
    Posts
  • in reply to: The Events Calendar Category Colors didn't work – why? #995502
    Brian
    Member

    Hi,

    We do not support the The Events Calendar Category Colors plugin as we did not create it.

    Please address all your support questions here:

    The Events Calendar: Category Colors

    Thanks

    in reply to: No events showing #995493
    Brian
    Member

    Hi,

    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

    in reply to: Call Custom Event Taxonomies in List View? #995448
    Brian
    Member

    Ok 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

    in reply to: Weird thing with location input #995445
    Brian
    Member

    Hi,

    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

    in reply to: Trouble Finding .php files in 3.11 update #995441
    Brian
    Member

    Hi,

    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

    in reply to: Allow only one ticket EDD – CSS hack. #995440
    Brian
    Member

    Hi 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

    in reply to: Queries being overridden by pre_get_posts #995439
    Brian
    Member

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

    in reply to: Checkout Event Date #995436
    Brian
    Member

    Hi,

    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

    in reply to: Hiding events list by default in Pro Calendar widget #995434
    Brian
    Member

    Hi,

    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

    in reply to: Translations in Greek for Community Events #995430
    Brian
    Member

    Ok I added that file to Community Events.

    Also, we only need the .po file. You do not need to send anything else.

    Thanks

    in reply to: No events showing #995414
    Brian
    Member

    Hi,

    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.

    in reply to: Custom code on Events Calendar 3.11.2 #995413
    Brian
    Member

    You’re Welcome.

    in reply to: WooTickets combined with WooCommerce Order Barcode #995412
    Brian
    Member

    Hi,

    We did have pdf tickets as a feature, but it was removed in late 2013.

    in reply to: Translations in Greek for Community Events #995410
    Brian
    Member

    Hi,

    In the translation forum I cannot troubleshoot issues, but if you bring the issue to WordPress.org we can help out on that forum:

    The Events Calendar

    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

    Brian
    Member

    Hi,

    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

Viewing 15 posts - 4,501 through 4,515 (of 11,256 total)