Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi Robert, you’ll need to figure out and work out in your theme how to apply the specific CSS styles you’re talking about.
Jonah
ParticipantYou’re welcome. Well you could try by post_type which would be ‘tribe_events’ and/or some combination of conditional logic to check whether it’s the calendar grid, the events list or single events. Here is some conditional code that may help with that:
if(tribe_is_month()) { //Calendar Grid} else if(tribe_is_event() && !tribe_is_day() && !is_single()) { //Event List
} else { //Single Event
}
Jonah
ParticipantHey Dale-Anthony,
Yeah you can do this by using the functions tribe_get_all_day() & tribe_is_multiday() to check if the events are in fact all day or multiday and then use the tribe_get_start_date() tag and pass in time arguments like so:
echo tribe_get_start_date( $post->ID, true, 'g:sa' );
That should show 9:06pm for example.
Jonah
ParticipantHey Corey, I don’t believe there is a page ID because the plugin creates sort of a pseudo page. I’ll have one of the other devs take a look at this and comment because I’m not positive.
Rob: I think this is the thread you were looking for: https://theeventscalendar.com/support/forums/topic/events-calendar-changing-nav-menu
Jonah
ParticipantHey Xpert,
For #1 and #2, you can use the ‘start_date’ and ‘end_date’ arguments in the query to set your date range. You’ll need to figure out how to get today’s date and the next 30 days from todays date but that shouldn’t be too hard to Google.
For #3 you can just use ‘eventDisplay’=>’upcoming’ and that will pull in only your upcoming events.
Let us know if you need anything else.
January 16, 2012 at 7:07 pm in reply to: Make the Event Calendar the default page for a domain #13472Jonah
ParticipantHey Frank, that sounds good. Let us know if you need anything else with this!
Jonah
ParticipantGlad you figured it out Jessica, I was just beginning to look into this when I saw your post! Let us know if there’s anything else that comes up.
Jonah
ParticipantHey Mark, where is that code being called? Is it on the calendar page and what is it for?
Jonah
ParticipantHey Christoph, glad that worked!
Jonah
ParticipantHi Stephanie, this is outside my area of expertise but I’ll point it in the right direction and get someone else to take a look.
Jonah
ParticipantHey Robert, not sure what you mean, do you have an example I can look at?
Jonah
ParticipantHey Patrick,
I don’t know what could be going on here. It’s working fine for me when I put ‘T’ into the Timezone settings in WordPress. Have you tried switching off all other plugins and/or reverting to the Twenty Eleven theme to see if this changes anything? Just want to rule out a plugin/theme conflict.
Jonah
ParticipantHey Scott,
I’m using Genesis in my test setup and unregistered the current nav, registered a new menu and called wp_nav_menu to load it and my calendar works fine. Let me get one of the other devs to take a look…
January 13, 2012 at 12:34 pm in reply to: How to exclude categories from the advanced list widget? #13347Jonah
ParticipantGotcha, ok thanks. Which file are you editing for the advanced upcoming events sidebar widget?
Jonah
ParticipantHey Patrick, what do you have selected for your actual timezone?
-
AuthorPosts
