Known issues with version 2.1.6 and above and possible solutions
-
Hi,
there is a known issue with 2.1.6 as it requires extended views to be updated to the latest version. ppossible issues are
-blank calendar page
-non-working’ posterboad & stream view (for latest versions)
-missing all-day badge icon in agenda widget
-compatibility issue with child themeswe are working on another release, there are two ways you can try to fix this:
1) at the beginning of all-in-one-event-calendar.php on line 12 add
define( 'AI1EC_THEME_COMPATIBILITY_FER', true );
like in this image https://take.ms/ltIoT
This will force compatibility mode for themes. It’s just related to 2.1.6 and upwords version and has just a little impact on performance, not noticeable
2) force debug mode just for one or two requests. To do so add
define( 'AI1EC_DEBUG', false );
on line 12 ( or on line 13 if you used point 1 https://take.ms/HknDG ) and then refresh the calendar page once or twice. this refreshes all caches ( TWIG, CSS and so on ) and has a BIG performance hit. So after 1 or 2 refreshes you must delete this.
Please post specific cases in separate threads, they will not be answered in this thread. I will update it if new things arise
- The topic ‘Known issues with version 2.1.6 and above and possible solutions’ is closed to new replies.