Mobile Page Navigation
-
I'm running nodeBB v0.7.0 with Persona theme.
The menu button at the top right corner of my page is not functional when browsing with Chrome on Android device, hence it's impossible to log in on mobile. It's a dead button. When browsing with Firefox on Android, a menu bar slides over when the button is clicked but quickly slides back and disappears.
This issue only occurs on my website, not on Nodebb community mobile page.
Does anybody have any idea where the issue may lie?
-
Can you please provide the following information to help us debug?
- Server or client operating system (if applicable)
- NodeBB version and hash
- To get the hash, run
git rev-parse HEAD
from the root of your NodeBB folder
- To get the hash, run
- If applicable, theme versions
npm ls nodebb-theme-persona
Thanks!
-
On the new forum, the active plugins were
dbsearch
markdown
mentions
soundpack default
rewards essentials
theme lavender
theme persona
theme vanilla
widget essentialsYes it works after I've tried ./nodebb reset plugins
Now none of the plugins is active.
-
Thanks @snowplum, now we're getting somewhere! Try re-enabling the basics:
- markdown
- mentions
- widget-essentials
- persona theme
It should still work. Then able some more, one at a time, restarting the forum each time, until you find the culprit
-
I've reactivated all plugins on the new forum and everything still works.
I did the same thing on my old forum, reset all plugins then reactivated all of them and the problem is gone.
Perhaps the issue is in an old version of Vanilla or Lavender that was installed by default?