Viewing 20 posts - 1 through 20 (of 25 total)
  • Author
    Posts
  • #49621
    Nijn
    Participant

    Hi,
    I have two menus setup on my site, the fixed header menu and the main menu just below the header.
    When viewing the site on a mobile device, I get two pulldown menus that are both labeled “menu”.
    Is it possible to change the title (or caption, or whatever I should call this :-)) of those menus?
    Thanks in advance!

    #49634
    Sakin
    Keymaster

    @Nijn: Actually we don’t recommend you to change that. But if you want to change that then send me your site URL and the Menu text for which you want to change to.

    #49653

    Hi-

    I am having difficulty changing my mobile menu. Currently, my mobile menu comes up as my created ‘secondary menu’ but I want it to come up as my create primary menu.

    How can I change this? There is no option in the Menu section.

    Thanks-

    #49677
    Nijn
    Participant

    Hi Sakin,
    Thanks for your quick reply. The url for the site is vriezeweg17.nl/mt. I would like to change the “menu” title of the fixed top menu.

    #49693
    Sakin
    Keymaster

    @prehabexercises: Sorry I don’t get it what you mean. Can you explain more in reference with your site URL.

    #49694
    Sakin
    Keymaster

    @Nijn: In the following code, you can edit your label where I have type in Type in your label here and then add it in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Header” box:

    <script type="text/javascript">
    jQuery(window).load(function() {
    
    //Remove Fixed Top Menu 
    jQuery( "#tinynav1" ).remove();
    
      // Adding Fixed top Menu with new header
      jQuery('#access-top .menu').tinyNav({
    	active: 'current-menu-item',
    	header: 'Type in your label here' 
      });
    
    });
    </script>
    #50282

    My mobile menu is coming up as my secondary menu, which is not what I want.

    my url is: http://www.prehabexercises.com

    I want my primary menu to be my mobile menu.

    How can I fix this?

    Please let me know!

    Thanks

    #50322
    Sakin
    Keymaster

    @prehabexercises: I see that you have activated “Mobile Theme” module from “Jetpack” plugin that is why it is showing as per the Jetpack Mobile Theme. This theme doesn’t need Mobile theme as Catch Evolution theme is responsive theme. So, just go to Jetpack setting and disable “Mobile Theme” and it will work fine.

    #50504
    Nijn
    Participant

    Hi Sakin,

    That does the trick exactly! This makes navigation on mobile devices a lot easier, thanks a lot for your reply!

    #50673

    thanks!

    #55436
    vigilant_spb
    Participant

    what’s new? code is not working for my site
    can I change the text directly in code? where?

    #55567
    Sakin
    Keymaster

    @vigilant_spb: Which code are you talking about? Let me know you site URL and explain it.

    #124768
    ttvrn
    Participant

    Hello!
    I have the next problem:
    Site: http://www.ttvrn.ru
    In mobile version it had title of drop-menu “Menu”
    How could I change it into russian language title “Меню” ?
    Thank you for feedback!

    #124867
    Sakin
    Keymaster

    @ttvrn: Catch Evolution Pro is going for major update and it will be release soon within this weekend. So, please wait. Then there will be option to edit menu labels from Menu Options.

    #125134
    ttvrn
    Participant

    And what about free version? Is it possible to change that label?

    #125140
    Sakin
    Keymaster

    @ttvrn: Sorry there will not be option to change label in free version. But you can translate that in Russian language without any issue.

    When you see this new version. Make sure you clear your server cache and browser cache to see the changes.

    #125153
    ttvrn
    Participant

    @Sakin
    and how could I translate it into russian in free version? or you mean I should wait for the new version?

    #125154
    ttvrn
    Participant

    and how could I translate it into russian in free version? or you mean I should wait for the new version?

    #125160
    ttvrn
    Participant

    Help me! I update theme to 2.9.1 version and main menu of the site is broken. http://www.ttvrn.ru
    Please, how could I delete this drop-menu in the left side of the main menu bar?
    Moreover, mobile version of menu isn’t working!

    #125168
    ttvrn
    Participant

    Sorry, I updated site on 3.0 version and I need to
    1) fix mobile-menu
    2) delete it in main menu in the left of desktop version

Viewing 20 posts - 1 through 20 (of 25 total)
  • The topic ‘Change menu title on mobile devices?’ is closed to new replies.