glomberg
Forum Replies Created
-
Hello mochiny
CleanTalk is here 🤗
We also does not reproduced the issue. We have tested OpenLiteSpeed + ESI enabled + CleanTalk – but the inline scripts works properly. So CleanTalk + LiteSpeed are compatible.
Hello, @erikneitzel ,
We have implemented a self-owned function clone apbct_is_super_admin() to resolve the issue of the early calling of is_super_admin(). This fix is on 5.172 already.
So, you can update the plugin safely.
Hello @jerucker ,
please, try to activate the alternative cookies as a temporary solution https://ww.wp.xz.cn/support/topic/400-bad-request-error-6/#post-15150623Forum: Plugins
In reply to: [Bazz CallBack widget] Why hidden on mobile?Forum: Plugins
In reply to: [Bazz CallBack widget] Конфликт с плагином Popup MakerЗдравствуйте.
Конфликт подтвержадю. Происходит из-за использования метода .animate() в JS файлах обоих плагинов.
В следующем релизе планирую отказатья от использования этого метода.
О сроках сказать не могу.Forum: Plugins
In reply to: [Bazz CallBack widget] Got forbidden issue 0 first numberHello.
A forbidden message is the result of the nonce checking. It seems you have a cache plugin caches page content and the nonce is outdated.
Please set flushing your cache to 1 time per day.Forum: Plugins
In reply to: [Bazz CallBack widget] Критическая ошибка в работеПриветствую.
Исправил в 3.22Forum: Plugins
In reply to: [Bazz CallBack widget] Name field functionHello
Thank you for using my plugin.Your suggestion was discussed many times and I have explained my position here https://ww.wp.xz.cn/support/topic/can-you-add-a-name/#post-10780311
Forum: Plugins
In reply to: [Bazz CallBack widget] Проблема с отображением на телеHello.
Thank you for using my plugin.Forum: Reviews
In reply to: [Bazz CallBack widget] На телефонах в вертикальном нет виджетаHello.
Thank you for using my plugin.Forum: Plugins
In reply to: [Bazz CallBack widget] Please can you fix error for validatorHello!
Thank you for using Bazz CallBack Widget.
Your suggestion implemented on 3.20.Forum: Plugins
In reply to: [Bazz CallBack widget] Как интегрировать через вебхук с битрикс24Здравствуйте.
Интеграция с помощью хука невозможна.
Извините, но на данный момент хуков в плагине не реализовано. Возможно это появится в будущих версиях.Hello.
This appears because used a cache plugin – the problem is that Bazz CallBack Widget uses a secret key that changes to make sure the user submitting the form is real. Your cache plugin is caching that value and it goes out of date.
The main advice is to decrease garbage collection frequently of the cache plugin for less than 24 hours.Forum: Plugins
In reply to: [Bazz CallBack widget] Greek translation problemThank you for the attendance! You can help the community to translate the plugin here https://translate.ww.wp.xz.cn/projects/wp-plugins/bazz-callback-widget/stable/el/default/
Forum: Plugins
In reply to: [Bazz CallBack widget] Не работает callback виджетСоздайте файл
functions.phpв директории вашей темы со следующим содержимым:<?php add_action( 'wp_enqueue_scripts', function() { wp_enqueue_script( 'jquery' ); });