Tagged: Events Calender
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
I tried to remove “require_once( ‘config-events-calendar/config.php’ ); ” from funtion.php. I read it could work. But nothing happend.
Thanks
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
Hello, you are right, it’s working.
Thanks for your help!
Solved