Jonah

Forum Replies Created

Viewing 15 posts - 3,781 through 3,795 (of 4,001 total)
  • Author
    Posts
  • in reply to: limit contents of event in 'list view' #13494
    Jonah
    Participant

    Hi Robert, you’ll need to figure out and work out in your theme how to apply the specific CSS styles you’re talking about.

    in reply to: What is the page ID for the calendar? #13478
    Jonah
    Participant

    You’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

    }

    in reply to: Show start and end time #13476
    Jonah
    Participant

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

    in reply to: What is the page ID for the calendar? #13475
    Jonah
    Participant

    Hey 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

    in reply to: Custom Upcoming Event Display #13474
    Jonah
    Participant

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

    in reply to: Make the Event Calendar the default page for a domain #13472
    Jonah
    Participant

    Hey Frank, that sounds good. Let us know if you need anything else with this!

    in reply to: "Sorry, no posts matched your criteria." #13471
    Jonah
    Participant

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

    in reply to: Calendar View Not Showing #13411
    Jonah
    Participant

    Hey Mark, where is that code being called? Is it on the calendar page and what is it for?

    in reply to: A Listing of all Event Categories #13410
    Jonah
    Participant

    Hey Christoph, glad that worked!

    in reply to: Gantry Frame Work Issue #13409
    Jonah
    Participant

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

    in reply to: limit contents of event in 'list view' #13408
    Jonah
    Participant

    Hey Robert, not sure what you mean, do you have an example I can look at?

    in reply to: Timezone display bug #13352
    Jonah
    Participant

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

    in reply to: Calendar View Not Showing #13349
    Jonah
    Participant

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

    in reply to: How to exclude categories from the advanced list widget? #13347
    Jonah
    Participant

    Gotcha, ok thanks. Which file are you editing for the advanced upcoming events sidebar widget?

    in reply to: Timezone display bug #13342
    Jonah
    Participant

    Hey Patrick, what do you have selected for your actual timezone?

Viewing 15 posts - 3,781 through 3,795 (of 4,001 total)