SendPulse
Forum Replies Created
-
Hello, k0c1!
This plugin works with any version of WordPress and WooCommerce. In fact, the plugin simplifies the installation of the pop-up service code from the Sendpulse company, which you receive in your personal account https://login.sendpulse.com/pop-ups/ after registration. You can read more in the description section of the plugin named “Usage”.Forum: Plugins
In reply to: [SendPulse Free Web Push] Have prompt and integration code only on one page?Hello! Sorry for the late response. Yes. We can make prompt only on a subscription page.
You can add this code at your functions.php file inside your theme (/wp-content/theme/theme_name/functions.php)
// Disable the original sendpulse_display() function for all pages remove_action('wp_head', 'sendpulse_display', 1000); remove_action('login_enqueue_scripts', 'sendpulse_display'); // Define the custom_sendpulse_display() function with the modified logic function custom_sendpulse_display() { $page_id = get_queried_object_id(); // Replace with actual page ID or ID's. It can be like that if you need more than 1 page to show Push Message $target_page_ids = array(2,3); $target_page_ids = array(2); if (in_array($page_id, $target_page_ids)) { $html = get_option('sendpulse_code', ''); echo $html; } } // Enqueue the custom_sendpulse_display function on the appropriate action hooks add_action('wp_head', 'custom_sendpulse_display', 1000); add_action('login_enqueue_scripts', 'custom_sendpulse_display');
- This reply was modified 1 year, 6 months ago by SendPulse.
Forum: Plugins
In reply to: [SendPulse Email Marketing Newsletter] Что хочет от меня плагин?Спасибо за обращение. Сообщения расширили и дополнили в последней версии.
Hi!
The plugin turned on in session mode because it cannot write data to the storage folder inside the plugin directory (sendpulse-email-marketing-newsletter/storage). Using FTP Client like FileZilla you can connect to server and set 775 permissions on this folder.https://www.pipeten.com/support/scripting/changing-file-permissions-using-filezilla/
Any way Session mode work same as File mode. You can just close message if you do not want to change this.Forum: Plugins
In reply to: [SendPulse Email Marketing Newsletter] Что хочет от меня плагин?Добрый день!
Плагин просто сообщает что папка storage в директории плагина недоступна для записи и плагин работает в режиме сессии. Вы просто можете закрыть это предупреждение. На работу плагина это сообщение никак не влияет. Оба режима работают идентично.
Если вы хотите использовать файловое хранилище нужно поставить 775 права на папку storage в папке плагина. Для этого лучше обратиться в тех поддержку вашего хостинга.Forum: Plugins
In reply to: [SendPulse Email Marketing Newsletter] New version cause critical errorsHi!
We already fix problem.
Rename installed plugin dir via ftp. And reinstall new version via wordpress admin.We apologize for the inconvenience caused to you.
- This reply was modified 2 years, 5 months ago by SendPulse.
Forum: Reviews
In reply to: [SendPulse Email Marketing Newsletter] Fatal errorДобрый день!
Просьба предоставить инфо о конфигурации Вашего сайта.
Возможно, Ваш хостер просто выключил не поддерживаемые старые функции в PHPForum: Reviews
In reply to: [SendPulse Email Marketing Newsletter] toooo slowДобрый день!
Просьба предоставить инфо о конфигурации Вашего сайта.
Плагин требует версию PHP 5.6 и выше, при этом рекомендуемая версия для Вордпресс – 7.0. Полезные рекомендации можно найти на странице Требования
Forum: Reviews
In reply to: [SendPulse Email Marketing Newsletter] Не запустился плагинДобрый день!
Плагин требует версию PHP 5.6 и выше, при этом рекомендуемая версия для Вордпресс – 7.0. Полезные рекомендации можно найти на странице Требования
Forum: Plugins
In reply to: [SendPulse Email Marketing Newsletter] file missingHello !
We have updated the plugin. Please install the new versionForum: Plugins
In reply to: [SendPulse Email Marketing Newsletter] Пропадает админкаДобрый день.
Мы выпустили новую версию- проверьте сейчас.