Got the same error. Do you have any feedback from development team?
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…
Thank you, Rogier, for a fast and clear response. I will be waiting for updates.
And if you do not plan to include an exception in future updates, I would be pleased if you could give me an example for overcoming this with some WordPress filter or plugin’s file modification.