Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHmmm, ok try this format: ‘2012-05-03 00:00:00’
Glad you got it working though 🙂
Jonah
ParticipantHi Lydia,
Yes, you’ll want to modify the existing files you have in the ‘events’ folder in your theme. The line numbers might be different if you’ve made changes to the file so you’ll want to look for these two lines and remove them: http://pastie.org/private/t0tyldx3qvhi4rsjmomc0q
Yes, same thing goes for the margin, make the change in the existing events.css file in the ‘events’ folder in your theme.
Jonah
ParticipantHi Karen,
I would highly recommend checking out the primer videos Rob put together on Community, in particular the 3rd video which should help you with your question: https://theeventscalendar.com/support/documentation/community-events-new-user-primer/
There is no actual main community events page, just the add and list pages which you can link to from anywhere (in your main nav menu or via page text).
You can have people submit events without logging in, you just need to enable this option in Settings > The Events Calendar > Community (“Allow anonymous submissions”).
I hope that answers your questions but let me know if you have any others.
Jonah
ParticipantHi Jesse,
I’ve compiled conditional wrappers for all the main event pages here: https://gist.github.com/2415009
I hope that helps!
Jonah
ParticipantHi Yorgos,
Unfortunately the rewriting at this point is pretty limited to what is included in the plugin. You may be able to hack some things but I know of no good solution for this. The only thing I can think of is to utilize some redirect plugin that will auto redirect certain URL strings for you. Have looked into that at all?
Jonah
ParticipantHey Yorgos, that’s awesome! There may have been some things in the 2.0.6 release that fixed this that were not included in the release notes, I’m not sure. Please let us know what you find in your testing 🙂
May 4, 2012 at 11:57 am in reply to: Error while updating events calendar pro to version 2.0.6 #18705Jonah
ParticipantHi Marc,
I’m not sure what exactly this could be… It could be another plugin that’s causing issues. Have you tried deactivating all other plugins to see if this resolves it?
Jonah
ParticipantHi Kathleen,
Yep, you can very easily change the background colors of the buttons. Just target the following in your CSS:
.tribe-events-button-off {
background: blue;
}.tribe-events-button-on {
background: red;
}
You can modify the /wp-content/plugins/the-events-calendar/resources/events.css file with the above code, but first make a copy and place in an ‘events’ folder in your theme. Then just set the background colors to be whatever you want.
I hope that helps!
Jonah
ParticipantDavid, in the custom feed template you’d be able to customize the feed so that event posts use the event date instead of the post date via our template tags. We wouldn’t change the actual post date because this should be kept separate from the event date.
Jonah
ParticipantHi Jesse, I’m not sure… I’ll ask one of the devs and get them to chime in here.
Cheers,
JonahJonah
ParticipantHi Simon, I think I’ve got a fix for you. Just add this to your themes functions.php file:
/* Check for and add theme support for post-thumbnails */
if ( function_exists('add_theme_support') )
add_theme_support('post-thumbnails');
The problem is, not all themes will have support for post-thumbnails added and we use this function in the plugin without checking to see if support is added first. We’ll be patching the plugin to check for this which will fix it without the need for adding anything to functions.php but this is a temporary fix.
Let me know whether or not that works.
Cheers,
JonahMay 4, 2012 at 10:44 am in reply to: Issues with incorrect dates in Drop Down Menu on Multisite #18697Jonah
ParticipantHi Matt, great to hear you finally got this worked out! Let us know if there’s anything else we can help with.
Cheers,
JonahJonah
ParticipantHi Kyle, you’re not running a beta of Community right? And, do you have the latest version the The Events Calendar and Pro installed (2.0.6)?
Jonah
ParticipantHi John, sorry to hear that didn’t work. The next thing I’d like you to try is to deactivate all other plugins to see if there is a conflict going on. We’ve tested the plugin in a mutli-site setup so I’m suspecting it might be a conflict.
Jonah
ParticipantYou’re welcome Youna!
-
AuthorPosts
