Title: mayeulk's Replies | WordPress.org

---

# mayeulk

  [  ](https://wordpress.org/support/users/mayeulk/)

 *   [Profile](https://wordpress.org/support/users/mayeulk/)
 *   [Topics Started](https://wordpress.org/support/users/mayeulk/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mayeulk/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mayeulk/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mayeulk/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mayeulk/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mayeulk/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mLanguage] [Plugin: mLanguage] Optional mlang-menu](https://wordpress.org/support/topic/plugin-mlanguage-optional-mlang-menu/)
 *  Thread Starter [mayeulk](https://wordpress.org/support/users/mayeulk/)
 * (@mayeulk)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-mlanguage-optional-mlang-menu/#post-2550976)
 * Hi,
    Putting an anchor as the destination of the href somehow works (flag is 
   inneffective until js is loaded).
 *     ```
       <script type="text/javascript" src="http://localhost/wordpress/wp-content/plugins/mlanguage/mlanguage.js?ver=3.0.5"></script>
   
       <a data-lang="en" href="#change_language" class="mlang-menu-link"><img alt="English" src="http://localhost/wordpress/wp-content/plugins/mlanguage/img/den.png" style="outline: medium none;" class="mlang-menu-image"/></a>  <a data-lang="fr" href="#change_language" class="mlang-menu-link mlang-active"><img alt="français" src="http://localhost/wordpress/wp-content/plugins/mlanguage/img/fr.png" style="outline: medium none;" class="mlang-menu-image"/></a>
       ```
   
 *  However, I needed to disable to disable visual editor to avoid WP to strip the
   <script> tag. I solved this installing the “Enhanced Text Widget” plugin and 
   putting the <script> in such a text widget.
 * (Note: I do not want to modify the templates)

Viewing 1 replies (of 1 total)