Search results

  1. Temyk

    RESOLVED Using Local Variables In Woody Ad Snippets

    Can you give access to your website? So I can see and check your snippets. You can send in private messages
  2. Temyk

    RESOLVED Не работают комментарии ВКонтакте

    У вас на сайте почему то не подключен файл https://vk.com/js/api/openapi.js, проблема именно в этом. В качестве временного решения могу вам предложить вручную подключить этот файл в шаблоне: <script type="text/javascript" async="" id="vk" src="https://vk.com/js/api/openapi.js"></script> А мы...
  3. Temyk

    RESOLVED Не работают комментарии ВКонтакте

    Вы делали по инструкции от другого плагина. Поэтому я и уточняю, заполнили ли вы все поля.
  4. Temyk

    Block Users doesn't work

    Hello. Problems with the plugin are due to the limitations of Instagram. We are already preparing an update in which everything will work again, but you will have to log in with the account you want to display.
  5. Temyk

    QUESTION Snippets & Multisite

    Hello. Woody plugin works separately on each site of the network. However, you can use the snippet Library to use the same snippet on different sites. This works through your license key, the snippet library identifies you by it. Add a snippet to the library by clicking the "Save to cloud"...
  6. Temyk

    BUG Images not found when generating Sitemap.

    I think you should contact the technical support of the Yoast plugin, because this is their functionality. The problem is most likely not in the plugin Woody
  7. Temyk

    RESOLVED Не работают комментарии ВКонтакте

    Здравствуйте. Проверьте, что вы заполнили все поля на вкладке Настройка комментариев
  8. Temyk

    RESOLVED Using Local Variables In Woody Ad Snippets

    Just write the code in the text box, woody will automatically substitute <php at the beginning and ?> at the end. If you still have errors, please send me screenshots of your snippets(a few for understanding)
  9. Temyk

    RESOLVED Using Local Variables In Woody Ad Snippets

    Add code to snippet without <?php and ?> global $state = "California"; global $city = "Los Angeles"; yes
  10. Temyk

    BUG Images not found when generating Sitemap.

    Hello. This is because Yoast does not handle shortcodes in the post text. You can fix this with this code: add_filter( 'wpseo_pre_analysis_post_content', function( $content, $post ){ return do_shortcode($content); }); Put this code in a PHP snippet that runs everywhere. After that, you will...
  11. Temyk

    Problems with social slider instagram

    Hello. This is due to the limitations of instagram. In the new version, the plugin will work with The official instagram API. That solves the problem. We will release an update soon.
  12. Temyk

    RESOLVED Using Local Variables In Woody Ad Snippets

    Hello. If I understand you correctly, you want to create a snippet that will store all the names of the States? Use global when you declare a variable and before you use it. <?php global $state = "California"; global $city = "Los Angeles"; ?> <?php global $state; global $city; ?>...
  13. Temyk

    RESOLVED Security issue?

    Please update Woody to the latest version to prevent this from happening again.
  14. Temyk

    RESOLVED Security issue?

    Hello. No, this is not our standard snippet. Are you using the latest version of Woody? It fixes all known security issues. Please send us the code of this snippet so we can analyze it.
  15. Temyk

    BUG Вечное подключение к серверу

    Здравствуйте. Возможно временные проблемы с соединением с серверами. Оптимизация изображений при этом тоже не работает?
  16. Temyk

    RESOLVED How to use JS snippet

    Hello. Shortcodes can be used only in the text of posts, pages and other WordPress materials. You are trying to use a shortcode in PHP code - it will not work. You can use: do_shortcode("[wbcr_js_snippet id= '483']"); But using snippets and shortcodes in templates is wrong. You can write code...
  17. Temyk

    IDEA Совет для разработчиков.

    Здравствуйте. Извините за задержку с ответом. Я попробовал оптимизировать ваше изображение и всё прошло хорошо: Какой сервер для оптимизации вы использовали?
  18. Temyk

    Change the symbol in the import from , to ;

    Так зачем именно вам менять разделитель? Может возникнуть ситуация, когда экспорт производился с одним разделителем, а импорт будет с другим. И у рядовых пользователей будут проблемы. Поэтому мы используем один разделитель и не даём выбора. Запятая используется по умолчанию в функции PHP fgetcsv
  19. Temyk

    Change the symbol in the import from , to ;

    Здравствуйте. Мы используем символ-разделитель по умолчанию для работы с CSV в PHP. Если сейчас что-то изменить или даже дать возможность настроить разделитель, то у некоторых пользователей может возникнуть путаница и проблемы с импортом файлов. Зачем именно вам менять разделитель?
  20. Temyk

    RESOLVED Возможная проблема с кэшом

    Здравствуйте. Это кэш только js и css файлов. Они на большинстве сайтов редко меняются, поэтому кэш не растёт. А проценты означают на сколько заполнен кэш (максимальный размер кэша 500МБ). Даже если у вас 0,5% заполнено, плагин покажет 1% - это минимальное значение для отображения