Промучившись и обспрашивавшись о проблеме отсутствия миниатюр записей в плагине Events Calendar путем экспериментов установил, что причина в том, что стоит тема LOtus
На стандартных темах все работает и виден блок миниатюр.
Выяснив это у меня появилось три пути решения такой проблемы
1. убить тему и поставить чтото другое
но тут есть проблема - я люблю визуальный редактор страниц и не променяю его ни на какой вижуал композер - может быть это мой бзик, но не удалось подружиться с композером
2. убить плагин и поставить другой
сделал на тестовом сайте - нет в других плагинах мощи и красоты - но возможно я не прав - тогда посоветуйте что можно использовать
3. постараться подружить тему и плагинНашел в форуме совет как можно исправить ситуацию
By default, The Events Calendar enables featured images on all event custom post types. However, some themes remove this functionality by declaring thumbnail support for only specific custom post types. You can use the snippet below to add back support for our event custom post type.
In the functions.php file in your currently active theme, add the line of code below to add back thumbnail support for Event custom post types.
We work hard to make our plugins compatible with as many themes as possible, but inevitably some theme’s need a bit of custom code (like this snippet) to work smoothly with our plugins. If your theme removes support for featured images on our events, you can always get in touch with your theme’s developer and recommend that they update to be more compatible with our custom post types.
1
add_theme_support( ‘post-thumbnails’, array(‘post’, ‘page’, ‘tribe_events’) );
но как не старался изменить всевозможные файлы functions.php ничего не получается
На стандартных темах все работает и виден блок миниатюр.
Выяснив это у меня появилось три пути решения такой проблемы
1. убить тему и поставить чтото другое
но тут есть проблема - я люблю визуальный редактор страниц и не променяю его ни на какой вижуал композер - может быть это мой бзик, но не удалось подружиться с композером
2. убить плагин и поставить другой
сделал на тестовом сайте - нет в других плагинах мощи и красоты - но возможно я не прав - тогда посоветуйте что можно использовать
3. постараться подружить тему и плагинНашел в форуме совет как можно исправить ситуацию
By default, The Events Calendar enables featured images on all event custom post types. However, some themes remove this functionality by declaring thumbnail support for only specific custom post types. You can use the snippet below to add back support for our event custom post type.
In the functions.php file in your currently active theme, add the line of code below to add back thumbnail support for Event custom post types.
We work hard to make our plugins compatible with as many themes as possible, but inevitably some theme’s need a bit of custom code (like this snippet) to work smoothly with our plugins. If your theme removes support for featured images on our events, you can always get in touch with your theme’s developer and recommend that they update to be more compatible with our custom post types.
1
add_theme_support( ‘post-thumbnails’, array(‘post’, ‘page’, ‘tribe_events’) );
но как не старался изменить всевозможные файлы functions.php ничего не получается