Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi Al Murillo,

    Thanks very much for downloading and using the plug-in!

    I am not sure I quite understand what the problem is, if you could explain further.

    I have been on the site and it appears that both menu’s are visible and working as expected on the site.

    Many thanks

    Peter

    Thread Starter almurillo

    (@almurillo)

    Hi Peter;
    Thank you for getting back to me so quick. I might be mistaken because I thought this responsive menu will be placed instead of the regular menu (computer screen) when the user reach the site from their mobiles or Ipad. Right now, if you reach my site from your mobile device both menus show up and that defeats the purpose that I am looking to achieve. Please let me know if that could be done.

    Many Thanks;

    Al

    Thread Starter almurillo

    (@almurillo)

    Hi Peter;
    I finally found what I was looking for, it was right on the responsive menu admin on CSS menu to hide. I had place the code for the menu that I wanted to hide and bingo. Thank you so much for such a great plugin.

    Many Thanks;

    Al Murillo

    Hey Al,

    I was going to suggest that to you but you beat me to it before I could get on my laptop!

    I’m glad it worked for you in the end and thanks for the 5* extremely positive review, it is much appreciated!

    Any other questions, don’t hesitate to give me a shout!

    Many thanks

    Peter

    Hey Peter,
    I have installed your responsive menu. I have the same problem like Almurillo, only I cannot solve the problem.
    I don ‘t know what to put in “elements to hide in mobile”.
    The name of the only menu is “main-menu”.
    When I or someone else with an other device is visiting our website there are showing two menu ‘s. The standard one used in Twenty eleven and your responsive one.
    The website is https://coniferenkwekerijvandepol.nl

    I still have the same problem too.

    Hi guys,

    This topic is marked as resolved, as such please open seperate support requests for your issues individually so I can dedicate the time to them.

    Many thanks

    Peter

    Hi everybody,
    the problem with the responsive WP Menu in THEME TWENTY ELEVEN is solved.

    Click on the link
    “WPR Menu”
    tab “General Settings”
    in the space “Elements to hide in mobile” you have fill in;
    .nav,#access

    Because the name of the menu in theme twenty eleven is,
    <nav. id=”access” role=”navigation”></nav>

    You can find it in the HEADER.

    NEXT !!!;
    click on the link “style” and then “editor”
    scroll a bit lower till you find;
    /* =Menu
    ————————————————————– */
    below this you will find several of this;
    #access {

    scroll down till you find;
    #access ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    top: 3.333em;
    left: 0;
    width: 188px;
    z-index: 99999;
    }

    By z-index: you will find a low number.
    Change this in a high number like; z-index; 99999;

    If you leave it a low number, the menu will disapear if you scroll down.
    With a high number the WP Menu bar stays on top and always visible.

    Succes,
    Jacob H. van de Pol

    Hi Jacob,

    Thanks for the update and informing everyone!

    Have a great day

    Peter

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Regular Menu Still Shows Up (two menus show up)’ is closed to new replies.