nini13
Forum Replies Created
-
Thank you
I actually tried unsuccessfully ip 127.0.0.1 but that’s because my url was localhost.Thank you it works by putting 127.0.0.1/monsite/
Forum: Plugins
In reply to: [Multisite Language Switcher] custom tooltipsuper ok
I managed to remove the balloon and put the flags in my main menu
Again thank you for your supportForum: Plugins
In reply to: [Multisite Language Switcher] custom tooltipOK thank but
Every piece of code that can be personalized must be put where?Forum: Plugins
In reply to: [Multisite Language Switcher] custom tooltipThank you
I am your code but I need to change anything to hide the tooltip ?function my_msls_output_get( $url, $link, $current ) { return sprintf( '<a href="%s">%s</a>', $url, $link->txt, ( $current ? ' class="current"' : '' ), $link ); } add_filter( 'msls_output_get', 'my_msls_output_get', 10, 3 );[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [Multisite Language Switcher] Not displayed flagsA big thank you for your follow
Super pluginForum: Plugins
In reply to: [Multisite Language Switcher] Not displayed flagsok I think I got to paste the code:
<php if (function_exists (“the_msls”)) the_msls ();?>In the header.php or widget.
If I want a menu how can I do?
thank you againForum: Plugins
In reply to: [Multisite Language Switcher] Not displayed flags– I instaled and enabled the plugin
– I configured and checked flags only
– I associated the homepage (English) to the home page (French)where to put the code?