Brian

Forum Replies Created

Viewing 15 posts - 2,776 through 2,790 (of 11,256 total)
  • Author
    Posts
  • in reply to: Warning when Organizer Email Required snippet is used #1030446
    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: Start date in events calendar widget #1030402
    Brian
    Member

    Hi,

    I copied the coding from the pastebin and it worked for me.

    So I am not sure what the issue is on your site. Putting it in the Child Theme is the correct location too.

    I do not have any other steps to take from my end unfortunately and we are unable to access to add coding to a customer site per our terms and conditions.

    You could try adding the coding and going through the testing for conflicts guide and see if that finds an issue that is causing this to not work:

    Testing Conflicts With Themes and Other Plugins

    If you have caching I would make sure that is reset to make sure the changes are showing.

    Thanks

    in reply to: Follow Up: Widget calendar listing events with no result #1030395
    Brian
    Member

    Hi,

    We have not release out to resolve this, but our 4.0 release has a patch for this.

    We are finishing up testing on it and we hope to have it out in early December.

    If you need the fix right away you could try out the Release Candidates on a staging site first and if everything looks good then on a live site, by signing up for the beta program:

    http://betas.theeventscalendar.com/

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hi,

    Thanks for the interest in our plugins.

    We do not have any features to do as you ask. You could do it with a customization, but that is beyond the support we can provide.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: WP Theme Compatibility Question #1030392
    Brian
    Member

    Hi,

    Thanks for the interest with our plugins.

    We are not sure if the plugins will work with that theme.

    There is a good chance it will, but we cannot say for sure.

    We do not have shortcodes for the main views of Month, List, Map, etc those are generated as archives by the plugin so that can create conflicts.

    You can test our the Events Calendar with the core version found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/

    If that works then Pro should work as Pro add ons and The Events Calendar.

    Cheers

    in reply to: Reset Filter for Specific Filters #1030391
    Brian
    Member

    Hi Again,

    Thanks for using our plugins.

    We do not have a feature to do a custom reset per area. It would be possible with some custom scripts, but we do not have any coding to help with that unfortunately.

    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/

    in reply to: Start date in events calendar widget #1030379
    Brian
    Member

    Hi,

    I am not able to read the php coding that way.

    You can post the contents of the file in http://pastebin.com/

    And then share the link and I could see what is there that way.

    Thanks

    in reply to: Does Events Calendar Pro support user submission? #1030374
    Brian
    Member

    Hi,

    There is no limit nor is there a feature to add a limit.

    I would encourage you to check out our new user primer which gives a run down of all the features and how to set them up:

    New User Primer: Community Events

    Thanks

    in reply to: Warning when Organizer Email Required snippet is used #1030352
    Brian
    Member

    Hi,

    This is not an official feature so I am limited in supporting it and it may not work in all cases.

    I found this coding gets rid of the warnings and notices:

    add_filter( ‘tribe_events_community_required_fields’, ‘tribe_ommunity_required_fields_org_email’, 10, 1 );

    function tribe_ommunity_required_fields_org_email( $fields ) {
    if ( isset ( $_POST ) && isset( $_POST[‘organizer’] ) ) {

    $required__field_id = $_POST[‘organizer’][‘OrganizerID’];

    if ( is_array( $required__field_id ) ) {

    $i = 0;

    foreach ( $required__field_id as $organizer_id ) {

    if ( $organizer_id > 0 ) {
    $i++;
    } elseif ( empty( $_POST[‘organizer’][‘Email’][$i] ) ) {
    $fields[] = ‘Organizer Email’;
    $i++;
    }
    }

    }
    } elseif ( isset ( $_POST ) && ! isset( $_POST[‘organizer’] ) ) {
    $fields[] = ‘Organizer’;
    }

    return $fields;
    }

    It should also now account for the existing Organizers and work for them.

    Let me know how that works out.

    Thanks

    in reply to: Recurring Event Occurrences List #1030337
    Brian
    Member

    Hi,

    This is a duplicate of this posting so we will help you there:

    Recurring Event Occurrences List

    Thanks

    in reply to: JS Error in Month View #1030331
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help out here, but I am not able to support 3rd party coding.

    The plugin does not reply on any files from your theme, but if your theme is loading bootstrap date picker. I would recommend turning it off for the event pages.

    We have these conditionals that you could use to turn that script off there:

    https://gist.github.com/jesseeproductions/903f5ca75877b713c674

    I can try to help out so more here, so let me know if you have some questions.

    Thanks

    in reply to: Disabling Location Selection, or choosing a Default Location #1030329
    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: WooTickets plugin causing http error uploading images to site #1030328
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help troubleshoot this with you, but we are limited in supporting 3rd party coding.

    The license is only needed for updates so it does not matter if active or not the plugin will work.

    I can try to help narrow down the cause of the conflict to the exact coding, but I am not going to be able to provide a fix if it is in the theme.

    Please setup WordPress Debug to see what errors are showing when you try to recreate the issue a couple times in this file: /wp-content/debug.log

    Let me know what you find out.

    Thanks

    in reply to: Start date in events calendar widget #1030322
    Brian
    Member

    Hi,

    I loaded into my test site and it worked for me.

    It could be you included two opening <?php tags…

    Or it could be bad formatting.

    I do not have a way to really troubleshoot that, but I can try to help out.

    in reply to: Recurring events doesn't show in Calendar Pro #1030315
    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!

Viewing 15 posts - 2,776 through 2,790 (of 11,256 total)