• Resolved astmarine

    (@astmarine)


    Hi,

    The dropdown menu is not working on the mobile site.
    When I use the mobile version, The drop down menu at the site, is not click- able.
    Please help me on this issue.

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter astmarine

    (@astmarine)

    Hi,

    Please do help me on this issue. it was working fine b4 the update of the theme.

    Theme Author WEN Themes

    (@wenthemes)

    Please try following CSS. This is for temporary fix. We will resolve this issue in next release.

    @media only screen and (max-width:1024px){
      #site-navigation ul ul {
        display: none;
        opacity: 1;
        top: 31px;
        visibility: visible;
      }
      #site-navigation ul ul ul {
        top: -1px !important;
      }
    
      #site-navigation li:hover ul,
      #site-navigation li:hover ul ul{
        display: block;
        margin: 0;
        opacity: 1;
        top:32px;
        visibility: visible;
      }
    }
    Thread Starter astmarine

    (@astmarine)

    Hi, Thanks for the response!
    But it doesnt seems to work. I tried pasting it in the style.css file.
    Any other way? Please help ??

    Thread Starter astmarine

    (@astmarine)

    Hi,
    I tried so much adding these codes. It did not work. Please any other way of doing it?

    Theme Author WEN Themes

    (@wenthemes)

    Can you share us your site link so that we can debug on your current problem ?

    Thread Starter astmarine

    (@astmarine)

    Hi, Thanks for the quick response. Sure.
    This is my site https://astmarine.com/

    Thanks for the wonderful theme. ??

    Thread Starter astmarine

    (@astmarine)

    Hi, Is there anything wrong in the theme after the update?

    Theme Author WEN Themes

    (@wenthemes)

    The drop-down issue has been solved on latest updated version of the theme so please update your theme.

    Thread Starter astmarine

    (@astmarine)

    Hi, Sorry for the super late reply.
    I just updated my theme.
    It still doesnt seem to work.
    Please help me!

    Thread Starter astmarine

    (@astmarine)

    it isnt the dropdown issue. The menubar cannot be opened when displayed in mobile phones.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’re not using the latest version, you’re 2 versions behind.

    Thread Starter astmarine

    (@astmarine)

    Hi,
    im using 1.0.6.
    This is the version i got from wordpress. I tried searching online I got version 1.0.4.

    Which is the latest version? Where can i get it?

    Thread Starter astmarine

    (@astmarine)

    Hi,
    Is there any update for this issue? I’m cracking my head for it. Please help…:(

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Please triple-check that you’re using the latest version. It still says you’re using 1.0.4. Unless you updated in a weird fashion?

    Thread Starter astmarine

    (@astmarine)

    Hi, I just checked again. I updated again. Says 1.0.6. and it does not work.
    Please help. My website is all done except the menu. Mobile users cant access my site at all. ??

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Dropdown Menu not working for Mobile Version’ is closed to new replies.