Casey

Forum Replies Created

Viewing 15 posts - 841 through 855 (of 3,499 total)
  • Author
    Posts
  • in reply to: Non-Profit Purchase; Need Key #255668
    Casey
    Participant

    sszmiot,
    Thanks for getting in touch! Unfortunately, we don’t currently give license keys for non-profits. This means that you’ll have to manually install any future updates of the plugin. I hope that helps to clear up any confusion, but feel free to email our support team at pro(at)tri.be if you have further questions. Thanks! 🙂

    -Casey-

    in reply to: Community Events Tab not showing up #255655
    Casey
    Participant

    crharrison,
    It appears that your site is running an older version of the plugin(s). Could you update all Modern Tribe plugins to the latest version and let me know if that resolves the issue? Thanks! 🙂

    -Casey-

    in reply to: Changes to list widget #255650
    Casey
    Participant

    theukedge,
    Yes, we have the ‘tribe_events_list_widget_query_args’ filter that should allow you to filter the args that are passed to the list widget query. Take a look at ‘the-events-calendar/lib/widget-list.class.php’ on line 92 to see where it’s being applied. Hope that helps! Thanks! 🙂

    -Casey-

    in reply to: Community Events Tab not showing up #255091
    Casey
    Participant

    crharrison,
    Thanks for getting in touch and sorry to hear you’re having trouble here, but hopefully I can help. Have you tried activating the plugin only at the site level, instead of the network level?

    in reply to: Buttons to change months do not work #255062
    Casey
    Participant

    nylenaumann,
    It’s always possible that making any changes to your site can cause problems. That’s why we always recommend that users perform periodic backups of their data and files, and do all testing in a DEV or staging environment, so their live sites aren’t impacted.

    With that being said, temporarily switching to the default theme to see if the problem persists shouldn’t have any adverse effects for your data. You can always switch back once you’re testing is complete.

    Take a look at our guide on testing for conflicts, which should guide you through the process a bit more. Thanks! 🙂

    -Casey-

    Casey
    Participant

    Awesome! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/lo

    Thanks in advance. 🙂

    Cheers,
    Casey

    in reply to: Month and Venue in the Title of individual event #255051
    Casey
    Participant

    Nick,
    Take a look at the is_single() documentation. You can do a specific check for a post type like this:


    is_single( 'tribe_events' )

    It’s also possible that you need to add a ‘global $post’ declaration to the top of your function, in order for the $post variable to have data in it.

    Hopefully those suggestions get you on the right track. Good luck and thanks! 🙂

    -Casey-

    in reply to: User is organiser #255034
    Casey
    Participant

    Since it looks like I answered your questions here, I’m going to go ahead and close out this thread, but feel free to start a new thread if you have further questions. Thanks! 🙂

    -Casey-

    in reply to: Multiple events on same day #255031
    Casey
    Participant

    Adam,
    Can you try testing for conflicts and see what you discover? I noticed that you have quite a few template overrides in your theme, so it’s possible that something in there might be the culprit.

    Just let me know what you discover, and if I can help further. Thanks! 🙂

    -Casey-

    in reply to: Calendar-Pro Map View issue #255018
    Casey
    Participant

    Try adding this CSS to your theme to see if it fixes the issue:


    #menu-site-menu {
    position:relative;
    z-index:1000;
    }

    Give that a try and let me know if it does the trick. Thanks! 🙂

    -Casey-

    Casey
    Participant

    Nick,
    Take a look at this example: https://gist.github.com/jazbek/11382578 It shows you how to filter out a specific category from the filter dropdown. Hopefully that gets you started in the right direction, but let me know if you have further questions. Thanks! 🙂

    -Casey-

    in reply to: Month and Venue in the Title of individual event #253547
    Casey
    Participant

    Nick,
    Take a look at the following functions in our documentation, as I think they’ll do what you need:

    Hopefully that gets you pointed in the right direction. Thanks! 🙂

    -Casey-

    in reply to: Buttons to change months do not work #253530
    Casey
    Participant

    nylenaumann,
    Thanks for getting in touch! Can you try temporarily reverting to the default 2013 theme to see if this issue persists? I suspect that this is an issue with your theme, but just want to narrow it down a bit before troubleshooting further.

    Thanks! 🙂

    -Casey-

    in reply to: Altering the layout of event categories #253522
    Casey
    Participant

    Sean,
    Thanks for getting in touch! This is because dd elements display as block-items by default. You’d need to change your CSS to something like this to get them to display inline:


    .single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    display:inline-block;
    }

    Give that a shot and see if it does the trick. Thanks! 🙂

    -Casey-

    in reply to: User is organiser #253503
    Casey
    Participant

    adamcrouchley,
    Unfortunately, what you’re asking for just isn’t currently possible. However, the Community Submission form will honor your ‘Default Content’ settings (Events->Settings->Default Content), so if you select an existing Default Organizer, then Community will honor that. If this is something you’d like to see in a future release, I would suggest submitting it as an idea on our UserVoice page. Our team periodically reviews the most popular ideas for possible inclusion in a future release of the plugin.

    I know that’s not exactly the response you’re looking for, but hopefully that helps to answer your questions. Just let me know if I can help further. Thanks! 🙂

    -Casey-

Viewing 15 posts - 841 through 855 (of 3,499 total)