Kelly

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • in reply to: Featured Image in Tooltip #1443752
    Kelly
    Participant

    I’ve been able to get the featured image working in the tooltip for month view. For some reason it wasn’t working retroactively but when I created a new event it was fine.

    Still looking for advice on enabling a tooltip in the mini calendar view.

    Thanks!

    in reply to: Calendar stalled in March when not logged in #136308
    Kelly
    Participant

    That did the trick. Thanks 🙂

    PS – I clicked to be notified of follow-up replies via email for this thread, but didn’t get an email in return. It didn’t end up in my spam folder. Thought I’d letcha know.

    in reply to: Calendar stalled in March when not logged in #132062
    Kelly
    Participant

    This reply is private.

    in reply to: Single event page displaying meta twice #100185
    Kelly
    Participant

    Hey Barry. Thanks for getting back to me.

    My client has gone in and edited the pages and I can’t seem to recreate the issue. If it creeps up again, I’ll reply in this thread.

    Thanks anyway! 🙂

    in reply to: How to identify recurring events using tribe_is_event #95710
    Kelly
    Participant

    Thanks again, Brook 🙂 That helps me get going. Cheers!

    in reply to: Editing time/date values #93358
    Kelly
    Participant

    I figured out a way to do it. Unless you have a suggestion for a more efficient way to go about things, this will do the trick 🙂

    <?php echo tribe_get_start_date($post->ID, false, “D”); ?>
    <?php echo tribe_get_start_date($post->ID, false, “M”); ?>
    <?php echo tribe_get_start_date($post->ID, false, “j”); ?>

    I will then wrap spans around each one and style them accordingly.

    in reply to: Editing time/date values #93172
    Kelly
    Participant

    Would you be able to start me off? Do I add something like this to the top of list-widget.php so that it doesn’t change the settings site wide?

    <?php function tribe_events_event_schedule_details( $event = null ) {
    if ( is_numeric( $event ) )
    $event = get_post( $event );

    $settings = array(
    ‘same_year_format’ => ‘M j’,
    );

    }
    } return apply_filters( ‘tribe_events_event_schedule_details’, $schedule ); ?>

    Like I said in my last comment on the other post, I’m doing my best to do this using common sense. Thanks for your help.

    in reply to: How to display that search results are an event #93159
    Kelly
    Participant

    That’s the one! Thanks. My knowledge of PHP mostly comes from common sense, so a bit of guidance is very helpful. I appreciate it.

    in reply to: Calling an upcoming event in a different part of the site #87989
    Kelly
    Participant

    Thanks Brook. This goes beyond my knowledge of PHP. It was worth looking into, but ultimately, beyond what I can do right now.

    Cheers!

    in reply to: Google Maps displaying icon incorrectly #87479
    Kelly
    Participant

    Worked like a charm. Thanks Brook 🙂

    in reply to: Google Maps displaying icon incorrectly #87209
    Kelly
    Participant

    Hey Brook. Yeah, if we can avoid hiding the div, that’d be best. I’d like to give users the option to zoom in and out of the map.

    I disabled all of the plugins and reverted back to 2012 theme (it’s the earliest theme I have… is 2011 not included with the newest build of WP?) and it was still there. I reactivated them one-by-one, but still wasn’t able to find a conflict.

    Thanks for your help 🙂

    in reply to: Tooltip start time – all displaying same time #26579
    Kelly
    Participant

    Perfect!! Works like a charm. Thanks Jonah.

    in reply to: Tooltip start time – all displaying same time #26575
    Kelly
    Participant

    Hey Jonah. Thanks for getting back so quickly.

    Hmm… I’ve made that change, but there are still some events that are showing incorrect times. For example, hover over Wed Oct 17… there is a 2:30 and an 8:00 performance of Tempting Providence… they still both display 2:30.

    Or Fri Oct 26. It should read 7:30 Alexander…. 8:00 Tempting… instead, it reads 7:30 Alexander… 2:30 Tempting….

    in reply to: echo calendar selected month #26262
    Kelly
    Participant

    Thanks Sandro!!! This is perfect. Your response got lost in my spam folder, but timing couldn’t be better. I launch the site tomorrow morning. Cheers 🙂

    in reply to: A few customization questions #26087
    Kelly
    Participant

    Hi Leah. I got it figured out! Thanks for responding 🙂

Viewing 15 posts - 1 through 15 (of 25 total)