Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1410953

    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.

    #1410974

    Hey doug123,
    The gray box in the left column is the correct layout for the Event Calendar in Enfold, see our Church Demo
    Enfold_Support_2362.jpeg
    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

    #1411093

    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

    • This reply was modified 1 year, 5 months ago by doug123.
    • This reply was modified 1 year, 5 months ago by doug123.
    • This reply was modified 1 year, 5 months ago by doug123.
    #1411113

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold and Events Calendar plugin Individual Event layout’ is closed to new replies.