New!

Introducing TranslatePress AI The fastest way to translate your WordPress Website

Learn More
0
Days
0
Hours
0
Minutes
0
Seconds

Last Chance Sale 25% OFF! Our only sale of the year ends soon!

Use Discount code BF2024 at Checkout. Bottom link

Documentation > Developers > Revert language switcher to old styling

Revert language switcher to old styling

Browse Docs
Search Documentation

If the new styling of the floating or shortcode language switcher introduced in TranslatePress – Multilingual 2.5.4 version is not working well due to conflicts with theme styling or you just want the previous style for your website use one of the 2 options below.

OR

  • Alternatively, place the following code in the theme functions.php.// Use old styling for floating language switcher
    add_filter('trp_old_css_styling_for_floater_ls', '__return_true' );
    // Use old styling for shortcode language switcher
    add_filter('trp_old_css_styling_for_shortcode_ls', '__return_true' );