This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Follow up on closed ticket – URL slugs changing
Started by: JKJ in: English Support |
|
0 | 4 | 6 hours, 53 minutes ago | |
URL slugs changing
Started by: JKJ
in: English Support
Problem: You are trying to edit a link in a button using the Gutenberg editor, but after saving and reloading the page, the URL unexpectedly changes to include '-2'. This issue does not occur when WPML is deactivated. Solution: The issue was due to an old entry in the database where the post_name in the wp_posts table was incorrectly set. We corrected this by updating the database entry to the correct post_name. You can apply a similar fix by running the following SQL command in your database: UPDATE `wp_posts` SET `post_name` = 'desired-post-name' WHERE `wp_posts`.`ID` = your_post_id; Replace 'desired-post-name' with the correct name of your post and 'your_post_id' with the ID of the post you are updating. If this solution does not resolve your issue, or if it seems outdated or irrelevant to your 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. Additionally, you can open a new support ticket for further assistance at WPML support forum. |
|
1 | 15 | 5 days, 8 hours ago | |
Translated content URL's are not displayed within the sitemap
Started by: JKJ
in: English Support
Problem: Sitemap URLs do not show for translated ones Solution: It was a custom code issue. In general to troubleshoot such issues try the conflict test below: - IMPORTANT STEP! Create a backup of your website. Or better approach will be to test this on a copy/staging version of the website to avoid any disruption of a live website. |
|
2 | 14 | 1 year, 5 months ago | |
When try setup, not allowed to access this page as admin
Started by: JKJ in: English Support |
|
2 | 2 | 1 year, 5 months ago | |
Pages get translated automatically, even though tools/services are disabled.
Started by: JKJ in: English Support |
|
2 | 6 | 1 year, 10 months ago | |
Multiple revisions get created after updating translations
Started by: JKJ in: English Support |
|
2 | 2 | 2 years ago | |
Custom taxonomies are not saved in post
Started by: JKJ in: English Support |
2 | 2 | 2 years, 8 months ago |