This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
WPML Advanced Translation Editor
Started by: Orhan Erkut
in: English Support
Problem: Solution: <attribute type="title" encoding="allow_html_tags ">link</attribute> Relevant Documentation: |
|
2 | 5 | 1 year, 7 months ago | |
Advanced translation editor service is looking like not running
Started by: Orhan Erkut
in: English Support
Problem: Solution: |
|
3 | 7 | 2 years, 4 months ago | |
Split: Translated website is not working properly
Started by: Orhan Erkut in: English Support |
|
2 | 11 | 2 years, 4 months ago | |
There are still some fields not able to translate
Started by: Orhan Erkut
in: English Support
Problem: Solution: <wpml-config> <shortcodes> <shortcode> <tag>cz_image</tag> <attributes> <attribute>image</attribute> <attribute>tooltip</attribute> </attributes> </shortcode> </shortcodes> </wpml-config> After that please go to the edit screen of the page (original language), do a small modification and save. After that the element should be available o the translation editor. Documentation link: https://wpml.org/documentation/support/language-configuration-files/ |
|
2 | 5 | 2 years, 4 months ago | |
Translated website is not working properly
Started by: Orhan Erkut in: English Support |
|
2 | 7 | 2 years, 4 months ago | |
I can’t see&translate all contents that created with WPBakery
Started by: Orhan Erkut
in: English Support
Problem: Translate custom elements from the Xtra theme Solution: <wpml-config> <shortcodes> <shortcode> <tag>cz_title</tag> <attributes> <attribute>shape_text</attribute> </attributes> </shortcode> <shortcode> <tag>cz_button</tag> <attributes> <attribute>title</attribute> <attribute type="link" encoding="vc_link">link</attribute> </attributes> </shortcode> <shortcode> <tag>cz_animated_text</tag> <attributes> <attribute>before_text</attribute> <attribute>after_text</attribute> </attributes> </shortcode> </shortcodes> </wpml-config> Now the strings are available for translation. If you can't see these elements available on other pages, go to the edit screen of the page (default language), do a small modification and save. After that the element should be available o the translation editor. |
|
3 | 8 | 2 years, 5 months ago | |
Visual product configurator translation issue
Started by: Orhan Erkut in: English Support |
|
2 | 6 | 2 years, 5 months ago | |
I am getting an error when I m entering the key
Started by: Orhan Erkut in: English Support |
|
2 | 8 | 2 years, 7 months ago | |
I translated a string but it didn’t change on the page
Started by: Orhan Erkut
in: English Support
Problem: I translated all "Description" strings but couldn't see it changed on the page. How to fix it? Solution: Please add this to the top of wp-config.php to increase WP memory: /* WP Memory Limit */ define('WP_MEMORY_LIMIT', '256M'); define( 'WP_MAX_MEMORY_LIMIT', '256M'); - Please increase MaxInputVars to 10000 or more. For this, please try to set this variables in your php.ini: max_input_vars = 10000; suhosin.post.max_vars = 10000; suhosin.request.max_vars = 10000; You may need to contact your hosting provider to set them. - Please make sure your theme is WPML compatible. Here is our compatible theme list. You can search you theme in this list. https://wpml.org/documentation/theme-compatibility Also make sure you are using updated Plugins and Theme. |
|
2 | 4 | 2 years, 7 months ago | |
I can't see&translate some contents that created with WPBakery
Started by: Orhan Erkut in: English Support |
|
2 | 7 | 2 years, 8 months ago | |
I couldn't change a link to point a translated page
Started by: Orhan Erkut in: English Support |
|
2 | 4 | 2 years, 9 months ago | |
There is an error message on the header if I put a language switcher…
Started by: Orhan Erkut
in: English Support
Problem: Solution: To prevent it showing online changed the lineof your wp-config.php file to hide the errors from the visible areas of the page but still be able to check the debug error information. Replace this: define('WP_DEBUG', false); With this: define('WP_DEBUG', true); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY',false); The first line enables de debug mode, so PHP errors for WordPress can be tracked. If you don't want to activate the debug log, set this instead: The second enables to create a text file called debug.log in the directory wp-content, where you can see the errors of the site. The third line hides the errors from the page so you don't get disturbing errors in the frontpage. That does not mean that this warning is gone, it just is not visible any more and you are still able to check any errors in the future.. Relevant Documentation: |
|
2 | 5 | 2 years, 11 months ago | |
Asking help for a donation form translation
Started by: Orhan Erkut in: English Support |
|
2 | 3 | 3 years ago | |
Uncheck the "current language" checkbox
Started by: Orhan Erkut
in: English Support
Problem:Language switcher shows current language. Solution:We have this option but it's available for the language switcher that is the list of the languages. A dropdown language switcher will always have the currently active language unless you create a custom language switcher. If you have the list of languages as your language switcher, go to WPML->Languages and edit your language switcher. To remove the currently active language you need to disable the "Current language" option in the "What to include in the language switcher" section. Relevant Documentation:https://wpml.org/documentation/getting-started-guide/language-setup/language-switcher-options/ |
|
2 | 3 | 3 years ago | |
The links belong to products on the menu are not updating automatically
Started by: Orhan Erkut
in: English Support
Problem: |
|
2 | 7 | 3 years, 1 month ago |