Forum Replies Created
-
AuthorPosts
-
Edgars
ParticipantHi.
Thanks for tips. Managed to update my code and fix my problem.
The main problem solver was extra if statements, which checked ‘eventsDisplay’ query var.Thanks for help. 😉
Edgars
ParticipantHello.
First, sorry for late response.tribe_events_pre_get_posts action hook is hiding all events from calendar for me. Is there some guidlines for hiding events on calendar and/or widgets based on some meta value?
$query->set( 'meta_query', array( array( array( 'key' => 'show_in_main_calendar', 'compare' => 'NOT EXISTS', ), ), ));This set query is working fine on main calendar. Widget calendar has one problem. This set query is working only then when there is only one event on a day, but if there is more than one, it is not working.
Another situation when on wdget this set is woirking is then if all of single day events are hided by this meta value.
So yeah, is there some guidlines for hiding events based on meta values?
Hope i told my situation understandable.Edgars
ParticipantHello.
Is there somenone who could try to help me? :/November 30, 2016 at 1:25 am in reply to: Event calendar, Legacy Import admin section showing blank #1199628Edgars
ParticipantHi!
I get this error in WP Cron plugin: cURL error 28: Connection timed out after 3000 milliseconds
November 28, 2016 at 11:13 pm in reply to: Event calendar, Legacy Import admin section showing blank #1198913Edgars
ParticipantThis reply is private.
November 28, 2016 at 3:13 am in reply to: Event calendar, Legacy Import admin section showing blank #1198173Edgars
Participant2.the import DOES NOT run every 30 minutes and the Last Import column IS correct
November 23, 2016 at 3:03 am in reply to: Event calendar, Legacy Import admin section showing blank #1196393Edgars
ParticipantSecond situation.
November 21, 2016 at 2:01 am in reply to: Event calendar, Legacy Import admin section showing blank #1195226 -
AuthorPosts
