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

Search results

  1. alexkovalev

    QUESTION How to get a link to cached compressed CSS?

    Здравствуйте, Проблема в том, что если имена файлов будут статичны, то они будут кешироваться браузером. Например, когда вы устанавливает новые плагины или исключаете какие-то файлы ресурсов, то имя файла меняется, чтобы он был актуальной версии, а не из кеша браузера. Этот код не будет...
  2. alexkovalev

    BUG Sitemap from Yoast conflict

    I will check it. If I have any questions, I will contact you. Best regards, Alex
  3. alexkovalev

    BUG Sitemap from Yoast conflict

    Hi, Do you use Yoast seo plugin to generate a site map? Best regards, Alex
  4. alexkovalev

    RESOLVED Удаление комментариев facebook

    Здравствуйте! Вам нужно выполнить инструкции для подготовки вашей формы комментариев к модерации Комментарии - Социальные плагины - Документация - Facebook for Developers Это вы можете сделать в facebook, прочитав инструкцию.
  5. alexkovalev

    RESOLVED cannot copy from uploaded file

    Hi, Please describe the problem in more detail. Are you using image optimization? Can you attach screenshots of error? Try to deactivate the Clearfy plugin, is this problem still whith you? How does this error relate to transliteration?
  6. alexkovalev

    QUESTION How to get a link to cached compressed CSS?

    Здравствуйте! Ссылки эти могут быть изменены при сбросе кеша в плагине, поэтому их можно получить только с помощью кода, к примеру вот так: add_filter( 'wmac_filter_cache_getname', function ( $url ) { if ( preg_match( '/\.css$/', $url ) ) { $css_url = $url; } }); Этот фильтр...
  7. alexkovalev

    RESOLVED conflicts with the home page

    Здравствуйте! Вы видите белый экран? Можете подробнее рассказать о проблеме? Пожалуйста, приложите скриншоты.
  8. alexkovalev

    RESOLVED Ошибка в логе

    Ошибка исправлена, попробуйте обновится до версии 1.4.9
  9. alexkovalev

    RESOLVED Issue with Woocommerce Memberships

    @jimmyjames Bug has been fixed. Try to upgrade to version 1.4.9
  10. alexkovalev

    RESOLVED Ошибка в логе

    Здравствуйте! Сегодня выйдет обновление с исправлением проблемы. Спасибо, что сообщили об ошибке! С уважением, Алекс
  11. alexkovalev

    QUESTION Use separated php codes inside of multiple short codes

    Unfortunately, I can not help you. Try to find other solutions, there are many alternatives.
  12. alexkovalev

    QUESTION Asset Manager page is not loading

    Hi, Try to open this page in another browser. Let me know, is the error still repeating? There may also be a problem with the lack of memory for your site. This often happens if you have a lot of plugins installed. Fix: WordPress Memory Exhausted Error - Increase PHP Memory
  13. alexkovalev

    QUESTION Use separated php codes inside of multiple short codes

    Just give me a case when my decision does not work for you. Give code samples and I will write you, how to fix this problem. My example is an alternative to your idea and it should work the way you want. It is very simple and safe for your users. I will do this in the near release of plugin.
  14. alexkovalev

    QUESTION Use separated php codes inside of multiple short codes

    Ok, I understand perfectly what you want. But can you show the code for which my solution will not work? P.S. Since you want to do in the plugin will not work and technically it is not right to do. You can rollback to old version of the plugin 1.3, where you can still use php code in tinyMce...
  15. alexkovalev

    QUESTION Use separated php codes inside of multiple short codes

    Can you give an example of your code?
  16. alexkovalev

    QUESTION Use separated php codes inside of multiple short codes

    I still do not understand why this will not work for you? Everything that you put inside the shortcode is passed to a variable, and you can process it in a snippet. POST 1 [wbcr_php_snippet id="1" title="Start Check"] TEXT1 IMAGE 1 [/wbcr_php_snippet] POST 2 [wbcr_php_snippet id="1"...
  17. alexkovalev

    QUESTION Use separated php codes inside of multiple short codes

    Hi, Currently, plugin does not support this syntax. But I am preparing to release an update in which I can do this way of posting. For example, take the shortcode: [wbcr_php_snippet id="1" title="Start Check"] Welcome to WordPress. This is your first post. Edit or delete it, then start...
  18. alexkovalev

    BUG Undefined index: path

    Hi, Thank you for the detailed bug report! I created a new issue to fix this bug in near release. I'll keep you up to date. Best regards, Alex