ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
| الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
|---|---|---|---|---|---|
|
WPML cannot translate V4 paragraph content inside accordion widgets
بدأه: shantoA في: Chat Support |
|
1 | 1 |
قبل 1 أسبوع، يومين
|
|
|
WPML + Woodmart layout compatibility issue Layouts (woodmart_layout)
بدأه: shantoA في: Chat Support |
|
1 | 2 | قبل 3 أسابيع، 6 أيام | |
|
WPML creating full duplicate pages/post for each language.
بدأه: shantoA في: Chat Support |
|
0 | 2 | قبل 3 أسابيع، 6 أيام | |
|
WPML + Navigation dropdown menus issue
بدأه: shantoA في: Chat Support |
|
0 | 2 | قبل 3 أسابيع، 6 أيام | |
|
WPML + WooCommerce setup checkout slug translation clear
بدأه: shantoA في: Chat Support |
|
1 | 2 | قبل 3 أسابيع، 6 أيام | |
|
URGENT: How to disable backend/admin translation — frontend only needed
بدأه: shantoA
في: English Support
Problem: Additionally, to address issues with menu items on translated pages not functioning correctly (e.g., the 'Products' menu item URL changing to '/es/#'), we suggest adding a code snippet to your theme's functions.php file or a custom plugin. This code will ensure that anchor-only URLs (like '#') are not translated, preserving their functionality across different language versions: /**
* Skip URL conversion for anchor-only URLs (# or #something)
* This prevents WPML from converting # to /es/# on translated pages
*/
add_filter( 'wpml_skip_convert_url_string', function( $skip, $url, $lang_code ) {
if ( strpos( $url, '#' ) === 0 ) {
return true;
}
return $skip;
}, 10, 3 );Please note that this solution might be outdated or not applicable to your specific case. If these steps do not resolve your issue, 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 the problem persists, please open a new support ticket for further assistance. |
|
1 | 11 | قبل 3 أسابيع، 6 أيام | |
|
Translate directories
بدأه: shantoA
في: English Support
Problem: |
|
0 | 6 | قبل 4 أسابيع، 1 يوم |