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

Search results

  1. Temyk

    BUG Отключить оптимизацию CSS в бэкэнде

    Здравствуйте. Clearfy не оптимизирует CSS в админке. Поэтому такой опции нет Ошибка 500 - это программная ошибка. Вы смотрели логи ошибок Wordpress? Дебаг в WordPress: отладка кода, WP_DEBUG
  2. Temyk

    RESOLVED Re-run Optimizer?

    Make sure that all files are optimized. Most likely, some files were not optimized for some reason, and therefore the percentage of savings is lower
  3. Temyk

    RESOLVED Taxonomy logic not working in versions higher than 2.2.7

    We will return this feature in future updates. In the meantime you can check the snippet code yourself: global $post; $post_cat = get_the_category( $post->ID ); $needle_cat = get_the_category( '1' ); //Taxonomy ID if ( isset( $post_cat[0] ) && isset( $needle_cat[0] ) ) {...
  4. Temyk

    RESOLVED Taxonomy logic not working in versions higher than 2.2.7

    Hello. The logic of taxonomies has changed slightly. This parameter specifies the taxonomy page, and not the post with the selected taxonomy.
  5. Temyk

    RESOLVED Re-run Optimizer?

    Hello. To re-optimize images, you need to restore the backup and start the optimization again. You can find information about this in the FAQ section on the plugin page:
  6. Temyk

    QUESTION Is there a way to control the length of the link that is converted to latin characters how to make it longer

    Hello. There is no such way . The plugin does not change the link length.
  7. Temyk

    RESOLVED Make anti-spam.js async

    Unfortunately this script must be executed sequentially after loading the entire page
  8. Temyk

    RESOLVED Make anti-spam.js async

    Hello. Why do you need this?
  9. Temyk

    RESOLVED "Warning: Illegal string offset" being displayed although plugin is working

    Hello. I don 't see any warnings on your test page. If you see errors or warnings from PHP, then debug mode is enabled . Disable it
  10. Temyk

    BUG "Выпадающее" фото

    Здравствуйте. Нужно поймать этот момент и посмотреть в коде страницы: есть ли там это изображение. То есть возможно это проблемы с загрузкой изображения с сервера инстаграма, или это что-то в плагине при выводе
  11. Temyk

    RESOLVED Wrong date on posts

    This issue was fixed in the latest update 1.7.4
  12. Temyk

    RESOLVED Перестали подгружаться фото из Инстаграм

    В настройках плагина есть параметр "Обновлять каждые..." если вы не меняли настройки виджета, то данные не обновятся сразу. Поэтому вы увидели результат не сразу
  13. Temyk

    RESOLVED Wrong date on posts

    Hi. Please send a screenshot of the widget settings.
  14. Temyk

    RESOLVED Not working since update

    You have added a Personal account, and a Business account is selected in the widget settings. Therefore, images are not displayed. Select an Account in the widget settings! The Migration folder exists in the update. Check with yourself if you have this folder. If it does not exist , then...
  15. Temyk

    RESOLVED Not working since update

    Either add a business account in the settings, or switch the widget to an Account
  16. Temyk

    RESOLVED Not working since update

    I asked for a screenshot of the plugin settings- the page where you add accounts. But I can see that you have selected a Business account, but it is not added in the settings
  17. Temyk

    RESOLVED Not working since update

    Please, send screenshots of the plugin settings and widget settings.
  18. Temyk

    RESOLVED Not working since update

    Hi. Check your widget settings. Perhaps there is a need to change your Account to a Business account
  19. Temyk

    BUG No support for .po file translation

    The plugin consists of components. Each component has its own translation files. You can find components in the clearfy/components folder. Yes, we give you a premium license for translation
  20. Temyk

    BUG No support for .po file translation

    Hi. What do you mean does not support? The translation mechanism is implemented in Wordpress itself . The plugin has nothing to do with this, the translators only create it .po file of the desired format