-
AuthorPosts
-
September 28th, 2013 at 00:09 #12558Dana
when I get in to the website from mobile (or reduce window size on pc) the main menu displayed as scrolling menu and the title is “=MENU=” and I want to translate this word to my language. where can I find the =MENU= word so I’ll be able to do that?
Thanks 🙂
September 28th, 2013 at 23:29 #12598WenOn line 46 in the theme-functions.php file.
header: ‘ = <?php _e(‘Menu’,’parabola’); ?> = ‘ // Show header instead of the active item
September 29th, 2013 at 05:08 #12610dana sheroverThank you! works like magic 🙂
one more thing about the menu on responsive mode:
via iphone 4 it looks great but not clickable (never check other devices). is that a problem with the theme or can I do something to fix it?
the site is: http://buksbaum.co.ilthanks!
October 1st, 2013 at 01:00 #12636WenOk, I don’t have a mobile device to test it out for you, however…there is one issue that I did find…and it was the same for both the responsive menu (shrunk my computer window to make it come up) and for the regular sized menu.
It looks like some of your top level menus are trying to go to “http:///#”. That isn’t a valid destination. Are those top level menu items not supposed to be links to anything? If they’re not supposed to be links, check the URL settings under Appearance > Menus. There should either be nothing in the URL fields, or only a “#” symbol.
Not sure if this helps fix your problem or not, like I said, I don’t have a mobile device to test it on.
October 2nd, 2013 at 18:04 #12694ZedCryout Creations mastermindYou should not make changes to the theme files. Use translations instead.
And leave the link fields blank for the menu items meant to be placeholders.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘translate on responsive mode’ is closed to new replies.