Forum Replies Created
-
AuthorPosts
-
September 25, 2013 at 1:22 pm in reply to: want to add introductory text to add event page #2 #67723
Casey
ParticipantCasey
ParticipantHappy to help! Just let me know if this does the trick for you.
Casey
ParticipantKyle,
This should do the trick for you. Just put this code in your functions.php file and make the appropriate modifications. Thanks!Casey
ParticipantThis reply is private.
Casey
ParticipantThat’s correct, but unfortunately it will not be compatible with TEC 2.0 so you’ll have to make sure to update all Tribe plugins to ensure compatibility.
Casey
ParticipantKyle,
I’m pretty sure that this isn’t currently possible with Community, but let me reach out to one of our developers and investigate further. Please stand by. Thanks!September 24, 2013 at 11:40 am in reply to: Remove date, author "posted in" from submission form page #67526Casey
ParticipantTrailheadcreative,
You could probably use some CSS to target these items and hide them. Try adding something like this to your stylesheet:
.tribe_community_edit .catItemDateCreated, .tribe_community_edit p.meta {
display:none !important;
}
Let me know if that does the trick!
Casey
ParticipantGould,
Unfortunately this is not possible in the current version of the add-on. In the next release (which is just days away!), Community will start using the same options that the Events Calendar is using in ‘Events->Settings->Display->Events Template’.However, there are two conditional tags that you can use if needed:
tribe_is_community_edit_event_page()
tribe_is_community_my_events_page()Hope that helps! Let me know if you have further questions.
Casey
ParticipantThanks for confirming that this got you sorted. Unless you disagree, 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
ParticipantYeah, it looks like your theme is doing some odd things with the width of checkboxes and dropdowns. You should be able to add this CSS rule to your stylesheet which will help things look considerably better:
.tribe_community_edit input[type=checkbox], .tribe_community_edit select {width:auto !important;}
Give that a shot and let me know if that helps. Thanks!
Casey
ParticipantThis reply is private.
Casey
ParticipantGould – can you try reverting to the Twenty Twelve theme and see if the form displays correctly? If so, then it looks like it’s an issue with your theme styling.
Give that a shot and let me know what you find. Thanks!
September 23, 2013 at 1:57 pm in reply to: Images don’t upload for Community Members-HTTP Error #67338Casey
ParticipantGreat! Thanks for confirming that this got you sorted. Unless you disagree, 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.
September 23, 2013 at 1:56 pm in reply to: Width of submission form + Removing category area on submission form #67337Casey
ParticipantCould you try activating the Twenty Twelve theme and see if the width issue still persists? If not, then the problem lies with the styling rules in your theme.
Regarding removing the ‘Categories’ section, you should be able to do this by adding the following code to your theme’s functions.php file: https://gist.github.com/ckpicker/6676847
Hope that helps!
Casey
ParticipantAnthony,
I hear Rob informed you of the new release, so while i can help you now, it’s all going to change when you update later this week. Do you feel comfortable waiting for the new release, at which point I can give you the instructions you’ll need for the new version?Just let me know. Thanks!
-
AuthorPosts
