ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
| الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
|---|---|---|---|---|---|
|
ACF options empty in other languages
1
2
بدأه: thomasS-38
في: English Support
Problem: If this solution does not apply to your case, or if it becomes outdated, we recommend opening a new support ticket. We also highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. For further assistance, please contact us through the WPML support forum. |
|
1 | 19 | قبل 5 أشهر، 1 أسبوع | |
|
ACFML_EXCLUDE_FIELD_GROUP_STRINGS_IN_POST_JOBS constant is not working
بدأه: thomasS-38
في: English Support
Problem: The client is experiencing issues with ACF field group labels still appearing in WPML > Translation Management despite using the define('ACFML_EXCLUDE_FIELD_GROUP_STRINGS_IN_POST_JOBS', true); setting. Solution: The constant *ACFML_EXCLUDE_FIELD_GROUP_STRINGS_IN_POST_JOBS* just prevents new occurrences of ACF Field Groups listing for translation in WPML Translation Management Dashboard. So we recommend adding the following code to your functions.php file, ensuring you take a full backup before making changes:
/**
* Exclude the ACF field group section on the Translation Management Dashboard.
*
* @see https://onthegosystems.myjetbrains.com/youtrack/issue/acfml-990
*/
add_filter( 'wpml_tm_dashboard_item_sections', function( $sections ) {
/** @var \WPML\UserInterface\Web\Core\Component\Dashboard\Application\ViewModel\ItemSection[] $sections */
return array_filter(
$sections,
function( $section ) {
return $section->getId() !== 'stringPackage/acf-field-group' && $section->getId() !== 'stringPackage/acf-options-page-labels';
}
);
} );
If this solution does not apply to your case, or if it becomes outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 3 | قبل 6 أشهر، 1 أسبوع | |
|
Separate archive and single post slugs.
بدأه: thomasS-38 في: English Support |
|
2 | 2 | قبل سنتين، 6 أشهر | |
|
Archive slug issue
بدأه: thomasS-38 في: English Support |
|
1 | 3 | قبل سنتين، 6 أشهر | |
|
Translating archive slugs
بدأه: thomasS-38 في: Chat Support |
|
1 | 2 |
قبل سنتين، 6 أشهر
|
|
|
Archive slug is not translating
بدأه: thomasS-38 في: Chat Support |
|
1 | 2 |
قبل سنتين، 6 أشهر
|
|
|
Cloudinary image translation issues
بدأه: thomasS-38 في: Chat Support |
|
1 | 2 |
قبل 4 سنوات، 9 أشهر
|