Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Scott,
That’s strange. Have you looked at your Venues/Organizers via Events > Venues and Events > Organizers to verify you only have one of each there?
May 7, 2012 at 11:11 am in reply to: Hiding display of Categories and Upload Photos sections of the form #18768Jonah
ParticipantHi Robert,
Yes, you can easily achieve this. All you need to do is make a copy of /wp-content/plugins/the-events-calendar-community-events/views/event-form.php and place in an ‘events/community’ folder in your theme and then remove the blocks for categories (lines 44-58) and the upload photo block (lines 63-89).
That should do it but let me know if you need anything else.
Cheers,
JonahJonah
ParticipantHi Ken,
This will be fixed in an upcoming version but for now try adding this to your functions.php file:
/* Check for and add theme support for post-thumbnails */
if ( function_exists('add_theme_support') )
add_theme_support('post-thumbnails');
May 7, 2012 at 10:55 am in reply to: WordPress installed in subdirectory, default "events" slug page shows Index / pa #18764Jonah
ParticipantHi James, ok I see the issue now and don’t have any ideas for a fix. I’m going to create a ticket for our developers to take a look at this because it does look like it could be a bug.
It looks like you’ve gor everything functioning correctly though correct?
Thanks,
JonahJonah
ParticipantHi Brian,
We don’t have a filter for this now but I’ve just created an issue to be able to do this in a future version. For now the easiest way to do it is to hide the options via CSS like so:
#event-categories #tribe_events_cat-24,
#event-categories #tribe_events_cat-31 {
display: none;
}
Replace the numbers with the id’s of the categories you want to hide. You can add this to your themes style.css file or the Community plugin’s CSS by making a copy of /wp-content/plugins/the-events-calendar-community-events/resources/tribe-events-community.css and placing in an ‘events/community’ folder within your theme.
I hope that helps!
Jonah
ParticipantHi ngaire,
Your theme is applying styles to the category list (and other elements on the page) so you will need to override these either in your themes style.css file or the /wp-content/plugins/the-events-calendar-community-events/resources/tribe-events-community.css file (if you want to modify this file please first make a copy and place in an ‘events/community’ folder in your theme).
I hope that helps,
JonahJonah
ParticipantHi John,
Glad you were able to root out the problem plugin and hopefully we or the other plugin can author can resolve this conflict in the future. Thanks for troubleshooting this and following up in the thread. Let me know if you need anything else with this.
Cheers,
JonahMay 7, 2012 at 9:22 am in reply to: Error while updating events calendar pro to version 2.0.6 #18754Jonah
ParticipantHmmm, ok. Well the next thing to try is to manually deactivate all other plugins by appending ‘OLD’ or something else to each plugin folder in your plugins directory. This will deactivate each one and then you can try and rule out a potential plugin conflict. After you append ‘OLD’ to each plugin, then remove ‘OLD’ and try reactivating the plugins one by one and see which one might trigger the error. Let me know how that goes.
Jonah
ParticipantHi Andy,
That’s most awesome, thank you so much! I’m going to create a short blog post hopefully sometime this week highlighting the plugin you wrote 🙂
Thanks again,
JonahJonah
ParticipantHi AJ,
Unfortunately this is a bug that we have no solution for at the moment. It’s a particular conflict with certain themes. The only thing I can say is that it will be fixed in the future version but I have no ETA of when that will be. Sorry I can’t offer more here.
Jonah
ParticipantHi John, the devs are working on a fix. Keep an eye out for an update soon!
Jonah
ParticipantHi Karen,
Yes, I think I’m answering your question correctly… All community submitted events show up in your main calendar on the same “page”. Does that answer your question?
May 4, 2012 at 4:21 pm in reply to: Error while updating events calendar pro to version 2.0.6 #18723Jonah
ParticipantSounds good Marc, please let us know the outcome.
Cheers,
JonahJonah
ParticipantHi Andy,
This is excellent! Thank you so much! While I can’t guarantee it will get incorporated, it is none the less a great addition. I have an improvement though that doesn’t require modifying the core files by filtering the $item array like so:
https://gist.github.com/2597140
Just pop that in your functions.php file, create the “Alert” custom field in Settings > The Events Calendar and add the alert times within your event that you want to have an alert.
Credit for this goes to one of our developers, Joey Kudish and of course you Andy, for coming up with the idea in the first place.
I hope you find this useful!
Cheers,
JonahMay 4, 2012 at 1:23 pm in reply to: Error while updating events calendar pro to version 2.0.6 #18717Jonah
ParticipantHi Marc,
It sounds like you might have a corrupted WordPress installation. Please try re-copying over all the core WP files (everything but the wp-content folder) to see if that helps.
Cheers,
Jonah -
AuthorPosts
