Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Jason, it looks like you never ran the migration script when you updated the plugin from 1.6.5 to 2.0 – http://cl.ly/1e0a463j0Y0n0G3e0A46. I would suggest doing this first because there are probably settings and database stuff that hasn’t been properly migrated yet. Make sure to backup first and follow all the upgrade procedures outlined here: https://theeventscalendar.com/migrating-from-events-calendar-1-6-5-to-2-0
Let me know how that goes.
Jonah
ParticipantHey Steve, you’re right I don’t see private events when logged in as an admin and your modification works! I’m going to file a ticket for this and we’ll get it cleared up in a future version. Many thanks for your contribution!
Jonah
ParticipantHi Hamish, not quite sure what changed but you’re going to need to make some template changes. For some reason on single events, the content is wrapped in a ‘container’ div when it should just be wrapped in the ‘content’ with a ‘threefourths’ and ‘clearfix’ class… You should be able to fix it by applying the following rules to the ‘container’ div on single events:
.events-single #container {
float: left;
margin: 0;
width: 675px;
}Try that and let me know how it works.
Jonah
ParticipantHey Jason, would you mind providing me WP admin access to take a closer look? Please email to jonah [at] tri [dot] be
When you visit Settings > Permalinks it flushes them automatically so that didn’t work. Not sure what else could be the problem but it sounds like a theme/plugin conflict.
If you give me access I’ll see what I can see.
March 20, 2012 at 4:01 pm in reply to: Problem with integrating Post Categories and Tags from Tutuorial #16994Jonah
ParticipantHey Jason, this is out of my league so I’m going to consult another dev. No guarantees as we’re busily working on some releases and this may just be too complicated and more than we can provide support for. Stay tuned.
Jonah
ParticipantHi Demitri, you can exclude categories from your calendar like so. Paste this into your functions.php file: https://gist.github.com/2142161
Note: Change ‘2012’ to whatever the slug is of the event category you want to exclude. If you want to exclude more than one category see this: http://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_Parameters
This should only affect your calendar page and nothing else but you may need to modify the conditionals to get it to work right for you.
Jonah
ParticipantHi Steve,
I’m running 2.0.4 and just tested the default functionality of setting an event post as private and then logging out to see if it displayed on my site and it didn’t. So it appears to be working normally for me. I wonder if you have some conflict with another plugin or your theme? Have you tried disabling all other plugins and/or switching to the Twenty Eleven theme to rule out conflicts?
Jonah
ParticipantYeah it’s strange that those category pages are not working. They should out of the box and they do for me in my test site running 2.0.4. You do have the latest version of the plugin installed (both base and PRO) right? And, your event page slug is set to ‘trainings’ correct (this is set in Settings > The Events Calendar)?
Jonah
ParticipantHi Thomas, any override files for our plugin (like from the list you posted above) should ONLY be in an ‘events’ folder in your active theme. Part of the problem I saw initially was that you had old override files from a previous version of our plugin which needed to be updated either completely or carefully finding exactly what changed and implementing those changes. gridview-save.php and single-save.php are not files our plugin will use but they shouldn’t cause a problem. Not sure why your site went unavailable for 30 minutes after renaming the folder. This sounds like some other issue…
If you want to completely remove the plugin just delete the ‘events’ folder in your theme, delete both plugin folders and delete all posts where the post type is ‘tribe_events’, ‘tribe_organizer’ and ‘tribe_venue’. Database is tricky though. There are lots of other places where event related data could be that would be difficult to tell you how to remove.
Does that help?
March 20, 2012 at 3:17 pm in reply to: Problem with events beginning on or recurring on the last day of a month #16988Jonah
ParticipantHi Sean, it’d be helpful to take a look at your site. Can you email admin access to jonah [at] tri [dot] be and I’ll take a look ASAP?
Jonah
ParticipantHey Jacob, this is fixed in our upcoming 2.0.5 release which we plan on rolling out very soon! Stay tuned 🙂
Jonah
ParticipantHi Diane, I remember this coming up before and it’s totally a valid request but I remember another one of our devs saying the solution is fairly complex and would require a good amount of customization on our part. Unfortunately we just don’t have the resources to do a bunch of custom work for free so you’ll need to figure it out on your own, hire a developer or wait for us to implement some feature for it. One potential way to do it would be to customize one of our widgets or create your own and create two loops, one for recurring events where you limit the number displayed and another loop without recurring events at all…
Good luck!
Jonah
ParticipantHi Sheila, those category links should be working for you unless there’s a conflict somewhere. It could be a conflict with another plugin or with Headway. I know there have been other issues with getting our plugin to work with Headway… Have you tried disabling other plugins to try and find a conflict? Maybe also try flushing your permalinks by visiting Settings > Permalinks (they will be flushed just by visiting that settings page).
Another option is still creating specific pages for your categories and then creating custom loops for each category but this is more messy. Does Headway provide any options for custom loops on a page? Otherwise you’ll need to create the pages for each category you want and then plug in some custom event category loops conditionally for each page.
Let me know what you’d like to do or need help with.
Jonah
ParticipantHi Myriam, I believe what you’re looking for is in /wp-content/plugins/the-events-calendar/lib/the-events-calendar.class.php on line 25. Keep in mind though that any changes you make to this file will be lost the next you update and you’ll need to make the edit again.
Jonah
ParticipantHi AJ, I’m not seeing the issue you’re describing. I see the page title showing on the calendar page and individual events and venues. Did you resolve this? Also, I don’t see what you mean by the navigation being messed up, it looks fine to me in Chrome. Do you have some screenshots you can post or something like that to give me a better idea of what to look for?
-
AuthorPosts
