By switching to the second language, a category in the header will absent
-
We have 6 product categories in Germany language (main language). As you see in https://nimb.ws/xc70hK
When we are switching to the English language(https://brainbowtoys.de/en/shop), only shows 5 categories as you see https://nimb.ws/Hne1IQ
Below you will see the category set up a page for Sixth absent category in both language:
https://nimb.ws/3vB0AX
https://nimb.ws/1RnLZl
May you help me to solve this issue?
Hello,
I cannot enter your site to check. Please make sure you have trannslate all the categories. Make sure you do not have empty categories and check the issue, if the problem remains, provide the valid site admin access.
Best Regards
Certainly it is not empty and all categories are translated.
Now, the shop is available.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .woodmart-product-categories .wc-default-cat {
display: inline-block;
}
Hello,
The Uncategorised category has been hidden by default by our theme. In order to show it, please add this custom CSS to the Theme Settings > Custom CSS > General
body .woodmart-product-categories .wc-default-cat {
display: inline-block!important;
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘By switching to the second language, a category in the header will absent’ is closed to new replies.