• Hello,
    I’m using qtranslate and TinyNav.js plugin (http://tinynav.viljamis.com/). This plugin converts the wordpress

      menu to a <select> menu to show it on mobiles and tables.

    On a .js file I have:

    function setMobileNav(){
    	jQuery('#mainNav .sf-menu').tinyNav({
    		header: 'Menu',
    	    active: 'current-menu-item'
    	});
    }

    I want to know if is posible to translate the header word. If I put qtranslate shotcodes to translate it ignores them (the plugin doesn’t translate it) see Image 1 and Image 2

    https://wordpress.org/plugins/qtranslate/

  • The topic ‘qtranslate and TinyNav.js’ is closed to new replies.