Forum Replies Created
-
AuthorPosts
-
Casey
Participantjmbalsa,
Would you mind creating a new thread for your issue so we can track it separately? Thanks!Tom,
Thanks for confirming that this got you sorted out. Since it looks like you’re all set here, I’m going to mark this thread “Answered” and close it out.By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5
Thanks in advance. 🙂
Cheers,
CaseyCasey
ParticipantSean,
Hello again! Hopefully we can figure out what’s going on here. Can you send me a Private Reply with a link/login to your Event Submission page so I can investigate further? Thanks!-Casey-
January 9, 2014 at 4:22 pm in reply to: How to make certain fields required on Submit an Event form? #89663Casey
ParticipantGreat! Glad to hear it! Since you’re all set, I’m going to go ahead and close out this thread, but feel free to start a new thread if you have further issues.
Thanks for being a customer!
-Casey-
Casey
ParticipantSean,
Happy to help!If I were attempting something like this, then I would perform a template override (instructions) to display the appropriate checkboxes on my event submission page.
Then, I would use the ‘tribe_events_community_allowed_event_fields’ filter and add my newly created field to that array (here are the existing fields found in tribe-community-events-submission-scrubber.php: http://screencloud.net/v/rtyF).
Then you’d probably need to create a conditional filter on ‘wp_insert_post_data‘ to capture the newly submitted values and associate them with the Event Post Type.
Again, I’ve never attempted this and it’s a pretty big addition, so take these tips with a grain of salt. 🙂
Good luck!
-Casey-
Casey
ParticipantRandall,
Good catch! That’s an out-dated documentation page for the 2.X version of the plugin, and we’ll update the readme to point to the current documentation. If you’re looking to add some color to your Event Categories, then take a look at this plugin: http://wordpress.org/plugins/the-events-calendar-category-colors/Give that a shot and let me know if you have further questions.
Thanks for being a customer!
-Casey-
Casey
Participantwhou1001,
Thanks for reaching out, and so sorry to hear that you’re experiencing issues with the add-on. It looks like this is an issue with another plugin, or possibly the theme that you’re using, since it’s marking the textarea field as hidden. Try putting this CSS into your theme’s stylesheet and let me know if it does the trick:
#tcepostcontent {
visibility:visible !important;
}
I’m also seeing several javascript errors on your Event Submission page (screenshot). If the CSS above doesn’t resolve your issue, you might try deactivating your other plugins and then reactivating one-by-one to see if there’s a conflict somewhere.
Give those solutions a try and let me know if it fixes the problem. Thanks again!
-Casey-
Casey
ParticipantTom,
Yes, I see the issue you’re talking about, and I’m hoping we can definitely help you out here. Try pasting the following code snippet into your theme’s functions.php file:After doing that, your WordPress date settings should be working correctly throughout the site.
Again, so sorry for the inconvenience, but give that a shot and let me know if it resolves the issue.
Cheers,
CaseyCasey
Participantmarkappeal,
So sorry to hear about that! Hopefully I can help you out. Did you disable user registration on your site by going into ‘Settings’ and unchecking this box: http://screencloud.net/v/pk3W ?Casey
ParticipantDimitris,
Can you answer my request above so we can keep troubleshooting this? If we don’t hear from you in the next couple of days, we’ll have to close this one out. Thanks!Casey
ParticipantSean,
This would be quite an in-depth customization that I’m not even sure is possible without hacking the plugin’s core code. If you would feel comfortable doing that, I could give you a broad direction that would get you started, but we can’t unfortunately provide you with any in-depth support on this, since it falls outside the scope of support.Just let me know if that would be helpful and I’ll be glad to elaborate a bit.
Thanks!
-Casey-
Casey
ParticipantElmalak,
You’ll have to override these functions by creating new ones in your theme’s functions.php file and then calling them from edit-event.php instead of ‘tribe_community_events_form_content.’Hopefully that gets you started in the right direction. Good luck!
-Casey-
January 9, 2014 at 9:29 am in reply to: How to make certain fields required on Submit an Event form? #89358Casey
ParticipantSean,
One of our developers shared this with me:You can now filter on ‘tribe_events_community_required_fields’ to add/remove required fields. This only affects validation, so you’ll also need to override templates so that those fields display as required, and use the tribe_events_community_submission_error_message filter to set appropriate error messages for your fields.
Look at the docs here to see the function where it’s being used.
If you don’t feel comfortable coding this custom functionality, then I would just suggest that you make your voice heard by chiming in over on the UserVoice topic so we can include this functionality in a future release.
Thanks and let me know if you have further questions!
-Casey-
January 8, 2014 at 6:25 am in reply to: Advice on integrating Events Calendar Pro/Community Events into wider project #88459Casey
ParticipantMarcus,
Upon your suggestion, I’ll go ahead and close this thread out and you can continue the discussion on the previous thread you mentioned. Thanks!Casey
Participantcomhlamh,
Thanks for reaching out! Hopefully I can help you out here. This styling is coming from your theme, but you should be able to override it by adding the following CSS to your theme’s stylesheet:
#tribe-community-events label {
float:none !important;
}
Give that a shot and let me know if it resolves the problem. Thanks!
-Casey-
January 8, 2014 at 6:00 am in reply to: How to make certain fields required on Submit an Event form? #88445Casey
ParticipantSean,
Thanks for reaching out! Unfortunately, there’s no easy way to do this without writing some custom code. If you don’t feel comfortable doing that, then I would suggest that you go vote for this feature request on our UserVoice page, so we can include this functionality in a future release.If you’d like to attempt to tackle this with some custom code, I’d be happy to get you pointed in the right direction to get started. Just let me know.
Thanks!
-Casey-
-
AuthorPosts
