Hi Darian,
Many thanks for your help!
Unfortunately your solution didn’t work but it’s been solved by adding the filter as suggested on this page:
https://docs.theeventscalendar.com/reference/classes/tribe__events__main/issue_noindex/
In case it helps, the site set up is:
WP 6.1.1
The Events Calendar 6.0.6.2
PHP 7.4
Filter applied:
add_filter( 'tribe_events_add_no_index_meta', '__return_false' );
Regards
Hi,
I am experiencing this same issue but in my case the conflict is with the Gravity Forms plugin. And in my case too, deactivating The Events Calendar also solves the problem.
To replicate go to: Forms > Import/export > select a form > scroll to the bottom to Select Date Range
Here the datepicker is not displayed so I have to enter dates with american format as marionfw mentioned before.
Thanks!