Search results

  1. Temyk

    RESOLVED Can global variables be used?

    Hello. You must declare the variable global. global $testvar; $testvar = 1; function testfunc() { global $testvar; var_dump ($testvar); } echo "testvar is [$testvar]<br>\n"; testfunc();
  2. Temyk

    RESOLVED Main Menu Broken in Mobile

    The plugin is not called Clearfy. In the list it is called Webcraftic Clearfy – WordPress optimization plugin
  3. Temyk

    RESOLVED Main Menu Broken in Mobile

    The browser console shows JavaScript errors on your site. Fix them and check the menu again
  4. Temyk

    RESOLVED Main Menu Broken in Mobile

    If you deactivate Clearfy in the list of plugins, the problem is solved?
  5. Temyk

    QUESTION database table postmeta going to big

    Image data Robin keeps the table wp_rio_process_queue. You say the POSTMETA table takes 1.2 GB? Can you send me a screenshot? Can you send us a database dump? In private messages on the forum. Can be downloaded to Google drive
  6. Temyk

    RESOLVED Main Menu Broken in Mobile

    Hi, If you deactivate Clearfy, does the menu appear? Send a link to your website.
  7. Temyk

    RESOLVED Не работает Last-modified

    И сервис Проверка 304 Not Modified тоже видит 304 not modified и Last-modified
  8. Temyk

    RESOLVED Не работает Last-modified

    Плагин отдаёт 304 статус. Консоль браузера показывает 304 статус страницы
  9. Temyk

    QUESTION database table postmeta going to big

    Hi, What version of Robin optimizer do you use?
  10. Temyk

    RESOLVED Не работает Last-modified

    Здравствуйте. Для начала пришлите адрес сайта, чтобы я мог проверить.
  11. Temyk

    RESOLVED Plugin tech support code not working (works in Code Snippets)

    Hello, We found a bug in our plugin. We will fix it in the next update, but you can fix it yourself now. Replace the lines in the file wp-content\plugins\insert-php\includes\class.execute.snippet.php from 35: add_action( 'wp', array( $this, 'executeEverywhereSnippets' ), 1 ); to 35: add_action(...
  12. Temyk

    RESOLVED Left Banner

    Hello, Your question is not related to Woody functionality. But... <div style="float: left;"> <!-- Your Adsense code --> </div>
  13. Temyk

    IDEA create a snippet on specific tag posts

    Hello. Unfortunately, this is not possible now, but we will consider your suggestion and maybe add it in future versions.
  14. Temyk

    RESOLVED server 1 не доступен

    К сожалению эта проблема не зависит от нас. Попробуйте использовать Сервер №3. Он безлимитный, но не работает на localhost
  15. Temyk

    RESOLVED server 1 не доступен

    Здравствуйте. В данный момент проблема с первым сервером сохранилась? я сейчас попробовал на своём сайте, расположенном на beget.ru - Робин отработал без ошибок
  16. Temyk

    RESOLVED How to use shortcode from another plugin in php snippet

    Hello. For these tasks there are in Wordpress function do_shortcode. do_shortcode("[pdb_list template=club search='true' orderby='$sort' order='$order' fields='discipline,logo,no_affil,departement,url,email,contact,telephone,date_updated']");
  17. Temyk

    RESOLVED Upgrade of WP broke 'insert php' plugin

    Hi, In the menu: Woody snippets -> Settings ->Support old shortcodes [insert_php]
  18. Temyk

    RESOLVED Google Analytics Is Not Working On Clearfy Version 1.5.3

    Hi. Your site has JavaScript errors. Correct them and try to check again
  19. Temyk

    RESOLVED Upgrade of WP broke 'insert php' plugin

    Hi. The old [insert_php] syntax is disabled by default in Woody settings, but you can enable it.
  20. Temyk

    RESOLVED Form is not triggering validation, may be form is not submitting properly (PHP/HTML)

    This is how it should work <form action="" method="post"> If you want to learn how to program in PHP, you have chosen the wrong forum. Read the documentation or ask questions on the specialized forums for learning PHP