Forum Replies Created
-
AuthorPosts
-
Casey
ParticipantKaren,
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.
Casey
ParticipantThanks 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.
Casey
ParticipantMediamatix,
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/yoXI’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.
Casey
ParticipantUnfortunately not. You might try looking at the offending plugin’s CSS and just make the opposite changes. Hope that helps!
Casey
ParticipantKaren,
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!Casey
ParticipantThanks 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.
Casey
ParticipantThat’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!
Casey
ParticipantYou 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!
Casey
ParticipantAlso, here’s a link to the code that was produced by following the tutorial: http://d.pr/f/FCFP
Casey
ParticipantElmalak,
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!
Casey
ParticipantAnthony,
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!
Casey
ParticipantYorkshiretots – 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!
Casey
ParticipantThat’s fine Karen. Just email it to pro (at) tri.be and make sure to put ATTN: Casey. Thanks!
Casey
ParticipantKaren – 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!
Casey
ParticipantMediamatix,
Would you mind creating a new thread for that issue in the PRO forum to make sure someone follows up with you? Thanks! -
AuthorPosts
