Hi!
I scoured the forum for answers and surprised I didn’t find any…
It seems that Enfold is causing problems for the Event Calendar’s single event layout.
The meta data displays in a grey, bordered box in it’s own left column and not as the Event Calendar layout.
When I activate a generic WordPress theme to test, it displays fine.
Can you help? I remember the last time I put together an Events Calendar I needed to have a developer fix it.
Thank you so much! We have been great fans of your theme for many years.
Hey doug123,
The gray box in the left column is the correct layout for the Event Calendar in Enfold, see our Church Demo
If you want to disable the compatibility with the Events Calendar plugin you can edit the functions.php file via FTP, look around line 856 for:
if( ! current_theme_supports( 'deactivate_tribe_events_calendar' ) )
{
require_once( 'config-events-calendar/config.php' ); //compatibility with the Events Calendar plugin
}
and add two backslashes before the require_once like this:
if( ! current_theme_supports( 'deactivate_tribe_events_calendar' ) )
{
//require_once( 'config-events-calendar/config.php' ); //compatibility with the Events Calendar plugin
}
Best regards,
Mike
Thanks mike! Important question: can I add this to the child theme or does it have to go into the theme itself?
NEVER MIND! :) I got it.
all the best,
Doug
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike