Okay
  Public Ticket #1155582
Sub nav
Closed

Comments

  •  2
    Darren Cantell started the conversation

    Hello

    The sub nav on this site doesn't seem to work on mobile. Can you offer any help advice with this?

    Many thanks

    Darren

  •  840
    Jelly replied

    Hi,

    Please download my attached file and replace it in:

    /rebirth-jellythemes/style.css

    Best Regards,
    Jelly Team

  •  2
    Darren Cantell replied

    Thanks for your response.

    I have uploaded the file, but it doesn't appear to have worked.

    Darren

  •  840
    Jelly replied

    Hi,

    I tried check your website and see it's work now, maybe you can me know what not work for you?

    http://take.ms/9GXQm

    Best Regards,
    Jelly Team

  •  2
    Darren Cantell replied

    Hi,

    On my actual iPhone it won't activate the dropdown. It does works on a Android device ok.

    Is it possible to have the sub nav open on a mobile device?

    Thanks

    Darren

  •  840
    Jelly replied

    Hi,

    I will check it with our developer and get back for you soon.

    Best Regards,
    Jelly Team

  •  2
    Darren Cantell replied

    Hi,

    Have you managed to get any feedback regarding this?

    Thanks

    Darren

  •  840
    Jelly replied

    Hi,

    Sorry for late, there is no way to getting work submenu parent with link in mobile. Hover and click event is the same (tap). So there are 2 solutions:

    1. Never put a link in your parent menu
    2. In mobile show submenu opened always with this css:
    @media (max-width: 991px) {
      #jHeader .menu-item .sub-menu {
        display: block;
        position: relative;
        opacity: 1;
      }
    }

    Best Regards,
    Jelly Team