Hello,
I want to disable the flags that enfold automatically creates in footer when using wpml translation system.
https://toud.eu/ – see column 4 in the footer
Thank you!
Alexandru
Hey Toud,
Please try the following in Quick CSS under Enfold->General Styling:
#footer .wpml-ls-item {
display:none;
}
Best regards,
Rikard
Doesn’t work :(
you mean your footer and not the socket ? !!
#footer .menu-item.wpml-ls-item {
display: none;
}
and the following seems not to be part of the last widget-area – how did you place that ?
isn’t there a wpml-widget ?
if not there is a shortcode for the switcher , f.e.:
[wpml_language_switcher type="footer" flags=1 native=1 translated=1][/wpml_language_switcher]
Hi,
The css code above should work. Make sure to add it on every languages’ Quick CSS field. Or place it in the child theme’s style.css file.
#footer .avia_wpml_language_switch_extra {
display: none !important;
}
#footer .wpml-ls-item {
display: none !important;
}
Best regards,
Ismael
Thank you all. Ismael thank you for helping, everything is working perfect now!
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon