Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82043
    Lars
    Participant

    Hi
    1. Our primary menu do not work as desired. The drop down elements of the menu do not function on IPad.
    2. On small (mobile) devices the custom menus in the secondary sidebar are displayed below the content. Is it possible to rather display the secondary sidebar custom menus as a “hamburger” menu or similar at the top of the page for small devices.

    The site url is: http://energyfaculty.com
    Your advice on the above issues would be very much appreciated.

    #82063
    Sakin
    Keymaster

    @mbd: Hi Lara,

    1. For this, there is two option for this. Either add in # in your parent menu link. I see you have empty link. So, it’s not being detected as menu for iPAd. Or you can install Catch Web Tools plugin and go to “Catch Web Tools => Web Master Tools”, check in “Enable Webmaster Module” and then add following code in “Enter scripts or code you would like output to wp_footer():” box:

    <script type="text/javascript">
    // Open menu on first tap on touch devices.
    jQuery(document).ready(function () {
    	jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true");
    });
    </script>

    2. Sorry I don’t get this. Your menu is displaying fine.

    #82133
    Lars
    Participant

    Hi Sakin
    Thank you very much for your response.

    1. Your proposed solution (first option)seems to work well, thank you

    2. Sorry if my request was unclear, I will try again:The menus normally displayed in the secondary sidebar are probably working as intended, displayed below the main content for small devices (smart phone). However if possible I would prefer these menus instead to be displayed via/as a “hamburger” (or similar) menu at the top (header) of the pages (besides or below the Primary menu “hamburger menu”) rather at the bottom, after the main content. I do hope this clarifies what i am looking for. Your advice if this is possible and how would be appreciated.

    #82134
    Sakin
    Keymaster

    @mbd: Hi Lara,

    2. There is no option to do that. Why don’t you add that menu as Secondary menu. Then that will show similar to primary in mobile nav.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Primary menu on IPad’ is closed to new replies.