Forum Replies Created
-
AuthorPosts
-
Joanna Shebson
ParticipantAlso, if I put a recurring event in the Featured category, is there a way to get it to only show the first instance of the event?
Joanna Shebson
ParticipantThis reply is private.
September 14, 2014 at 2:31 am in reply to: All day event is showing cut off time in list view (12:00am) #743170Joanna Shebson
ParticipantWould I create a function in template-tags/loop.php? If not, please can you supply a bit more direction? Thanks!
Something like this?
function tribe_is_list_view_and_all_day() {
if ( tribe_is_event_query() && tribe_get_all_day ) {
$return = true;
<CODE TO REMOVE DATE FROM APPEARING>} else {
$return = false;
}return apply_filters( ‘tribe_is_list_view_and_all_day’, $return );
}Joanna Shebson
ParticipantI don’t have the options in those screenshots you sent because I’m using an older version of the plugin: 3.5.2 because we made substantial changes and upgrading broke things. http://screencast.com/t/ODeOURCtqLc
Can you suggest a different way to do this? Which files to modify? Any hints on how to modify… Thanks!
Joanna Shebson
ParticipantWow! That was fantastic! The only thing that isn’t working is making sure the query doesn’t include the current event that is displaying.
I tried adding: ‘post__not_in’ => array(get_the_ID()),
but it didn’t work. Any ideas? Thanks!September 10, 2014 at 11:04 pm in reply to: All day event is showing cut off time in list view (12:00am) #736927Joanna Shebson
ParticipantI am not seeing that date option http://screencast.com/t/QclHUfGZIRUF, probably because we’re using the plugin at version 3.5.2 because when we tried upgrading it caused lots of issues so we’re staying with a stable version. Any other ideas?
Joanna Shebson
ParticipantThis reply is private.
Joanna Shebson
ParticipantI Couldn’t find the answer that helped me. i made something like that and it didn’t work also.
I Put it in the functions.php
add_filter( ‘tribe_events_get_mini_calendar_args’, ‘tribe_temporary_filter_tribe_events_get_mini_calendar_args’, 10, 1 );
function tribe_temporary_filter_tribe_events_get_mini_calendar_args( $args ) {$args = array (‘order’=> ‘ASC’);
return $args;
}June 7, 2014 at 1:30 pm in reply to: How can I get search results to bring back blog posts, organizers &future events #212019Joanna Shebson
ParticipantYou can see the code in pastebin here:
http://pastebin.com/Pxy73A63
Thanks!
RenaJune 5, 2014 at 2:53 pm in reply to: How can I get search results to bring back blog posts, organizers &future events #207460Joanna Shebson
ParticipantI didn’t set a priority on pre_get_posts. I am using eventDisplay. My problem is modifying the query in pre_get_posts so that one query brings back post, organizers and events that are filtered to only show future events. I can bring back the different post types and I can bring back future post. My problem is that I can’t figure out how to combine the two.
Thanks!
Joanna Shebson
ParticipantThis reply is private.
June 2, 2014 at 8:25 am in reply to: How can I get search results to bring back blog posts, organizers &future events #198635Joanna Shebson
ParticipantThis reply is private.
Joanna Shebson
ParticipantWhen I change the theme, I see the tooltips. What’s the best way to diagnose why they aren’t showing up?
Thanks!
Joanna Shebson
ParticipantThis reply is private.
Joanna Shebson
ParticipantWill that remove the end time for all events or only for events that have the same start and end time? Thanks!
-
AuthorPosts
