Plugin Support
Alex
(@alexcozmoslabs)
Hi,
Thank you for reporting this.
Our dev team will try to investigate and fix this.
As a workaround, we suggest configuring a menu language switcher in Appearance –> Menus then display it through a Menu widget directly in Elementor. Or you can use the floater language switcher that can be activated in TP Settings –> General tab –> Language Switcher section.
Or, you can fix it at your website by changing the switcher width through CSS (I suppose you are using the shorcode widget in Elementor to write the shortcode of our language switcher):
.elementor-shortcode {
.trp-ls-shortcode-current-language, .trp-ls-shortcode-language {
width: 300px !important;
}
}
Best Regards,
Hello there,
Since 5 days have already passed from the last reply, without getting any response from your side, I will close this thread and mark it as “Resolved”.
Have a great day!
Kind Regards,
Why did you add this to the plugin’s stylesheet?
/*
* Fix Language Switcher Shortcode in Elementor Popup
*/
.elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
width: 300px !important;
}
Personally, I need width:auto, not fixed width with !important. Now I can not override it and have to deal with scripts loading priorities to solve this…