Search results

  1. alexkovalev

    RESOLVED HTTP ERROR 500

    У вас не хватает памяти для буферизации, это приводит к фатальной php ошибке. Решение очень простое, вам нужно либо повысить тариф на хостинге, который предложит вам больше оперативной памяти. Либо если у вас сервер, то вы можете попробовать вручную увеличить лимиты Как увеличить лимит PHP...
  2. alexkovalev

    RESOLVED Asset Manager Pro + Litespeed cache conflict issue – breaking add to cart button

    Hi, Lee Great job, you found a bug! The Robin image optimzer plugin does not work with lazy loading plugins if you use the WebP image delivery mode via the <picture> tag. We planned lazy loading in future plugin features. You can try to choose another delivery mode, for example, via htaccess...
  3. alexkovalev

    RESOLVED Asset Manager Pro + Litespeed cache conflict issue – breaking add to cart button

    Hi, Lee Sorry for the delay in reply. We have chaos because of the attack of hackers. I answered you in the mail. We will try to fix the problem today. Best regards, Alex
  4. alexkovalev

    RESOLVED no webp file generated for newly uploaded images

    Hi, Bruce Unfortunately, we have not yet resolved these issues. I understand your pain and will create a request for a refund, as our product does not meet the declared quality. I apologize. You will receive a refund within 10 days. Best regards, Alex
  5. alexkovalev

    RESOLVED plugin notification

    Hi, You must click install to complete the installation of the premium version. Even if you went the other way and installed the premium plugin manually, you must click intall, otherwise the plugin will think that you did not install the premium plugin. Best regards, Alex
  6. alexkovalev

    RESOLVED Is .webp format compatible with slider plugins?

    Hi, I understand what you are talking about. Our plugin uses several methods for delivering webp images. In your case, delivery through the server configuration is needed. If you use an apache server, you can choose a delivery method through htaccess. Your images will be replaced at the server...
  7. alexkovalev

    BUG Плагин перестал делать транслитеризацию

    Здравствуйте! Скажите, какую версию Wordpress вы используете? Вы используете плагин Cyr to Lat reloaded или транслитерацию встроенную в плагин Clearfy? С уважением, Алекс
  8. alexkovalev

    BUG Images randomly go missing after a day or so

    Hi, Try to deactivate the plugin Robin image optimizer and follow your site. If nothing changes, then most likely the problem is not related to our plugin, otherwise we will search for the problem in the plugin Robin image optimizer. But I need your help to investigate the problem. Let me...
  9. alexkovalev

    RESOLVED Can you update your roadmap?

    Hi, Adrien I updated our roadmap, now it is available via the link in the trello. I added a description to the issues that we plan. You can also see the issues that are in development. We will continue to update the map, soon more developers will join the work. Road map: Trello Thank you...
  10. alexkovalev

    BUG WordPress database error: [Illegal mix of collations

    Hi, Try this plugin to fix the encoding in the database: Database Collation Fix Be sure to make a backup before trying to fix it! There is also a notice in your list of recommendations that it would be nice to change the encoding in the wp-config.php file. Best regards, Alex
  11. alexkovalev

    RESOLVED Can you update your roadmap?

    I apologize, We will update the roadmap in the same format: version - release date. We spent a lot of time working with Robin image optimizer, so we didn’t have enough time to update Clearfy. We are now in the process of updating the roadmap. Best regards, Alex
  12. alexkovalev

    RESOLVED Roll back to previous version

    Hi, Sorry this happened to you! A stable version of the plugin has been around for a couple of months. From which version have you updated and what problems have arisen on your site? Best regards, Alex
  13. alexkovalev

    RESOLVED Downgrade to older version

    Hi, The previous version of the plugin, you can download the link: https://downloads.wordpress.org/plugin/insert-php.2.1.91.zip If you delete the plugin, it is best to do it via ftp manager to save the snippets and plugin data. Best regards, Alex
  14. alexkovalev

    RESOLVED Warning: Cannot modify header information - headers already sent

    Hi, Do not despair! Even an experienced person can make mistakes. We created a secure mode for this case. Go into it and your snippets code will not be executed. Go to the safe mode by this link: http://your-site-name.dev/wp-admin/?wbcr-php-snippets-safe-mode Edit the snippet in which you made...
  15. alexkovalev

    BUG Fatal error: Failed opening required JsonMapper.php

    Perhaps the attachment is not attached. Try again or give a link to google disk.
  16. alexkovalev

    BUG Fatal error: Failed opening required JsonMapper.php

    Are you using the latest version of the plugin? You can find the folder with the plugin on the following path: /wp-content/plugins/insert-php Just attach the archive with the plugin to this thread, I will check it out. Perhaps you had some kind of error when updating the plugin. Best regards...
  17. alexkovalev

    RESOLVED How to use 2 snippets?

    Snippet 1: Run Everywhere --- function myfunc() { return "OK"; } function test() { return 1+1; } Snippet 2: Where there is a shortcode --- if( function_exist('myfunc') ) { echo myfunc(); } --------------------- The second snippet is already used in the article, as a shortcode...
  18. alexkovalev

    RESOLVED Не работает Last-modified

    Я заранее скажу, что на вашем сервере может не работать отправка заголовка Last-modified. Уточните у службы поддержки хостинга, почему это не работает, возможно есть ограничение на стороне сервера. Обычно такая проблема на серверах nginx. Ни один плагин ее не решит, нужно проверять конфигурацию...
  19. alexkovalev

    RESOLVED Image Optimizer 1.4.0 Error: Attachment cannot be optimized. Attachment #8175 doesn't have metadata, the image may be damaged.

    Здравствуйте, не все картинки. А те, которые были оптимизированы с ошибкой. Потому что при запуске оптимизации плагин пробует повторно оптимизировать изображения, которые в прошлой оптимизации имели проблемы. Попробуйте подождать, пока изображения с ошибками закончатся. У вас на тестовом сайте...
  20. alexkovalev

    RESOLVED Повышенная нагрузка на базу данных

    Проблемы с нагрузкой на базу данных устранены в новом релизе 1.4.0. Также плагин должен быстрее оптимизировать картинки, так как я оптимизировал запросы к базе данных. Если будут какие-то проблемы, пишите. С уважением, Алекс