Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi guys,
We don’t currently have a filter for the category display in place (which would allow you more control over the category query) but there is a ticket to implement this feature in a future version. No guarantees of when that may be. For now, Jim’s solution will work but like he mentioned be advised that editing core plugin files is not recommended by us because the next time you update the plugin those changes will be wiped. My suggestion if you are making core changes is to use version control so you can view a history of what you changed or just make a backup and note of what you changed somewhere and be prepared to make the change every time you update.
Cheers,
JonahJonah
ParticipantHi John,
Thanks for the report. I personally tested the fix for this and it should be out soon!
– Jonah
Jonah
ParticipantHey Jim,
I appreciate your response but I can assure you that this is not an issue with our plugin. We test thoroughly in Twenty Eleven and this is not an issue for anyone here and has not been reported by anyone else on the forums running the Community Events plugin. I’m certain if the problems you are experiencing we’re happening for everyone else we would have heard about it weeks ago.
Since it doesn’t appear to be the theme any more, my first thought is that it’s another plugin doing this. Make sure you deactivate all other plugins and check it again. If that doesn’t do it, make sure you are running the latest version of WordPress, The Events Calendar, Events Calendar PRO and Community Events. If that doesn’t do it, try refreshing your permalinks by visiting Settings > Permalinks. Also make sure you clear your browser cache.
I hope that helps!
– Jonah
Jonah
ParticipantGlad that worked Meg!
Jonah
ParticipantSounds good Jeremy, glad that clarified things. I’ll keep an eye out for the other question.
Thanks,
JonahJune 5, 2012 at 2:48 pm in reply to: Events Calendar not displaying properly when no events are scheduled in month #20194Jonah
ParticipantHi Alexander,
Did the workaround address your other issue? Are we all set here? Looking at your site I don’t see any problems…
Cheers,
JonahJonah
ParticipantHi Meghan,
It could very well be the number of events you have. There’s not much else you can do besides maybe deleting some events, further site optimization, implement cacheing and wait for us to work on some performance improvements. We do have a few tickets out there regarding performance and know that these are very important but I cannot guarantee any implementation date.
Cheers,
JonahJonah
ParticipantHi Jael,
We have a tutorial on something like this here: https://theeventscalendar.com/coloring-your-category-events/
That should point you in the right direction. Good luck!
– Jonah
Jonah
ParticipantHi Charlie,
There’s no way to do it through our plugin but you could add some custom fields through another plugin like http://www.advancedcustomfields.com/
It’s possible we could add this feature in a future version and I would suggest you make a feature request for it @ https://theeventscalendar.com/support/forums/topic/events-calendar-pro-feature-requests/
Cheers,
JonahJonah
ParticipantHi Duncan,
Looks like a template/css issue. Have you tried changing the Events Template setting in Settings > The Events Calendar > Template?
Cheers,
JonahJonah
ParticipantHi Marcos,
I’m sorry but I cannot help you more with these customizations. You’ll need to either play around with things more or hire a developer to help you with it.
Cheers,
JonahJonah
ParticipantHi Carl,
The events list view is mainly controlled by /wp-content/plugins/the-events-calendar/views/list.php – if you make any changes, make sure you make a copy and place in an ‘events’ folder in your theme. But, to change the size of titles you don’t need to edit PHP files, you can just do this with CSS. To do that you can add something like the following to your themes style.css file:
.events_list .tribe_events .entry-title a {
font-size: 30px;
}
Change that to whatever you want it to be 🙂
I hope that helps but let me know if you have any questions.
Cheers,
JonahJonah
ParticipantHi Carrie,
Here are some things to try:
1. Are you running the latest version of WordPress.
2. Are you running the latest versions of our plugins (2.0.6)
3. Have you tried deactivating all other plugins to rule out a conflict?
4. Have you tried reverting to the Twenty Eleven theme to see if it’s something with your theme?
5. Try setting your permalinks to ‘postname’ in Settings > Permalinks
6. Try refreshing your permalinks by visiting Settings > Permalinks (it does it automatically)
7. Try increasing the PHP memory for your website: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/Let me know whether or not any of that helps.
Cheers,
JonahJonah
ParticipantHi Darnell,
However you registered the custom meta box, you’ll need to register it for the ‘tribe_events’ custom post type.
– Jonah
Jonah
ParticipantIn the above query, that’s pretty much how you’d do it where if($get_posts) is blank do something else…
-
AuthorPosts
