Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mickey Kay

    (@mcguive7)

    Hi Hypersonic,

    This functionality is not included in JRSM, but it is something you could accomplish fairly quickly some custom jQuery of your own.

    1. Install a plugin like Scripts n Styles that lets you add your own custom jQuery.

    2. Add the following code (in Scripts n Styles, you’ll want to add this in the section labelled “end of the body tag” to make sure it runs after JRSM:

    jQuery(document).ready(function() {
        jQuery('.jrsm-0 option').first().text('New menu title!');
    });

    You’ll just need to modify .jrsm-0 to match the class of the JRSM menu you want to re-title.

    Thread Starter Naweed Chougle

    (@hypersonic)

    My theme framework has a text area to enter footer scripts, so I didn’t need Scripts n Styles. I put this code in there and it worked like a charm!

    Thanks for the simple yet fantastic plugin, Mickey!

    I was having the same issue. Thanks, Mickey. It worked like a charm for me as well. Except I was having issues with that Script & Styles editor. Elected to use Safe Editor instead. Not really important, though. Thanks, again, for the support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need different names for menus on same page’ is closed to new replies.