Thank you again for splitting the tickets. We are planning to go live very soon, so it is very important for us that these issues are resolved before the weekend. Please keep us updated on the progress.
Thank you for the changes you have already made. However, I am very concerned because we’ve been working on these issues for more than a week now.
We spent 3–4 days trying everything ourselves.
Since Wednesday evening we opened support, and two days later the most important issues are still unresolved.
At this point, only small fixes were applied, while the critical issues (WooCommerce pages like account, cart, checkout not switching language + the language dropdown bug) remain.
We urgently need these fixed before the weekend, because we are preparing to go live. Please prioritize these issues — they are blocking our launch.
Thanks for your patience. Please insert the custom CSS code below into WP > Appearance > Customize > Additional CSS to fix the language switcher styling issue on mobile screensize.
@media only screen and (max-width: 600px) {
.header-actions .wpml-ls ul {
display: inline !important;
}
#lang-slot .wpml-ls-item {
margin-top:10px!important;
margin-bottom:10px!important;
}
#lang-slot .wpml-ls-current-language{
margin-top:0px!important;
margin-bottom:0px!important;
}
}
Thanks, I will add the CSS. However, the most important issue remains that the WooCommerce pages (account, cart, checkout, login/register) do not switch language and stay in Dutch. Could you please focus on that, as this is blocking us from going live.