Hello, i’m having the same issue, and did the same procedures, without any success.
For the time being i’ve replaced the hamburger menu with the normal ‘textual menu’ used on desktop versions:
https://prnt.sc/toO3_Pg1jHIz
This is a workaround for small menus, without submenus…
I can’t tell if this will work for you, since you’re using the icon menu also on desktop version.
This is something that doesn’t bother me, sounds like a feature like “continue to next gallery automatically” or “bundle galleries from the same page”, if you guys find the origin of this make it an optional feature =).
Thank you so much, love the plugin.
buuuut, as i was testing on mobile with a lot of images from various galleries, the cool looking miniatures below took over the screen, kinda of annoying.

soooo, i found a way to hide it with CSS:
@media only screen and (max-width: 600px) {
.indicator {
display: none !important;
}
}
-
This reply was modified 9 years, 4 months ago by otaviogrrd. Reason: typo