-
AuthorPosts
-
January 24th, 2016 at 18:43 #35316
Bruno Lopes
Hello.
I’m having a problem with Nirvana theme when browsing my site on smartphone.
I have a three-level menu, and when browsing it on Google Chrome @ Android 5.0 it opens immediately, without giving time to choose the sub-menu. Difficult to explain, but once you try to navigate on your mobile phone you’ll notice it.
The issue is also reported here:
https://wordpress.org/support/topic/mobile-menu-21My website is: https://www.oficinadalinguaportuguesa.com/
Any workaround or solution?
Thank you.
January 24th, 2016 at 21:11 #35320Bruno Lopes
January 24th, 2016 at 22:23 #35321January 25th, 2016 at 17:31 #35331Bruno Lopes
I would like to have enough time to choose a sub-item from the menu “Cursos”, instead of loading the page “Cursos”.
January 27th, 2016 at 20:00 #35353Bruno Lopes
Well, actually I solved it by injecting this javascript in the “CUSTOM JAVASCRIPT” field of the Nirvana Settings:
var _hack_nirvana = document.getElementsByClassName("page_item_has_children"); for (var i in _hack_nirvana) { var item = _hack_nirvana[i]; if (item.firstChild) { item.firstChild.removeAttribute("href"); } } -
AuthorPosts
The topic ‘Menu browsing bug on Mobile’ is closed to new replies.