Pixeldust

Customer
I'm using Bolt V2 on xenForo 2.3 and love the mobile bar feature. Thank you for including this as an option!

With that said, I'm seeing an issue on medium screens where the mobile bar is not active, but the account, inbox, and alert icons are hidden and don't display in the header. They do reappear when the screen is sized larger than the medium width. I believe these should only be hidden when the mobile bar is active.

Do you have any suggestions how I can keep the icons visible on medium width screens? I've included some screencaps below to better explain the issue.

Looks like this on medium screen with mobile bar enabled:
1721246783329.png


Should look like this:
1721246828815.png



Here are my current settings:

1721246326240.png
 
Solution
You've found a bug!

I think I'll implement an option on when to actually activate the mobile bar, that should help as I can call that property for everything.

To fix it for now, open "xb_mobile_bar"

Might be easiest to find and replace in a text editor.

find:

Code:
publicNavCollapseWidth

Replace with:

Code:
responsiveNarrow

Sorry about that, I'll adjust for the next release. If you do this edit on the PARENT style (yes the one that says DO NOT EDIT), you won't need to undo any changes next update.
You've found a bug!

I think I'll implement an option on when to actually activate the mobile bar, that should help as I can call that property for everything.

To fix it for now, open "xb_mobile_bar"

Might be easiest to find and replace in a text editor.

find:

Code:
publicNavCollapseWidth

Replace with:

Code:
responsiveNarrow

Sorry about that, I'll adjust for the next release. If you do this edit on the PARENT style (yes the one that says DO NOT EDIT), you won't need to undo any changes next update.
 
Solution

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back