Looks to be a theme templating solution.
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?
-
@snowplum Hey there, your Persona theme may be out of date, can you try upgrading?
-
I upgraded persona but the issue still persists
-
Perhaps when @psychobunny fixed it for Firefox/Safari, he broke it for Chrome
It does seem to work here, though... so we'll see when we update this environment
-
@julian I've just installed nodebb on a new server and the same problem occurred
-
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!
-
- Operating system is Ubuntu (14.04 x 64) - on digitalocean
- Version 0.7.0-dev and harsh is 50feb7a7663636407ea52da5ff28a9102919a214
- Theme: persona 0.1.30
-
What plugins are active? Does it work if you
./nodebb reset plugins
? -
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?
-
Quite a bizzare set of circumstances! But I am glad it is working for you now