이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
| 상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
|---|---|---|---|---|---|
|
Unable to add a translation manager
시작: samaraL 카테고리: English Support |
0 | 4 | 6 월 전에 | ||
|
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 | 9 월, 3 주 전에 | |
|
Translation not appearing
시작: samaraL 카테고리: English Support |
|
2 | 9 | 1 년, 10 월 전에 | |
|
How to install WPML Sticky Links
시작: samaraL 카테고리: English Support |
|
2 | 3 | 2 년 전에 |