Forum Replies Created
-
AuthorPosts
-
January 11, 2018 at 12:44 pm in reply to: Events Calendar Pro plug-ins from staging to production issue #1424031
kanaeokana
ParticipantAloha 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
January 11, 2018 at 12:41 pm in reply to: Issue with Event Aggregator Updating from Google Calendar #1424025kanaeokana
ParticipantMahalo 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
January 9, 2018 at 4:34 pm in reply to: Issue with Event Aggregator Updating from Google Calendar #1421969kanaeokana
ParticipantStill 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
kanaeokana
ParticipantWorked 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' );kanaeokana
ParticipantWorked 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' ); -
AuthorPosts
