Forum Replies Created
-
AuthorPosts
-
November 24, 2015 at 5:36 pm in reply to: Warning when Organizer Email Required snippet is used #1030446
Brian
MemberGreat, 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!
Brian
MemberHi,
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:
If you have caching I would make sure that is reset to make sure the changes are showing.
Thanks
November 24, 2015 at 1:56 pm in reply to: Follow Up: Widget calendar listing events with no result #1030395Brian
MemberHi,
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
November 24, 2015 at 1:47 pm in reply to: Is it possible to create project management with Events Calendar #1030393Brian
MemberHi,
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
Brian
MemberHi,
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
Brian
MemberHi 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.
Brian
MemberHi,
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
November 24, 2015 at 1:25 pm in reply to: Does Events Calendar Pro support user submission? #1030374Brian
MemberHi,
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:
Thanks
November 24, 2015 at 12:35 pm in reply to: Warning when Organizer Email Required snippet is used #1030352Brian
MemberHi,
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
Brian
MemberHi,
This is a duplicate of this posting so we will help you there:
Thanks
Brian
MemberHi,
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
November 24, 2015 at 11:25 am in reply to: Disabling Location Selection, or choosing a Default Location #1030329Brian
MemberGreat, 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!
November 24, 2015 at 11:24 am in reply to: WooTickets plugin causing http error uploading images to site #1030328Brian
MemberHi,
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
Brian
MemberHi,
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.
Brian
MemberI 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!
-
AuthorPosts
