• Resolved DC_JOSE

    (@dc_jose)


    I do not work correctly on a tablet submenus. Where can I can change the resolution that shows the menu for mobiles?

    For mobiles operating properly

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter DC_JOSE

    (@dc_jose)

    Hi Corinne321,

    A quick fix would be to change the line in the file menu.js “if (jQuery (window) .width ()> 1000)” with “if (jQuery (window) .width ()> 3000).” The problem with this change is that in the pc menu to move the mouse over does not open.

    Another solution I just DISCOVER, would delete the line “event.preventDefault ();” of the menu.js arhivo

    This last solution works the link, but for the submenu does not close, you drag

    Try them and if you can you comment me to get a second opinion.

    If anyone has any other solution please comment me

    Thanks DC_JOSE that got me half way there, added {return true} after function event and the menu seems to stays down without having to drag,

    function(event) {return true;}

    Thread Starter DC_JOSE

    (@dc_jose)

    Thanks to you. Glad to have helped you. I’ve already tried. But I’m the same as adding the width> 3000 occurs. In the pc menu hovering above does not open. and also the second level submenu not displayed. It would be acceptable to have only one level of submenu solution.

    Anyway if you could they enter my website and try to rule out non-problem of my tablet you help me a lot.

    My url is https://resultadosbetafutbol.comoj.com/, now I have put your modification

    The links in the menu “SIMULADORES” work, but the menu is not displayed in “LIGA ESPA?OLA”

    Thanks!

    @dc_jose: the ‘LIGA ESPA?OLA’ is parent menu here. And will not be re-directed to any other URL..

    Thanks

    Thread Starter DC_JOSE

    (@dc_jose)

    I mean that with this modification does not show what is inside.

    without this modification is shown but does not open the links

    View post on imgur.com

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Submenus in theme’ is closed to new replies.