Thread Starter
dt125x
(@dt125x)
I found where is the problem…
It’s my added css code which used to work before as submenu would open on responsive screen just when you put cursor over it :
/*Menu do not dropdown when responsive*/
.navbar.resp .tc-hover-menu ul.dropdown-menu {
display: none;
}
Now something changed and this css does not work…
Can you suggest me other css solution that sub menu on resposive screen stay closed until you put cursor over main menu item like on normal screen ?
Thanks
Could you try the latest update 3.2.2
Extract from Release Notes:
* fixed (js, tc-script.js) the ‘touchstart’ event don’t trigger the responsive menu toggle anymore => was generating a major bug on responsive devices reported here : https://ww.wp.xz.cn/support/topic/321-responsive-menu-wont-stay-open?replies=18, and here : https://ww.wp.xz.cn/support/topic/bug-report-44?replies=4
Thread Starter
dt125x
(@dt125x)
I installed 3.2.2. version and it still does not help…
Sub menu does not want to drop down :S
Thread Starter
dt125x
(@dt125x)
When I move away the code :
/*Menu do not dropdown when responsive*/
.navbar.resp .tc-hover-menu ul.dropdown-menu {
display: none;
}
it works for normal screen, but it does not for responsive…
Hi @dt125x, can you reproduce your reported problem on the Customizr theme demo site?
Thanks for your feedback.
Thread Starter
dt125x
(@dt125x)
Sorry,
How can I reproduce problem on demo site ?
I meant see the problem rather than reproduce.
Thanks