Times incorrect
-
Hi again,
I am not getting consistent times in the display of events
In the single event page https://gayfriendlymarket.com/community/event/test-virtual-event/ this event shows up as 1:00 am – 2:00 am PDT on July 5
On the main events page here https://gayfriendlymarket.com/community/events/ the times shows correctly as 6:00 pm – 7:00 pm July 4My WP site time is sett to Vancouver Pacific Time
I have tried the TEC Time Zone Settings with
– “sitewide times everywhere” + append the time zone to the end of event scheduling information (current setting)
– and alternately “use manual timezones for each event”
– and I have the The Events Calendar Extension: Only Location-Based Time Zones Plugin (currently activated – but have tried with it deactivated as well)None of these seem to change how the times appear in the Single Page Event. In every case, the times on the Single Page Event are wrong. Can you provide some insight on what to do to make the times in the Single Page be the same as in the TEC calendar?
On this same page, I am unable to get the Organizer Website URL to open in a new link.
I have this code snippet which is working on all url links except the one for the Single Page Event sidebar (2nd one in list below):
/**
* The Events Calendar: Open event website, organizer, and venue links in new window.
*/add_filter( ‘tribe_get_organizer_website_link_target’, ‘blank_target_for_new_window’ );
add_filter( ‘tribe_get_tribe-organizer-url_link_target’, ‘blank_target_for_new_window’ );
add_filter( ‘tribe_get_venue_website_link_target’, ‘blank_target_for_new_window’ );
add_filter( ‘tribe_get_event_website_link_target’, ‘blank_target_for_new_window’ );function blank_target_for_new_window() {
return ‘_blank’;
}Am I using the wrong filter code for the sidebar? If so, what is it please?
Thanks for a great template.
Much appreciated!Gwen
The page I need help with: [log in to see the link]
- The topic ‘Times incorrect’ is closed to new replies.