This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
ICL_DISABLE_CACHE not working?
Started by: pietR-2 in: English Support |
|
1 | 11 | 1 week, 6 days ago | |
|
Render block with url, url gets mangled.
Started by: pietR-2
in: English Support
Problem: <wpml-config> <gutenberg-blocks> <gutenberg-block type="your/block-name"> <key name="url" action="copy"></key></gutenberg-block> </gutenberg-blocks></wpml-config> Make sure to replace 'your/block-name' with the actual name of your block and 'url' with the attribute key. add_filter('wpml_translate_link_targets', '__return_false');Alternatively, for a more aggressive approach: add_filter('wpml_permalink', function($url) { return $url; });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 the problem persists, please open a new support ticket. |
|
0 | 4 | 1 month ago | |
|
get_terms to get all category ids in all languages
Started by: pietR-2 in: English Support |
1 | 4 | 1 month, 3 weeks ago |