У этого пользователя нет избранных тем.
Избранные темы форума
Созданные темы форума
| Статус |
Тема
|
Специалист поддержки | Голоса | Сообщения | Свежесть |
|---|---|---|---|---|---|
|
Unable to add a translation manager
Начато: samaraL в: English Support |
0 | 4 | 1 неделя, 4 дня назад | ||
|
Unable to retrieve job details
1
2
Начато: samaraL
в: English Support
Problem: Root Cause: Recommended Solution: fluentcrm-inside-edge-email/app/Hooks/Handlers/CustomEmailHandler.php Replace the init() method with the following code: public function init() {
if (!function_exists('get_current_screen')) {
return;
}
$screen = get_current_screen();
if (!$screen || strpos($screen->id, 'fluentcrm') === false) {
return;
}
add_filter('safe_style_css', [$this, 'allowedCss'], 10, 1);
add_filter('wp_kses_allowed_html', [$this, 'allowedCssRules'], 10, 3);
}
You should apply a similar conditional check in the init() method inside this file as well: fluentcrm-inside-edge-email/app/Hooks/Handlers/AdminMenuHandler.php Next Steps: For better compatibility, you might also consider alternative plugins that are confirmed to work well with WPML. Important Note: If the issue continues after applying the workaround and updating all components, you can open a support ticket at https://wpml.org/forums/forum/english-support/ for further assistance. |
|
0 | 25 | 4 месяца назад | |
|
Translation not appearing
Начато: samaraL в: English Support |
|
2 | 9 | 1 год, 5 месяцев назад | |
|
How do I edit calendar and date strings?
Начато: samaraL в: Chat Support |
|
1 | 2 |
1 год, 5 месяцев назад
|
|
|
How to install WPML Sticky Links
Начато: samaraL
в: English Support
Problem: If this solution does not apply or is outdated, or if you're still experiencing issues, we encourage you to check the related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If necessary, please open a new support ticket in the WPML support forum. |
|
2 | 3 | 1 год, 6 месяцев назад |