Home Forums WoodMart support forum Bug After I have Upgraded theme to V6

Bug After I have Upgraded theme to V6

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #286545

    caesarmind
    Participant

    When I have created the website through v5, I have added a WPML language switcher in the menu, which works as a dropdown menu and it was totally fine.

    But after, I have upgraded the theme to v6, the dropdown doesn’t come up below the menu list.

    #286576

    Artem Temos
    Keymaster

    Hello,

    Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand is it our theme issue or not?

    Regards

    #286587

    caesarmind
    Participant

    First of all, I said that it was working on V5 completely fine.
    On the other hand, I have tested it with storefront and works completely fine.

    #286590

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .wpml-ls-current-language .wd-dropdown-menu {
    	left: auto !important;
    	right: 0;
    }

    Regards

    #286591

    caesarmind
    Participant

    Okay. That’s it. Thank you.

    #286601

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Bug After I have Upgraded theme to V6’ is closed to new replies.