Search results

  1. Temyk

    RESOLVED Specific pages

    Hello! What do you mean a specific page? To snippets performed on certain pages, you need to use shortcodes. See documentation for details.
  2. Temyk

    RESOLVED Variables not working

    Hi, You must use lowercase variable names
  3. Temyk

    RESOLVED Custom Fields

    If after deactivating the plugin the problem is not solved, then the problem is not in it. There is no direct option for custom fields in Clearfy. You have installed caching plugin W3 Total Cache. Try clear cache in them
  4. Temyk

    Woody ad snippets vs Google Tag Manager

    Здравствуйте. Google Tag Manager — инструмент для управления маркетинговыми активностями и отслеживанием тегов на вашем сайте. Woody позволяет вставлять произвольный код на вашем сайте на Wordpress. Это разные инструменты.
  5. Temyk

    RESOLVED Custom Fields

    Hi, If you disable the plugin, the custom fields are saved when updating/publishing the post? You have installed caching plugins. Try clear cache in them and in Clearfy
  6. Temyk

    RESOLVED Страницы /wbcr-snippet-tags/

    Здравствуйте. Сниппеты Woody хранятся в таблице Post и являются дополнительным типом постов. В настройках Swift Performance вам нужно добавить тип постов wbcr-snippets в исключения для кэширования.
  7. Temyk

    RESOLVED External JS code

    Can you send me JS code and a screenshot of the settings of the snippet?
  8. Temyk

    RESOLVED Page / post revisions disappeared

    Hello, For now, you can change the value of the Limit Post Revisions option to any other than "default". The update will be released soon.
  9. Temyk

    RESOLVED External JS code

    Hi, Do you use JS snippet shortcode or automatic insertion? Maybe your JS code is not working? Please send it to me so that I can check.
  10. Temyk

    RESOLVED List all posts in a category

    Hi. You can find more information in the Wordpress documentation for the function get_posts().
  11. Temyk

    RESOLVED Конфликт yoast seo и clearfy

    У меня вот так выглядят настройки Юаст. Версия Yoast 11.4
  12. Temyk

    RESOLVED Конфликт yoast seo и clearfy

    Здравствуйте. Вы имеете ввиду эти настройки yoast? Пришлите, пожалуйста, ваши настройки Clearfy. Их можно скопировать в Настройках Clearfy
  13. Temyk

    RESOLVED Update WP page from insert php 1.3

    Hi, Universal snippet may include any code(PHP, HTML, JS and CSS). PHP snippet can be run anywhere, and Universal snippet can be added automatically to different places on the site, as well as use additional logic placement. For example, you need to place PHP code not on all pages (everywhere)...
  14. Temyk

    RESOLVED PHP Form action Error: 405 Not Allowed

    Hi! Maybe because you are trying to send these forms to a strange address http://111.111.111.111/?wbcr_news_letter? Most likely it should be like this: <form action="/?wbcr_news_letter" method="post"> Error 405 occurs due to server settings. If the error persists, contact your hosting...
  15. Temyk

    RESOLVED Два виджета "Последние комментарии" с разными комментариями с разных страниц.

    Здравствуйте. Плагин Vkontakte API добавляет виджет комментариев на каждой странице с уникальным ID, это значит что на каждой странице будут свои комментарии. Но вы можете реализовать вашу задумку с помощью нашего плагина Woody ad snippets.
  16. Temyk

    RESOLVED VKONTAKTE API - crosspostings (Message: Invalid request: versions below 5.00 are deprecated.)

    Здравствуйте. Мы сейчас занимаемся доработкой плагина Vkontakte API. В ближайшее время выйдет обновление, которое должно исправить большинство проблем. Спасибо за терпение и понимание!
  17. Temyk

    RESOLVED Нет формы для обычных комментариев

    Здравствуйте. Мы сейчас занимаемся доработкой плагина Vkontakte API. В ближайшее время выйдет обновление, которое должно исправить большинство проблем. Спасибо за терпение и понимание!
  18. Temyk

    RESOLVED echo "\"" in php snippets strips \ and turns into echo """

    Hello! Yes, this bug fixed in Woody 2.2.4
  19. Temyk

    RESOLVED How to use 2 snippets?

    Hi, In our plugin this will not work, because the code of each snippet is executed separately. But it will work: [wbcr_php_snippet id="A"]: function myfunc() { echo "OK"; } [wbcr_php_snippet id="B"]: do_shortcode('[wbcr_php_snippet id="A"]'); myfunc();
  20. Temyk

    BUG Fatal error: Failed opening required JsonMapper.php

    Hi, Is there still a problem? If so, under what conditions is this error displayed?