kanaeokana

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • kanaeokana
    Participant

    Aloha Geoff,

    Yes, your description above describes the issue we were having. One question/part request. Our staging domain kealaiwikuamoo.staging.wpengine.com.

    Would it be possible to set your rules so it did not need to end in .staging but .staging could be part of the domain name anywhere?

    Thank you,

    Kalani

    in reply to: Issue with Event Aggregator Updating from Google Calendar #1424025
    kanaeokana
    Participant

    Mahalo Andras,

    Those two things Future and Past Events bullets above fixed our issues. I hadn’t realized the limit had been set. And past would not import without setting a date in the refine area.

    Thank you,

    Kalani

    kanaeokana
    Participant

    Still need some assistance with this issue.

    While #5 is not an issue (solved in another thread) there is an issue with the Calendar being able to see other months.

    In other words it pulled a single event but did not pull the other events in the same calendar.

    Kalani

    in reply to: Events for text #1421963
    kanaeokana
    Participant

    Worked perfectly! Thank you.

    I modified slightly:

    function tribe_get_events_title_update( $title ) {
    // Removes 'Events for' from the titles.
    $title = str_replace( 'Events for ', '', $title );
    $title = str_replace( 'week', 'Week', $title );
    return $title;
    }
    add_filter( 'tribe_get_events_title', 'tribe_get_events_title_update' );

    in reply to: Events for text #1421962
    kanaeokana
    Participant

    Worked perfectly! Thank you.

    I modified slightly:

    function tribe_get_events_title_update( $title ) {
    // Removes 'Events for' from the titles.
    $title = str_replace( 'Events for ', '', $title );
    $title = str_replace( 'week', 'Week', $title );
    return $title;
    }
    add_filter( 'tribe_get_events_title', 'tribe_get_events_title_update' );

Viewing 5 posts - 1 through 5 (of 5 total)