translate on responsive mode

  • Author
    Posts
  • #12558
    Dana

    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 🙂

    #12598
    Wen

    On line 46 in the theme-functions.php file.

    header: ‘ = <?php _e(‘Menu’,’parabola’); ?> = ‘ // Show header instead of the active item

    #12610
    dana sherover

    Thank 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.il

    thanks!

    #12636
    Wen

    Ok, 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:///#&#8221;. 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.

    #12694
    Zed
    Cryout Creations mastermind

    You 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.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘translate on responsive mode’ is closed to new replies.