• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

Search results

  1. Temyk

    RESOLVED Custom locations

    Hello. Currently, there is no such functionality, but you can use the functionality of widgets with Woody shortcodes.
  2. Temyk

    QUESTION Why can't I run the automatic bulk optimization after switching to lossy from loseless?

    Hello. To re-optimize images, you need to restore the image backup in the plugin settings, and then start the optimization again.
  3. Temyk

    RESOLVED Up to 15 versions of image uploaded to gallery?

    WordPress automatically creates thumbnails of images. Thumbnails are registered by plugins and themes. The Robin plugin does not register its thumbnails.
  4. Temyk

    RESOLVED Up to 15 versions of image uploaded to gallery?

    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.
  5. Temyk

    BUG Frontend submission don't generate featured images

    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...
  6. Temyk

    BUG Frontend submission don't generate featured images

    Add posts using the Wordpress function wp_insert_post() | Function | WordPress Developer Resources
  7. Temyk

    RESOLVED Updated Plugin - List of Docs is now Code

    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.
  8. Temyk

    BUG Проблема с условиями Asset manager

    Доступ был одноразовый. Без * всё должно работать, так как правило гласит Не содержит /jobs. Идет не сравнения а проверка содержит ли URL эту строку
  9. Temyk

    BUG Проблема с ссылками при транслитерации

    Здравствуйте. Судя по вашему сайту, проблема решилась?
  10. Temyk

    RESOLVED How to add code in post sidebar?

    Use conditional logic
  11. Temyk

    BUG Frontend submission don't generate featured images

    You need to add posts using standard WordPress functions.
  12. Temyk

    BUG Проблема с условиями Asset manager

    А зачем вы дублируете правила для одного плагина с * в конце? Без дублирования все должно работать, так как по сути это одинаковые условия
  13. Temyk

    BUG Проблема с условиями Asset manager

    Здравствуйте. Проверяйте, что выбрали правильные правила отключения. Правила по каждому плагину работают отдельно друг от друга. Также попробуйте выбрать не Don't load plugin, а Don't load assets - по сути это одно и тоже.
  14. Temyk

    RESOLVED Resizing the window

    Hello. The slider fits into the block it is inserted in. You need to reduce your block where the slider is inserted.
  15. Temyk

    RESOLVED How to add code in post sidebar?

    Yes, it is possible
  16. Temyk

    RESOLVED How to add code in post sidebar?

    Hello. There is no such option for automatic insertion in the plugin. But you can insert shortcodes in the sidebar widget
  17. Temyk

    QUESTION Custom Fields In the "Addition of text" Section

    Hello. This is not possible. In the future, we will add several hooks to change parameters in the code.
  18. Temyk

    RESOLVED Settings (Image Generation) Page Doesn't Load

    Hello. This error means that the GD module for PHP is missing on your server. Enable this module.
  19. Temyk

    BUG Frontend submission don't generate featured images

    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.
  20. Temyk

    BUG Receiving 403 code, unable to display images

    In this case, try deleting/disabling your account in the plugin settings. And add the account again.