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

    Hello,
    I’m using the Events Calender Pro and there are some configurations I can’t use. For example I can’t adapt the design. With the four-fivteen theme it’s posible, but not with the Enfold. I found a lot of threads here but couldn’t find any solution.
    Thanks a lot

    #602471

    I tried to remove “require_once( ‘config-events-calendar/config.php’ ); ” from funtion.php. I read it could work. But nothing happend.

    Thanks

    #603624

    Hi!

    Thank you for using our theme.

    I tried it on my installation and it worked:

    In functions.php line 425:

    
    if(!current_theme_supports('deactivate_tribe_events_calendar'))
    {
    	require_once( 'config-events-calendar/config.php' );		//compatibility with the Events Calendar plugin
    }
    

    if you remove these lines (do not forget to save when doing it from WP Dashboard editor) and reload the page the design changes.

    Can you create us a temporary admin account please? Then we can check your code and help you. You can post it here as a private reply.

    Best regards,
    Günter

    #604356

    Hello, you are right, it’s working.
    Thanks for your help!
    Solved

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘conflict with Events Calender Pro’ is closed to new replies.