Forum Replies Created
-
AuthorPosts
-
Casey
Participantsszmiot,
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-
Casey
Participantcrharrison,
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-
Casey
Participanttheukedge,
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-
Casey
Participantcrharrison,
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?Casey
Participantnylenaumann,
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-
June 27, 2014 at 6:25 am in reply to: How do i use tribe_events_filter_values to remove values from the filters #255053Casey
ParticipantAwesome! 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,
CaseyCasey
ParticipantNick,
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-
Casey
ParticipantSince 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-
Casey
ParticipantAdam,
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-
Casey
ParticipantTry 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-
June 26, 2014 at 2:17 pm in reply to: How do i use tribe_events_filter_values to remove values from the filters #253563Casey
ParticipantNick,
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-
Casey
ParticipantNick,
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-
Casey
Participantnylenaumann,
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-
Casey
ParticipantSean,
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-
Casey
Participantadamcrouchley,
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-
-
AuthorPosts
