This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Empty price element on product pages in 3 languages (TR, SV, DA) — 8 other languages render correc…
Started by: shantoA in: English Support |
|
0 | 6 | 4 days, 8 hours ago | |
|
[LiteSpeed Cache] Translation menu not working after using WP Menus Sync
Started by: shantoA in: English Support |
|
0 | 3 | 1 week, 1 day ago | |
|
Menu not displaying on translated pages + empty menu UI despite record count — WPML
1
2
Started by: shantoA
in: English Support
Problem: Solution: These steps resolved the issues with menu visibility and functionality in the admin UI and on the frontend across all languages. For further details on translating custom fields, please refer to this documentation. If these solutions do not resolve your issue, or if they seem outdated or irrelevant to your specific case, 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 problems persist, please open a new support ticket. |
|
0 | 25 | 1 week, 1 day ago | |
|
Elementor V4 widgets not rendering on translated pages
Started by: shantoA in: English Support |
|
1 | 12 | 2 weeks ago | |
|
Product attribute values not showing on translated pages
Started by: shantoA in: English Support |
|
0 | 8 | 2 weeks, 6 days ago | |
|
URGENT: How to disable backend/admin translation — frontend only needed
Started by: shantoA
in: 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 | 1 month, 4 weeks ago | |
|
Translate directories
Started by: shantoA
in: English Support
Problem: |
|
0 | 6 | 2 months ago |