Bug After I have Upgraded theme to V6
-
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.
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
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.
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
Okay. That’s it. Thank you.
The topic ‘Bug After I have Upgraded theme to V6’ is closed to new replies.