Hi, is there any way to make horizontal menu in mobile slide longer?
Like un this websites (mobile version)
http://www.elconfidencial.com
http://www.hola.com
http://www.applesfera.com.
Those are some examples, and all horizontal menu slides the same, and yours stops after each item.
Any solution?
Is nicer and more useful.
Sorry Calin, but you have this option in your theme. I add same menu with your new header builder (Mobile horizontal menu). The problem is that the menu is not fluid. I doesn’t slide well.
Hi,
Sorry was may mistake you was referring to the Mobile horizontal menu with single line menu option, I’ve tested this option and for me is working normally.
-> http://www.filedropper.com/whatsappvideo2019-07-09at102322
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme plugins and child theme ( if you are using ), clear all cache and try again.
If there is still a problem, please provide me a link where I can inspect your menu.
Thank you!
Hi Calin,
Mobile version with Chrome inspector:
http://www.filedropper.com/mobileversioninchromedesktopinspector
Iphone version:
http://www.filedropper.com/iphone
In mobile slide is not fluid, stops if you haven’t got your finger on the screen,
if you try the same in desktop is the way it has to work, like the websites I sent to you, all have the same functionality. I think is something in javascript, but I’m not sure what it is.
If you try any of this websites in your mobile and you compare them with newspaper theme, you will see what I mean:
elconfidencial.com
menswearstyle.com
aplesfera.com
hola.com
vozpopuli.com
guineenews.org
All do the same, if you slide menu continues sliding even if you don’t have the finger on the screen (In desktop works properly). That’s why I saw that something is not working perfect, I think your theme is the best, and you want it to remain the best 🙂 .
Hi,
I made some tests with the mobile horizontal menu, seems that on Android phones the scrolling action builds momentum, while on iOS phones the scrolling stops immediately when the finger is lifted (more like a dragging action).
I can’t provide a solution for this at the moment, but I will however make a note of it for more investigation. Sorry for the inconvenience caused.
Thanks
Hi Simion C. Then is so easy, you make me found css that you missing.
I just add this css code and it worked like a charm.
.tdb_mobile_horiz_menu.tdb-horiz-menu-singleline {
overflow-y: scroll !Important;
}