• 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 Cannot Connect to mysql database

    Snippet with declaration of database connection parameters (Run everywhere) Constant names must be as unique as possible to avoid conflicts with other plugins define('SAMINDA_DB_HOST', 'server name'); define('SAMINDA_DB_USER', 'username'); define('SAMINDA_DB_PASSWORD', 'password')...
  2. Temyk

    RESOLVED Google Analytics Is Not Working On Clearfy Version 1.5.3

    Hello. By default, the "Track logged in Administrators" option is disabled in Clearfy. You were hit from the admin? Give me the website address so I can check.
  3. Temyk

    RESOLVED Cannot Connect to mysql database

    Just specify the data to connect to your database. It is not necessary to use parameters from wp-config.php mysqli_connect("127.0.0.1", "my_user", "my_password", "my_db");
  4. Temyk

    RESOLVED Cannot Connect to mysql database

    Hello. If you want to connect to the database of your Wordpress, you have incorrectly specified global variables, and you do not need to declare them, they are already declared in the wp-config.php. Here is the correct code: <?php /* Attempt to connect to MySQL database */ $con =...
  5. Temyk

    RESOLVED Update issues

    This is described in detail in the documentation section Creating a PHP snippet
  6. Temyk

    RESOLVED Update no longer works with Formidable Forms

    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(...
  7. Temyk

    RESOLVED Update no longer works with Formidable Forms

    Hi. Send me the snippet code that stopped working after the update. And specify what parameters it has, "Insertion location" for example
  8. Temyk

    RESOLVED Update issues

    What do you mean? What kind of code?
  9. Temyk

    RESOLVED Update issues

    This is because you use the old snippet syntax. Use the new [wbcr_php_snippet id="12"] Documentation here.
  10. Temyk

    RESOLVED Update issues

    You can disable the "support old shortcodes" option in Woody settings
  11. Temyk

    RESOLVED Update issues

    Hello. I visited your website from my computer and mobile. Everywhere it is displayed well (without the code in the mobile version). Have you fixed the problem yet? You currently have the "Support old shortcodes [insert_php]" option enabled?
  12. Temyk

    QUESTION Plugin Questions

    Hi! 1. The speed of optimization in the premium version is not different from the free version. We plan to increase the speed of optimization for the premium version in the future. 2. When you click on the "Run" button the images from the media library start to be optimized. 3. Unfortunately...
  13. Temyk

    RESOLVED Unclear about EXIF Data

    Hello. By default, the "Leave EXIF data" option is enabled. However, in the next update we will fix the default value for this parameter. Will be as in documentation. Thank you for your attention. Certainly. If you want to remove EXIF data from images, you must run the optimization again
  14. Temyk

    RESOLVED Update broke my site

    Let's first check the basic error: check if the file exists at /home/guiltyfe/public_html/wp-content/plugins/insert-php/admin/includes/class.api.php If not, try again to update the plugin, or reinstall it (the data will remain)
  15. Temyk

    RESOLVED Update broke my site

    Can you send the snippet code to identify the error? Answer here or in private messages on the forum
  16. Temyk

    RESOLVED Update broke my site

    From my computer, your site opens without errors. Is everything working for you now?
  17. Temyk

    RESOLVED Update broke my site

    Hi. Error somewhere displayed on the site? Do Woody snippets work on frontend?
  18. Temyk

    RESOLVED include page and send variable between pages

    In the new version there will be an option in the settings
  19. Temyk

    RESOLVED include page and send variable between pages

    Only through named constants.