Search results

  1. Temyk

    More details re: bulk uploader fix?

    Therefore, you need to check the privileges of the administrator using the function current_user_can()
  2. Temyk

    More details re: bulk uploader fix?

    Hello, @Vikaspandey. Our plugin is designed to work with redirects, so attackers redirected users to their sites. Together with the form you need to send nonce and check it when processing the form. And also you need to check the user permissions using the function current_user_can()
  3. Temyk

    BUG Stuck on 'Welcome' screen??

    Hello. To disable the plugin you need to delete the wp-content/plugins/insert-php folder. If reinstalling the plugin does not help, will be able to give access to the admin area, so I can check?
  4. Temyk

    More details re: bulk uploader fix?

    We have fixed bugs in the code, now outsiders will not be able to access your redirects, but the redirects created by the hacker remained on your site. Go to the 301 Redirects management page (Settings/301 Redirects) and remove unnecessary redirects!
  5. Temyk

    BUG Touble after backup

    Здравствуйте. Эта проблема возникла после оптимизации или после бэкапа?
  6. Temyk

    RESOLVED HTTP ERROR 500

    Здравствуйте. Чтобы посмотреть лог ошибок нужно добавить строки в файл wp-config.php: define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); После этого перейдите в менеджер. Файл лога появится в wp-content/debug.log. Пришлите мне содержимое файла
  7. Temyk

    RESOLVED Lost menu item

    Hello. If you bought the premium version, you must have both versions of the plugin installed. Do you have a free woody plugin installed and activated?
  8. Temyk

    QUESTION Slider Stopped Working

    Activate Clearfy and disable other plugins one by one. To understand which plugin is in conflict
  9. Temyk

    QUESTION Slider Stopped Working

    With your settings I have everything displayed. Then the conflict with the settings of another plugin, for example your plugin gallery. On the main page of the site in the browser console there are errors. Because of them, the slider is not displayed. Correct them. And then try to reset...
  10. Temyk

    QUESTION Slider Stopped Working

    Send me your Clearfy settings. You can export them in the "Clearfy Settings" section
  11. Temyk

    QUESTION Slider Stopped Working

    Clearfy probably conflicts with another optimization plugin - Swift. Disable Clearfy to see how gallery/slider is displayed
  12. Temyk

    RESOLVED Conditional with similar name

    Hello. Your problem is solved?
  13. Temyk

    RESOLVED Woody snippets fails

    You forgot the semicolon after print "hello...";
  14. Temyk

    QUESTION Slider Stopped Working

    Hello. There are errors on your website in the browser console. If you have installed caching plugins, update the cache in them. Try disabling Clearfy - slider appears?
  15. Temyk

    RESOLVED Woody snippets fails

    Hello. Did you insert the snippet shortcode into the post? Send a screenshot of the snippet and the page on which it is placed
  16. Temyk

    RESOLVED not possible to access stored $_GET data in array, from input fields generated with javascript

    Hello. If you send the form using the GET METHOD, you should see all the passed parameters in the address bar. Check if all form fields are passed in the address bar?
  17. Temyk

    BUG Обрезает большие изображение не смотря на отключение соответствующей опции в настройках

    Здравствуйте. При отключении плагина Робин, изображения не обрезаются? Пришлите скриншот настроек Робина.
  18. Temyk

    QUESTION Skip one page or plugin from using java optimization

    Hello. You can add js files to exceptions
  19. Temyk

    QUESTION snippet for checkout semplification

    Hello. You remove from the form fields that are required. Contact Woocommerce support with the question how to make the fields optional or read your own link in the code.