WordPress automatically creates thumbnails of images. Thumbnails are registered by plugins and themes.
The Robin plugin does not register its thumbnails.
Hello.
The Robin plugin is not to blame, since it does not create new images, it only optimizes existing ones.
WordPress automatically creates thumbnails for uploaded images. There are 15 thumbnails registered on your site.
Our plugin supports custom post types, and can automatically generate images of posts when you add them via the admin panel. But the plugin has don't know how you add frontend posts in your theme. I wrote to you that you need to use the wp_insert_post function. The plugin uses the save_post hook...
Hello.
You need to enable support for old [insert_php] shortcodes in the plugin settings.
Or move the code to a new shortcode format: create a snippet and put the code there.
Здравствуйте.
Проверяйте, что выбрали правильные правила отключения.
Правила по каждому плагину работают отдельно друг от друга.
Также попробуйте выбрать не Don't load plugin, а Don't load assets - по сути это одно и тоже.
Hello.
The plugin works when adding news via the admin panel. A hook is used for this purpose.
This hook doesn't work when adding news on the frontend. If you can modify the theme code, I'll tell you what hook to use.