Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
The client was trying to translate two articles and encountered an issue where an unwanted category 'geen categorie' was visible in the original Dutch version but not in the UK translation. The category could not be removed from the category list.
Solution:
We recommended the following steps to resolve the issue:
1. Navigate to Settings->Writing in the WordPress dashboard.
2. Change the default post category to any category other than 'geen categorie'.
3. Go to Posts->Categories.
4. Switch the WordPress admin language to English using the language switcher in the top admin bar.
5. Delete the 'geen categorie' category.
6. Edit the post in the default language (Dutch).
7. Make a minor edit to the post and update it.
8. Clear the cache, specifically if using SiteGround hosting, and then check the Dutch post on the front end to ensure the category is no longer visible.

Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If the issue persists, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please don't hesitate to open a new support ticket in the WPML support forum.

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.

Tagged: 

This topic contains 4 replies, has 3 voices.

Last updated by Osama Mersal 10 months, 1 week ago.

Assisted by: Osama Mersal.

Author Posts
February 21, 2024 at 4:13 am #15325211

gertC-2

I am trying to: Translate two articles - these translations were pending as there were not sufficient credits. I shifted to a monthly subscription now. But in two blogposts, in our original language NL, can an unwanted category be seen 'geen categorie'. This category is not visible in UK version

Link to a page where the issue can be seen:
1) hidden link
2) hidden link

in NL is there a category named 'geen categorie, which is not visible in UK translation. However in the list of categories 'geen categorie' can be found in the overview table but cannot be removed.

I expected to see: Not this unwanted category

Instead, I got:

ticket  snoezelsontheroad.png
February 21, 2024 at 8:16 pm #15330372

Lucas Vidal de Andrade
Supporter

Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português )

Timezone: America/Sao_Paulo (GMT-03:00)

Thank you for contacting WPML support. While you are waiting for one of my colleagues to take this ticket and work on it, let me provide you with first debugging steps or if I can perhaps help with the issue quickly.

Please make sure to check this documentation:
https://wpml.org/documentation/getting-started-guide/translating-post-categories-and-custom-taxonomies/

Furthermore, I checked your debug info and noticed that your website doesn't have the minimum memory required for WPML to work. WPML requires a memory limit of at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set WP Memory Limit in your wp-config.php file by adding following code:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

See:

https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php

for details. Increasing WP Memory may help improve the performance and sometimes also help resolving such issues.

February 24, 2024 at 10:10 pm #15340975

gertC-2

Hello,

Thank you for your answer. Regarding the memory usage, I'll look into later.
But regarding the categories, I am still struggling with removing the unwanted category.

As can be seen, the category to be removed is flagged in English and does not exist in Dutch. Neither in the category page or in this page I can remove this. I scanned the provided documentation, but could not find the answer how to resolve this.

Thank you for your support in this!
Gert

Screenshot 2024-02-25 090659.png
February 25, 2024 at 11:40 am #15341323

Osama Mersal
Supporter

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+02:00)

Hi Gert,

I'm Osama from WPML forums support. I'll be glad to help you today.

I would need to look closely at your site, so I would need to request temporary access (WP-Admin and FTP)
Preferably to a test site where the problem has been replicated.

Your answer will be private, meaning only you and I can access it.

❌ Please backup your database and website ❌

✙ I would need your permission to de-activate and re-activate the Plugins and the Theme and change configurations on the site. This is also a reason the backup is critical.

✙ I also need your permission to take a local copy of your site to debug the issue without affecting your live site.

Best regards,
Osama

March 4, 2024 at 8:23 am #15367916

Osama Mersal
Supporter

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+02:00)

Hi Gert,

Thanks for the access details. Please check the following steps:

1- Go to Settings->Writing
2- Change the default category to any category
3- Go to Posts-> Category
4- Switch the language from the top admin bar to English
5- Delete the "geen categorie" category
6- Edit the post in the default language
7- Make a minor edit and update it
8- Clear SiteGround cache, and check the Dutch post in the front end

Best regards,
Osama

March 5, 2024 at 1:11 am #15372441

gertC-2

Thank you!