Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos do fórum criados
| Status |
Tópico
|
Suporte | Vozes | Posts | Atualidade |
|---|---|---|---|---|---|
|
Unable to add a translation manager
Iniciado por: samaraL em: English Support |
0 | 4 | 6 meses atrás | ||
|
Unable to retrieve job details
1
2
Iniciado por: samaraL
em: 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 | 9 meses, 3 semanas atrás | |
|
Translation not appearing
Iniciado por: samaraL em: English Support |
|
2 | 9 | 1 ano, 10 meses atrás | |
|
How do I edit calendar and date strings?
Iniciado por: samaraL em: Chat Support |
|
1 | 2 |
1 ano, 11 meses atrás
|
|
|
How to install WPML Sticky Links
Iniciado por: samaraL em: English Support |
|
2 | 3 | 2 anos atrás |