Casey

Forum Replies Created

Viewing 15 posts - 2,626 through 2,640 (of 3,499 total)
  • Author
    Posts
  • in reply to: Need help! Change Date Format #90218
    Casey
    Participant

    jmbalsa,
    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,
    Casey

    in reply to: Organizer/Venue links on My Events list bug? #90124
    Casey
    Participant

    Sean,
    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-

    Casey
    Participant

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

    in reply to: Add Tags to Submit an Event Form #89661
    Casey
    Participant

    Sean,
    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-

    in reply to: Broken Color Category URL in Documentation #89545
    Casey
    Participant

    Randall,
    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-

    in reply to: hidden description field #89528
    Casey
    Participant

    whou1001,
    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-

    in reply to: Need help! Change Date Format #89514
    Casey
    Participant

    Tom,
    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:

    http://pastebin.com/FRG558N0

    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,
    Casey

    in reply to: 900+ Anonymous Users in 5 Hours #89508
    Casey
    Participant

    markappeal,
    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 ?

    in reply to: Saved Venue and Organizers disapear #89447
    Casey
    Participant

    Dimitris,
    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!

    in reply to: Add Tags to Submit an Event Form #89378
    Casey
    Participant

    Sean,
    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-

    in reply to: Front-end event editing breaks my map shortcode #89360
    Casey
    Participant

    Elmalak,
    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-

    Casey
    Participant

    Sean,
    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-

    Casey
    Participant

    Marcus,
    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!

    in reply to: Weird formatting on titles #88449
    Casey
    Participant

    comhlamh,
    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-

    Casey
    Participant

    Sean,
    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-

Viewing 15 posts - 2,626 through 2,640 (of 3,499 total)