Home Forums WoodMart support forum Second mobile menu translate problem

Second mobile menu translate problem

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #669926

    yuriy.turovtsev
    Participant

    In the mobile version, when creating a menu with two columns, only the main menu is correctly translated into the second language

    I tried to create a duplicate of this element in the header and translate it, and then in the UA version disable one element, and in the RU version disable the other via CSS. It did not work.

    It seems that the menu block that is located to the right in the header is always called.

    Help me figure out how to configure the translation of the second menu.

    Attachments:
    You must be logged in to view attached files.
    #670061

    Hello,

    Please try to use the below custom CSS code and check if it helps. Add the below custom CSS code in Theme Settings >> Custom CSS >> Mobile CSS section:

    html[lang="ru-Ru"] .wd-tools-element.wd-header-mobile-nav.wd-style-icon.wd-design-6.whb-4few7fmzo7fvqhnewock {
        display: none;
    }
    html[lang="uk"] .wd-tools-element.wd-header-mobile-nav.wd-style-icon.wd-design-6.whb-0z145q9rchk4l36xpt1r {
        display: none;
    }

    Best regards.

    #670081

    yuriy.turovtsev
    Participant

    One problem solved – menu icon shows correct only one for every language

    But I have another problem – second menu in this sidebar don’t change
    I mean menu “Глоссарий”, in russian language and in uktainian language shows the same russian menu

    Attachments:
    You must be logged in to view attached files.
    #670199

    Hello,

    I have deleted the custom CSS code given earlier, and now I have created the 2 different headers for each language. And you can easily set the different menus for each language by editing the specific header set in each language.

    I have set a different menu as well for you. Please check it now after removing the browser cache.

    Russian Header: https://ibb.co/twKyJMz0
    Ukrainian Header: https://ibb.co/93n4VLxw

    Best Regards.

    #670297

    yuriy.turovtsev
    Participant

    That’s great! It works, thank you

    Can you tell me how did you create the 2 different headers for each language? To do this on another projects with your theme

    #670506

    Hello,

    Just select the language from the language switcher one by one and create the header in each language and set them as default in each selected language. https://ibb.co/SDWMX6bs

    Best Regards.

    #670693

    yuriy.turovtsev
    Participant

    Cool, thank you!

    #670822

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Second mobile menu translate problem’ is closed to new replies.