Brian

Forum Replies Created

Viewing 15 posts - 2,671 through 2,685 (of 11,256 total)
  • Author
    Posts
  • in reply to: Reset Filter for Specific Filters #1032763
    Brian
    Member

    Hi,

    I do not have information to give on this.

    I found this link that might help:

    http://stackoverflow.com/a/7881255

    Otherwise I do not have anything else for customizations such as this.

    in reply to: Google calendar update existing record problem #1032761
    Brian
    Member

    Hi,

    I can do that.

    I am going to close this ticket to new replies, but the issue is still open and we will update this ticket once we release a fix. It will not be part of 4.0 as that is about to launch, I am pushing to get it included in 4.0.1, which will be out shortly after that, but I do not know for sure.

    If you have any new questions or issues please create a new ticket and reference this one.

    Thanks

    in reply to: Calendar doesn't show link to next month after December 2015 #1032759
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

    in reply to: css of event text in calendar view #1032758
    Brian
    Member

    Hi,

    I am not sure they will be able to add it as they might have to redesign their theme to do it.

    Our feature only works in the main query is setup like any of the WordPress Codex themes.

    You or the developer might be better off creating a custom loop using our custom post type: tribe_events

    Cheers

    Brian
    Member

    Hi,

    Sorry for the issues you are having on this and thanks for providing so much information on the issue.

    I was able to reproduce the issue as well.

    I have created a high priority ticket for us to look into this and fix it.

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hi Again,

    Thanks for providing information on this issue as well.

    I was able to reproduce this issue as well.

    I do not have a work around right now, but bringing this to the developers to see what we can do.

    I will update this ticket once I have more information.

    Thanks

    in reply to: Community Events User Submissions and Category Selection #1032545
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    I can help out here.

    You can remove the section or add instructions to the section by following our themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    With the guide you want to move and edit this template in your theme:

    plugins/the-events-calendar-community-events/src/views/community/modules/taxonomy.php

    Moved here:

    yourtheme/tribe-events/community/modules/taxonomy.php

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Calendar, Events, Ticket Purchases and Event Submission #1032341
    Brian
    Member

    This reply is private.

    in reply to: Calendar, Events, Ticket Purchases and Event Submission #1032340
    Brian
    Member

    Hi Nick,

    Thanks for the interest in our plugins.

    We do not have an All and One Solution.

    The core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/ is the base for everything and all plugins only require that.

    Pro has more feature for display of events and features such as recurring Events.

    https://theeventscalendar.com/product/wordpress-events-calendar-pro/

    For tickets with have our ticketing plugins:

    https://theeventscalendar.com/tickets/

    And for Front End Event Submissions we have Community Events:

    https://theeventscalendar.com/product/wordpress-community-events/

    Those are all separate plugins to purchase.

    At this time we do not have any bundle deals at this time, but we do have a Black Friday Sale Ending today with coupons for that.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Updating existing events + Event duplicates #1032324
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    We have been spending time with our families for Thanksgiving and getting back to support today.

    I am not seeing the duplicate issue in any of my test sites so I am not sure if it was a one time case with you or a bug in general. If you have a ical feed link I can try it out and see what it does in my sites.

    As for the updating content it appears this is still a bug as I am even finding it in the new release so that is not resolved.

    As a way around this you could add this snippet:

    /*
    * Prevents iCal importer from saving a copy of "deleted" events
    * This means when you rerun an import, it will reimport any events you previously deleted
    */
    function tribe_ical_dont_save_deleted () {
    $ical_importer = Tribe__Events__Ical_Importer__Main::instance();
    remove_action( 'before_delete_post', array( $ical_importer, 'deletedEventSave' ) );
    }
    add_action( 'wp_loaded', 'tribe_ical_dont_save_deleted' );

    That will prevent events from being “saved” even after deleted so they will not import again.

    Once that snippet is in place you could delete the events that you want to update and that will then enable them to be reimported.

    That is not a great solution, but it is a work around.

    I have created a bug ticket for us to resolve this issue as well.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Google calendar update existing record problem #1032323
    Brian
    Member

    Hi,

    I have done testing in a couple sites and it appears to be a bug here.

    As a way around this you could add this snippet:

    /*
    * Prevents iCal importer from saving a copy of "deleted" events
    * This means when you rerun an import, it will reimport any events you previously deleted
    */
    function tribe_ical_dont_save_deleted () {
    $ical_importer = Tribe__Events__Ical_Importer__Main::instance();
    remove_action( 'before_delete_post', array( $ical_importer, 'deletedEventSave' ) );
    }
    add_action( 'wp_loaded', 'tribe_ical_dont_save_deleted' );

    That will prevent events from being “saved” even after deleted so they will not import again.

    Once that snippet is in place you could delete the events that you want to update and that will then enable them to be reimported.

    That is not a great solution, but it is a work around.

    I have created a bug ticket for us to resolve this issue as well.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Capitalize Event Titles #1032320
    Brian
    Member

    Hi,

    You can edit all the Event Templates in your theme following our themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    You can change the event titles there for the single events and the views you would like.

    in reply to: Event Details, & Google Map Not Showing on Event Page #1032319
    Brian
    Member

    I am glad to see you were able to figure it out.

    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: How to always display the year for an event? #1032318
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

    in reply to: other platforms #1032213
    Brian
    Member

    Hi,

    Unfortunately, The Events Calendar only works with WordPress.

    If you think that is something you would like as a 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/

    Cheers

Viewing 15 posts - 2,671 through 2,685 (of 11,256 total)