• Hi,

    After the last update I noticed that the submenu does not expand anymore if you click on the parentlink, but you go directly to the parent link. Any ideas to solve this?

    Thanx, Patzz

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve the same problem.

    Looks like ‘Outstandingthemes’ don’t like to solve the problem. I’ve wrote a few mails to Outstandingthemes because I have the same problem on mobile device. No answer since 2 weeks. Everything works fine on PC and Notebook, but not on my cell Phone (Samsung S7). Like patz72 I can’t open the submenu, it opens just the parent menu topic.

    It’s a nice and beauty theme and I would buy the pro version, but I don’t pay for a not working theme. Start looking for a other theme now.

    Thx for nothing!
    Andy

    Thread Starter patzz72

    (@patzz72)

    As far as I can find out it the problem is on the android system (on IOS it works fine). And I used all kind of browsers on both systems, but it just doesn;t work on Android. For the mobile version I added custom CSS to expand the submenu’s but that will not work on the tablet version.

    Hope ‘Outstandingthemes’ could help us finding out where the problem is located.

    Ps. the custom css:
    @media screen and (max-width: 767px) {
    .navbar-nav .dropdown-menu {
    position: static;
    display: block;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    .dropdown-menu > li > a {
    color:#fff;
    }

    }

    Hello patzz22,
    thanks a lot for your response.

    I solved the problem with a plugin ‘Mobile Menu’ from
    https://www.wpmobilemenu.com/

    The free version works fine on my page https://www.badener-ac.at

    Hope you could solve your problem.

    Regards from Austria,
    Andy

    • This reply was modified 5 years, 6 months ago by andy1958.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Submenu on mobile’ is closed to new replies.