This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Problem with ALT and TITLE media translaltion
Started by: attilioC-2 in: Chat Support |
|
1 | 3 | 7 months, 2 weeks ago | |
|
Problem with ALT and TITLE media translaltion
Started by: attilioC-2 in: Chat Support |
|
1 | 3 | 7 months, 2 weeks ago | |
|
WPML Support Ticket: Tag Synchronization Issues with Attachments and ACF
Started by: attilioC-2 in: Assistenza in italiano |
|
0 | 8 | 9 months ago | |
|
Aggiungere i markers
Started by: attilioC-2
in: Assistenza in italiano
Problema: Se la soluzione proposta non risolve il tuo problema o se ritieni che le informazioni siano obsolete o non applicabili al tuo caso, ti invitiamo a aprire un nuovo ticket di supporto. Ti consigliamo vivamente di verificare i problemi noti correlati su https://wpml.org/known-issues/, di verificare la versione della correzione permanente e di confermare che hai installato le ultime versioni di temi e plugin. |
|
0 | 4 | 9 months, 1 week ago | |
|
Image alt in translations does not update
Started by: attilioC-2 in: Assistenza in italiano |
|
0 | 13 | 9 months, 2 weeks ago | |
|
Problem with Tag Translation via ACF and WPML
Started by: attilioC-2
in: English Support
Problem: // Assuming $image_id is already defined in your template as the ID of the main image.<br />$tag_ids = get_field('tags', $image_id); // Ensure 'tags' is the correct name of your ACF field<br /><br />if ($tag_ids) {<br /> echo '<span class="label-categories label-tags"><b>Tags: </b>';<br /> // Store the tags in an array to ensure uniqueness<br /> $displayed_tags = array();<br /><br /> foreach ($tag_ids as $tag_id) {<br /> // Get the current language<br /> $current_language = apply_filters('wpml_current_language', NULL);<br /><br /> // Get the translated term ID<br /> $translated_tag_id = apply_filters('wpml_object_id', $tag_id, 'post_tag', true, $current_language);<br /><br /> // Get the translated term object<br /> $tag = get_term($translated_tag_id);<br /><br /> if (!is_wp_error($tag) && !in_array($tag->term_id, $displayed_tags)) {<br /> echo '<a href="'. esc_url(get_term_link($tag)) .'" style="margin-right:5px">' . esc_html($tag->name) . '</a> ';<br /> $displayed_tags[] = $tag->term_id; // Add tag to the displayed list<br /> }<br /> }<br /> echo '</span>';<br />}<br />If this solution does not resolve your issue or seems outdated, we 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. |
|
2 | 13 | 1 year, 9 months ago | |
|
Duplicating tags in the second language
Started by: attilioC-2 in: English Support |
|
2 | 4 | 1 year, 10 months ago | |
|
Translations for tags in the second language are not displayed
Started by: attilioC-2
in: English Support
Problem: Solution: If this solution does not resolve your issue, or if it seems outdated, we recommend opening a new support ticket. Additionally, 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. For further assistance, please visit our support forum at WPML Support Forum. |
|
2 | 12 | 1 year, 10 months ago | |
|
In the mobile verision you do not see the Overlay Menu for the second language,
Started by: attilioC-2 in: English Support |
|
3 | 8 | 2 years ago |