Custom switcher error after update to 3.6.2
-
I’ve just updated plugin from 3.6.1 to 3.6.2 and my custom currency switcher css is now broken again. Custom switcher is called “ambery-wcml-dropdown” and is being added to the top of https://ambery.net/ with this code:
add_filter('wp_nav_menu_items','add_search_box_to_menu', 10, 2); function add_search_box_to_menu( $items, $args ) { if( $args->theme_location == 'top-bar-menu' ) do_action('wcml_currency_switcher', array('format' => '%code%', 'switcher_style' => 'savoy-child-ambery-wcml-dropdown')); return $items; }
And every CSS line has it’s own name, like
.savoy-child-ambery-wcml-dropdown{width:4.5em;max-width:100%;float:right;}
Why after update dropdown stopped working?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom switcher error after update to 3.6.2’ is closed to new replies.