change "NAVIGATION" in tinynav menu
-
In the responsive mode, when the screen is smaller than the @media tablet threshold, the Primary Menu bar changes to the tinynav Select drop down menu.
It works fine, except that the default word in the select list is NAVIGATION, which is too wide to even fit in the size of the select object. It gets cut off in the middle of O, so it looks like “NAVIGATIO”
I have tried to change the following in the includes/options.php
$options[] = array( “name” => __( ‘Mobile Navigation Label’, ‘simple’ ),
“desc” => __( ‘Sets the text for the mobile navigation menu’, ‘simple’ ),
“id” => “mobile_navigation_name”,
“std” => “Navigation”,
“type” => “text”);I changed [“std” => “Navigation”,] to [“std” => “Home”,]
But is has no effect.
Can you explain how to change this default term?
Also, is it possible to instead set up a jquery ICON the pops out the menu, as many other responsive themes do? Or is the Drop Down Select the only option here?
thanks!
mlex
- The topic ‘change "NAVIGATION" in tinynav menu’ is closed to new replies.