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

Search results

  1. Temyk

    RESOLVED Woody closes form element on its own and prematurely

    The Woody plugin does not automatically close tags. Perhaps it makes another plugin. If you give me access to the admin, I can see what could be the problem. An elegant use of woody is to just place all the extra code in a snippet. For example, you can now use this form anywhere else on the...
  2. Temyk

    RESOLVED Woody closes form element on its own and prematurely

    Hello. Woody doesn't add closing tags automatically. Perhaps it makes another plugin or extension for your browser? Send the snippet code and a link to the site so I can see where it is posted.
  3. Temyk

    RESOLVED php snippets not working in sidebars/header bars

    Hi, Do you add snippet shortcodes to the widget? If so, the widgets shortcodes work. If the problem is not solved yet, send screenshots of snippet settings and the place where you insert it
  4. Temyk

    RESOLVED JetPack не коннектится при работающем плагине Webcraftic

    Попробовал на своём тестовом сайте, и у меня Джетпак продолжает нормально работать, после настройки Hide Login Page. Попробуйте написать в техподдержку JetPack и уточнить из-за чего происходит такая ошибка подключения. Возможно влияют другие настройки или другие плагины.
  5. Temyk

    RESOLVED JetPack не коннектится при работающем плагине Webcraftic

    Здравствуйте, Андрей. Раньше таких проблем не наблюдалось. Проблема с Джетпаком начинается сразу после активации "Webcraftic Скрыть страницу логина" или после настройки?
  6. Temyk

    QUESTION Exclude pages from RUN EVERYWHERE

    Hello. You can do this by using an additional execution logic of the snippet. But this is not available in PHP snippet. You can use the Universal snippet: <?php //Your code ?>
  7. Temyk

    BUG I am having trouble with event tracking

    When you delete a plugin, all its settings are reset. Try to re-add the Google Analytics widget to your site
  8. Temyk

    RESOLVED assets manager

    Hi, In order not to break anything on the site, disable the assets should be a person who understands the development of sites. It is impossible to write a universal instruction, because the sites are different.
  9. Temyk

    BUG I am having trouble with event tracking

    Hi, If the problem persists when you disable the Clearfy plugin, then the problem is probably not in it. But you can try enabling the setting for Google Analytics in the PERFORMANCE - Google Services section. But before that, carefully read the description of this option
  10. Temyk

    RESOLVED How do I turn off all snippets via FTP/File Manager?

    Hi, We created a secure mode for this case. Go into it and your snippets code will not be executed. 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...
  11. Temyk

    BUG Non existing media searching

    Hello. You need to remove information about deleted files from Wordpress database. To do this, you can use special plugins, such as Broken Link Checker
  12. Temyk

    RESOLVED Plugin breaks after first time use

    Hello. Problem is solved?
  13. Temyk

    RESOLVED Conditional with similar name

    Hi, You set the logic to "contains". The URL of both pages contains "shirt-rosa". Select "equals" or change the URL of one of the pages
  14. Temyk

    RESOLVED Plugin breaks after first time use

    Try update this plugin to the latest version. I tested on 4.5.1 and nothing problem with Robin
  15. Temyk

    RESOLVED Plugin breaks after first time use

    It is necessary to determine with which plugin there is a conflict. Disable plugins one by one and check how the window is displayed in Robin
  16. Temyk

    RESOLVED Plugin breaks after first time use

    You had optimization errors when server 4 was used. When you switched to server 1, the optimization was successful. Server 4 is in beta, so there may be a problem with it. Distortion of the optimization window - it may conflict with another plugin or theme. See if there are errors in the...
  17. Temyk

    RESOLVED Plugin breaks after first time use

    Hi, To check the window display, try opening it in another browser. Enable the "Error log" in the main settings of the plugin or component. After that, go to the page "Error log" and click "Export log". Send me the downloaded archive so that I check for errors that you have.
  18. Temyk

    BUG Folder wp-content/uploads/ is unavailable for writing

    Hello. The plugin checks the folder by means of Wordpress. In addition to permissions, the folder still has an owner. Check the wp-content/uploads folder owner
  19. Temyk

    RESOLVED snippet within snippet - passing variable not possible ?

    Hello! Try this code Snippet A: function generalQuery() { return "SELECT * from my_table1"; } global $sql_query; $sql_query = generalQuery(); Snippet B: do_shortcode('[wbcr_php_snippet id="id_of_A"]'); global $sql_query; global $wpdb; $result = $wpdb->get_results($sql_query)...
  20. Temyk

    QUESTION Option to conditional + Duplicate option

    Hi, Unfortunately conditional logic in Woody doesn't support Woocommerce yet. But Google told you the solution Woocommerce Get product tags in array