This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
How can I add and ALT Attribute to the Language Flag Icons?
Started by: alessandroB-71
in: English Support
Problem: Got to ../wp-content/plugins/sitepress-multilingual-cms/classes/language-switcher/ directory and edit the class-wpml-ls-model-build.php, line 190. $ret[ $code ]['flag_alt'] = ( $display_name || $display_native ) ? '' : $data['translated_name']; Replace it with this line: $ret[ $code ]['flag_alt'] = ( $display_name || $display_native ) ? $data['native_name'] : $data['translated_name']; Refer to the following links for more details: If this solution does not seem relevant to your issue, please do not hesitate to open a new support ticket with us here. |
|
2 | 2 | 1 year, 6 months ago | |
when I click "review" in my translation queue, it takes me to my homepage
Started by: alessandroB-71 in: English Support |
|
2 | 2 | 1 year, 8 months ago |