This thread is resolved. Here is a description of the problem and solution.
Problem:
The client was facing two issues: 1) Confusion about which 'GENRE' entries to delete and re-add in a multilingual setup. 2) Translations for product tags were missing on the Italian version of the site, showing only the default language.
Solution:
1. For the rewrite rules issue, we provided specific rewrite rules for both regular themes and the Astra theme, ensuring that translated taxonomy slugs are correctly recognized. Here are the rewrite rules for a regular theme:
[genere/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pa_genre=$matches[1]&feed=$matches[2]<br />[genere/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pa_genre=$matches[1]&feed=$matches[2]<br />[genere/([^/]+)/embed/?$] => index.php?pa_genre=$matches[1]&embed=true<br />[genere/([^/]+)/page/?([0-9]{1,})/?$] => index.php?pa_genre=$matches[1]&paged=$matches[2]<br />[genere/([^/]+)/?$] => index.php?pa_genre=$matches[1]And for the Astra theme:
[genre/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?pa_genre=$matches[1]&feed=$matches[2]<br />[genre/([^/]+)/(feed|rdf|rss|rss2|atom)/?$] => index.php?pa_genre=$matches[1]&feed=$matches[2]<br />[genre/([^/]+)/embed/?$] => index.php?pa_genre=$matches[1]&embed=true<br />[genre/([^/]+)/page/?([0-9]{1,})/?$] => index.php?pa_genre=$matches[1]&paged=$matches[2]<br />[genre/([^/]+)/?$] => index.php?pa_genre=$matches[1]2. To address the issue with Yoast SEO and missing translations, we recommended downgrading Yoast SEO by deactivating it, removing the current version, and uploading an earlier version.
If this solution does not resolve your issue or seems outdated, we recommend checking related 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.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 20 replies, has 1 voice.
Last updated by 2 months, 1 week ago.
Assisted by: Carlos Rojas.