Jonah

Forum Replies Created

Viewing 15 posts - 3,376 through 3,390 (of 4,001 total)
  • Author
    Posts
  • in reply to: List view not displaying #17033
    Jonah
    Participant

    Hi 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.

    in reply to: Enabling Private Events #17031
    Jonah
    Participant

    Hey 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!

    in reply to: Huge problem, need help right away. #17030
    Jonah
    Participant

    Hi 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.

    in reply to: List view not displaying #16998
    Jonah
    Participant

    Hey 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.

    Jonah
    Participant

    Hey 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.

    in reply to: Gridview Based On Category #16993
    Jonah
    Participant

    Hi 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.

    in reply to: Enabling Private Events #16992
    Jonah
    Participant

    Hi 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?

    in reply to: Upcoming List by Category & Summary on List only #16991
    Jonah
    Participant

    Yeah 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)?

    in reply to: Too many versions for WordPress, I think. #16990
    Jonah
    Participant

    Hi 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?

    Jonah
    Participant

    Hi 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?

    in reply to: No events for the month misaligns my header #16987
    Jonah
    Participant

    Hey Jacob, this is fixed in our upcoming 2.0.5 release which we plan on rolling out very soon! Stay tuned 🙂

    in reply to: Have recurring event show up only once in sidebar … #16986
    Jonah
    Participant

    Hi 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!

    in reply to: Upcoming List by Category & Summary on List only #16985
    Jonah
    Participant

    Hi 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.

    in reply to: MIssing entry "Events" in WP admin panel #16984
    Jonah
    Participant

    Hi 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.

    in reply to: Title and Months #16983
    Jonah
    Participant

    Hi 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?

Viewing 15 posts - 3,376 through 3,390 (of 4,001 total)