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

Search results

  1. Temyk

    IDEA Featured Image Not Created from By Email Post or WP App Post

    Hello. This only works when saving/creating a post in the admin panel. We have not tested this for the Wordpress app and publishing via email. This is a good suggestion, we will implement it in future versions
  2. Temyk

    RESOLVED How to add html-code to the header of one specific page

    Тогда вам нужно использовать хук wp_head — Событие срабатывает в <head> части страницы. в вашем сниппете. Выполнение сниппета должно быть Везде
  3. Temyk

    BUG Critical Error When Opening Settings

    Then you need to generate images in parts within a few days. The Google Images API has limitations and cannot be circumvented
  4. Temyk

    BUG Critical Error When Opening Settings

    Hello. This is probably a conflict with another plugin. But I don't know which one. You need to disable plugins one by one to find the culprit
  5. Temyk

    RESOLVED Firewall disabled, but when I hit "fix" it greys out

    Hello. The firewall is only available in the premium version.
  6. Temyk

    RESOLVED How to add html-code to the header of one specific page

    Здравствуйте. Вы можете настроить размещение сниппеты в через Дополнительную логику размещения. Вы уже пробовали, насколько я прочитал. Текущая страница - это не полный URL, а все что идет после домена. Вуди позволяет вставлять сниппеты только внутрь <body>. Что вы хотите вставить в <head>?
  7. Temyk

    BUG Issue that wp-auth-check-bg div cannot be hidden if Clearfy is activated and question with GA support in new version

    Hello. Clearfy does not block CSS in any way. You can use display: none; What's the GA question?
  8. Temyk

    QUESTION Not all Images are being optimized

    I checked it out. The image is generated with this title. Have you tried generating images for this post from the list of posts via mass actions?
  9. Temyk

    BUG Safe mode won't turn on after a critical error

    Hello. 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 a mistake; Leave safe mode by clicking the link: http://your-site-name.dev/wp-admin/?wbcr-php-snippets-disable-safe-mode
  10. Temyk

    QUESTION Not all Images are being optimized

    Hello. 1) An email with the error text should have been sent to the email address specified in the site settings. Send me the error text 2) For which posts is the image not generated? Can you send a link to the post or the title of such a post?
  11. Temyk

    QUESTION Clearfy - clear varnish and cloudflare cache?

    Hello. There is no such option
  12. Temyk

    QUESTION Size Limit?

    Hello. There are no restrictions on the size of the code in the plugin. P.S. What you do should not be done in Wordpress. Without any CMS
  13. Temyk

    RESOLVED Alignment Issues on Theme

    Hello. .jr-insta-thumb ul.thumbnails { margin-left: 0 !important; }
  14. Temyk

    QUESTION Minification

    Hello. The source files do not change in any way. The modification only works when the corresponding option is enabled. When resetting the settings, the option is disabled. The plugin stores all its settings in the database. After deleting the plugin, the settings are not deleted from the database.
  15. Temyk

    BUG Files called by plugins not showing up?

    Hello. This is what the Assets Manager add-on is for. You can use it to disable assets on site pages. You can set up rules for disabling assets. https:// domain .com/wp-includes/js/jquery/ui/core.min.js https:// domain .com/wp-includes/js/jquery/ui/datepicker.min.js These assets cannot be...
  16. Temyk

    QUESTION What should the Current Referrer value be when coming from homepage?

    I do not know what is happening with the referrer on your site. But you can add a GET parameter to the "Thank you" page link and check it in the snippet code
  17. Temyk

    QUESTION What should the Current Referrer value be when coming from homepage?

    If you have only two pages and both open from the main page, then why do you need a referrer? Insert the snippet just everywhere.
  18. Temyk

    RESOLVED Need to install tag manager

    Hello. The ability to add your own code after the opening BODY tag appeared only in Wordpress 5.2. But our plugin supports WP from 4.8, so we did not add this feature. We will consider adding this.