Casey

Forum Replies Created

Viewing 15 posts - 2,896 through 2,910 (of 3,499 total)
  • Author
    Posts
  • in reply to: Sigh.. update broke Community events #68999
    Casey
    Participant

    Karen,
    Yeah, try removing that code or commenting it out if you need to re-add it later.

    After doing that, I would recommend upgrading all your plugins to 3.1 and see if the issue is gone after that.

    in reply to: Set organizer to current logged-in WP user #68984
    Casey
    Participant

    Thanks for confirming that this got you sorted. Since it seems like you’ve got what you need, I’m going to mark this thread “Answered” and close it out.

    We really appreciate your support and please let us know if you need anything else in the future. If you find yourself with a few minutes and would be so kind as to give us a “Works” rating or a positive star voting on the WordPress.org repo (http://wordpress.org/extend/plugins/the-events-calendar/), or even a shoutout to your followers on Facebook or Twitter, it would mean a lot to us. Thanks again for using the plugin.

    in reply to: Hide Country, State and Postal Code #68968
    Casey
    Participant

    Mediamatix,
    When a user selects a different country, the states dropdown should be hidden, like I’m seeing in my environment here: http://d.pr/i/yoX

    I’m seeing some javascript errors when viewing your page (http://d.pr/i/CPd7), which is causing some of these issues. Have you tried deactivating all other plugins, and then reactivating one by one to see if there’s a plugin that has conflicting javascript?

    Give that a try and let me know if you’re able to determine what’s causing those JavaScript Errors.

    in reply to: Venue and Organizer Drop Down Field Open #68966
    Casey
    Participant

    Unfortunately not. You might try looking at the offending plugin’s CSS and just make the opposite changes. Hope that helps!

    in reply to: Sigh.. update broke Community events #68964
    Casey
    Participant

    Karen,
    You must be running 3.1 for ALL plugins to work correctly together. Please update PRO and Community both to 3.1 and let me know if your issue persists. Thanks!

    in reply to: Updated and now no community event submission form #68961
    Casey
    Participant

    Thanks for confirming that this got you sorted. Since it looks like this solved your issue, I’m going to mark this thread “Answered” and close it out.

    We really appreciate your support and please let us know if you need anything else in the future. If you find yourself with a few minutes and would be so kind as to give us a “Works” rating or a positive star voting on the WordPress.org repo (http://wordpress.org/extend/plugins/the-events-calendar/), or even a shoutout to your followers on Facebook or Twitter, it would mean a lot to us. Thanks again for using the plugin.

    in reply to: Loading Visual editor in Add Event screen #68960
    Casey
    Participant

    That’s understandable, but I was able to follow that tutorial above and add custom buttons to the visual editor with no issues, which shows me that Community Events is able to display custom Visual Editor buttons on the front-end with no issues.

    It’s possible those plugins/theme have some conditional code that is preventing the buttons from displaying on the front-end.

    As this sounds like more advanced custom functionality, that’s unfortunately all the support I’ll be able to provide. I would suggest following that tutorial that I provided and attempting to add the buttons that way. Good luck!

    in reply to: Venue and Organizer Drop Down Field Open #68959
    Casey
    Participant

    You should be able to target specific rules in your CSS by using the ‘.tribe_community_edit’ class that is added to the body tag.

    For example, something like this should override the other plugin’s styles:


    .tribe_community_edit .chzn-container-single .chzn-single {
    color:#FF0000 !important;
    }

    If you don’t want to add custom CSS to your theme’s stylesheet, you can add your custom CSS by pasting the following into your theme’s functions.php file: https://gist.github.com/ckpicker/6809345

    This will only output your custom CSS on Community Events pages.

    Hopefully that helps to get you started in the right direction. Thanks!

    in reply to: Loading Visual editor in Add Event screen #68951
    Casey
    Participant

    Also, here’s a link to the code that was produced by following the tutorial: http://d.pr/f/FCFP

    in reply to: Loading Visual editor in Add Event screen #68950
    Casey
    Participant

    Elmalak,
    After talking with our developers, they pointed me to this tutorial for adding buttons to the WP editor: http://wp.tutsplus.com/tutorials/theme-development/guide-to-creating-your-own-wordpress-editor-buttons/

    After following the tutorial, I was able to add buttons to the Community Front-end editor with no problems. It’s possible that the plugin you’re using isn’t following best practices in this regard, which is why the button isn’t displaying on your Community form.

    Hopefully this gets you pointed in the right direction. Thanks!

    in reply to: Form Customization #68949
    Casey
    Participant

    Anthony,
    These instructions should get you pointed in the right direction to making the description field optional (Warning: this includes making modifications to the plugin, which we don’t recommend. After making these changes, any updates to plugin will overwrite your modifications):

    1. You would need to change edit-event.php, line 43, so it doesn’t display an error

    2. You would need to hack tribe-community-events.class.php, in the TribeCommunityEvents::doEventForm() function. Remove the “!empty( $_POST[ ‘post_content’ ] )” from the if clause it checks before saving the event

    3. Later in the same function, remove the “empty( $_POST[ ‘post_content’ ] )” in the if clause around the error messages

    Hope that helps. Good luck!

    in reply to: Updated and now no community event submission form #68874
    Casey
    Participant

    Yorkshiretots – can tell me what your ‘Community Rewrite Slug’ is set to? Go to ‘Events->Settings->Community’ and look here: http://d.pr/i/GZod

    If that is set to ‘community’ then go to your WordPress Permalink settings (Settings->Permalinks) and click ‘Save Changes’ to reset your permalinks.

    Give that a try and let me know what you find. Thanks!

    in reply to: Sigh.. update broke Community events #68872
    Casey
    Participant

    That’s fine Karen. Just email it to pro (at) tri.be and make sure to put ATTN: Casey. Thanks!

    in reply to: Sigh.. update broke Community events #68853
    Casey
    Participant

    Karen – That’s strange. I’m able to read them fine. Can you send me a private reply with a WordPress login to your site so I can take a closer look? Thanks!

    in reply to: Sigh.. update broke Community events #68774
    Casey
    Participant

    Mediamatix,
    Would you mind creating a new thread for that issue in the PRO forum to make sure someone follows up with you? Thanks!

Viewing 15 posts - 2,896 through 2,910 (of 3,499 total)