Home Forums WoodMart support forum By switching to the second language, a category in the header will absent

By switching to the second language, a category in the header will absent

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #147300

    arj1373
    Participant

    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?

    #147355

    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

    #147361

    arj1373
    Participant

    Certainly it is not empty and all categories are translated.
    Now, the shop is available.

    #147377

    Artem Temos
    Keymaster

    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;
    }
    #147394

    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

    #147421

    arj1373
    Participant

    Thank you so much.

    #147439

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘By switching to the second language, a category in the header will absent’ is closed to new replies.