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

Search results

  1. Temyk

    BUG Social slider not appearing on my website

    Hello. I see that the instagram slider is working on your site. You are not using our plugin, because our plugin uses a shortcode like [jr_instagram id='123']
  2. Temyk

    BUG rescue required

    I sent you a forum message with an SQL query to get the recovery code
  3. Temyk

    BUG rescue required

    Hello. What do you mean by "rescue link"?
  4. Temyk

    BUG 324 Duplicate Queries

    Hello. I read your message immediately. We are working on this issue.
  5. Temyk

    RESOLVED Очень долго сканирует оптимизацию кода и скриптов

    Здравствуйте. Эта кнопка просто включает некоторые опции для оптимизации скриптов и стилей, но не проводит саму оптимизацию. Оптимизация происходит при загрузке страницы. Это ошибка в плагине из-за последнего обновления Wordpress. Постараемся в ближайшее время исправить её. А пока вы можете...
  6. Temyk

    RESOLVED Error 404 on new login page.

    Hello. Does hiding work well on all devices except your computer?
  7. Temyk

    RESOLVED Пустая страница админки после отключения уведомлений

    Скорее всего это конфликт с другим плагином. Попробуйте деактивировать все плагины, кроме Webcraftic Disable Admin Notices Individually и Webcraftic Clearfy и изменить настройку скрытия уведомлений
  8. Temyk

    RESOLVED Fatal error: Cannot redeclare gen() (previously declared

    Проверил совместимость с плагином All In One SEO Pack - всё работает отлично. Найдите в одном из ваших сниппетов объявление функции gen() и сделайте вот так: if(!function_exists('gen')) { function gen(){ //some code } }
  9. Temyk

    RESOLVED conectiong to server

    The problem is due to this error in the console. This error is not from our plugin. To find out which plugin has the error point the cursor here
  10. Temyk

    RESOLVED Пустая страница админки после отключения уведомлений

    В логах ошибок ничего серьезного нет, только незначительные уведомления. Тоесть вы не можете установить плагин и переключить настройку скрытия уведомлений?
  11. Temyk

    RESOLVED Пустая страница админки после отключения уведомлений

    Здравствуйте. Нам нужно понять, какие ошибки возникают. Чтобы увидеть ошибки, включите режим отладки Wordpress. Для этого добавьте следующие строки в файл wp-config.php define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); После этого активируйте...
  12. Temyk

    RESOLVED conectiong to server

    How can I open the browsers console? – Mailster Knowledge Base
  13. Temyk

    RESOLVED conectiong to server

    You didn't open the browser console.
  14. Temyk

    RESOLVED conectiong to server

    Open the browser console, then refresh the page. If there are errors, please send me a screenshot
  15. Temyk

    RESOLVED Fatal error: Cannot redeclare gen() (previously declared

    Вот почему я подумал про два плагина: Fatal error: Cannot redeclare gen() (previously declared in /var/www/site.com/wp-content/plugins/insert-php2/includes/shortcodes/shortcode-universal.php(53) : eval()'d code:2) in...
  16. Temyk

    RESOLVED conectiong to server

    We fixed the problem. Update the plugin to the latest version 1.4.4
  17. Temyk

    RESOLVED Bulk Optimization Not Working

    We fixed the problem. Update the plugin to the latest version 1.4.4
  18. Temyk

    RESOLVED conectiong to server

    Hello. Have you updated to the latest version of WordPress 5.5? there is an issue in this version. We are already working on updating the plugin.
  19. Temyk

    RESOLVED Fatal error: Cannot redeclare gen() (previously declared

    Судя по всему, можно по-русски? Эта ошибка именно в вашем сниппете, плагин тут не причём. В тексте ошибки я вижу что у вас установлено два плагина Вуди. Проверьте.
  20. Temyk

    RESOLVED Fatal error: Cannot redeclare gen() (previously declared

    Hello. This is an error in your snippets. The error text indicates that you have the same gen () function declared in two different snippets. Either remove the Declaration of this function in one of the snippets, or use verification if(!function_exists('gen')) { function gen(){...