Recent content by bzcomputers

  1. bzcomputers

    The silence is deafening and concerning...

    In the last 6 weeks (since September 1, 2025): XenForo Staff Posts - Chris D: 5 posts Jeremy P: 11 posts Paul B: 18 posts Slavik: 10 posts The rest of the staff completely silent. No update posts, no bug reports closed.
  2. bzcomputers

    [BZ] MenuFlex

    Did you resave your settings after the update? There were no changes to the 'Open On Hover' code from 2.0.2 to 2.0.3. PM a link to the site so I can look at it.
  3. bzcomputers

    Ads Manager 2 by Siropu [Paid]

    Minor Bug: In General Options, three options are "Prevent ads showing in these templates:", "Prevent ads showing on these pages:", and "Exclude pages from AdBlock detection:" - by wording you would assume the last of these 3 options is also looking for a list of pages, when in fact it is looking...
  4. bzcomputers

    [BZ] MenuFlex

    bzcomputers updated [BZ] MenuFlex with a new update entry: 2.0.3 - LESS Bugfix for Style Variables Read the rest of this update entry...
  5. bzcomputers

    [BZ] MenuFlex

    After spending way more time than I'd like to admit trying to fix this, it turns out it's a XenForo issue. You'll find the same exact warning here on Xenforo.com when you click to close any Main Menu option (close a drop down menu). Anytime a Main Menu option with a a submenu closes this...
  6. bzcomputers

    [BZ] MenuFlex

    Will get this fixed for the next update. In the meantime its functioning will not be affected by this browser warning. What browser are you using to see this warning? I can't seem to get it to show myself.
  7. bzcomputers

    [BZ] MenuFlex

    @ichpen In the meantime throw this in your extra.less template. It should fix the issue. @media all and (min-width: 651px) { .menu--structural .menu-content > .nav-popout .nav-popout--menu { background: @xf-contentBg; } } I may delay putting out an update for just this for now.
  8. bzcomputers

    [BZ] MenuFlex

    Thanks for the report. It should be easy fix. I should have an update out tonight or tomorrow.
  9. bzcomputers

    Add the ability to minify rolled up scripts in build.json

    Currently we have the options to minify scripts and roll up scripts in build.json. The issue comes when I want a rolled up script to also be minified. As far as I can tell the only option is to do something like this... { "additional_files": [ "js/bz/add-on1" ], "minify"...
  10. bzcomputers

    [BZ] MenuFlex

    It was fixed in the latest version (2.0.2). It was previously caused by XenForo not processing color variables on imported LESS templates. Templates are now included in a different way fixing the error so the color variables are processed correctly. The issue was reported again likely because...
  11. bzcomputers

    [BZ] MenuFlex

    It should. Try uninstalling and reinstalling. Be sure your browser cache is cleared.
  12. bzcomputers

    [BZ] MenuFlex

    bzcomputers updated [BZ] MenuFlex with a new update entry: 2.0.2 - Enhancements and bugfix Read the rest of this update entry...
  13. bzcomputers

    [BZ] MenuFlex

    Edit: I believe I have tracked down the issue you may be seeing. It is related to XenForo color variables not being processed correctly on @import(ed) LESS templates. This does not seem to affect everyone the same and could be related to admins installing the add-on while in development mode...
  14. bzcomputers

    [BZ] MenuFlex

    bzcomputers updated [BZ] MenuFlex with a new update entry: 2.0.1 - Enhancements and small bugfix Read the rest of this update entry...
  15. bzcomputers

    [BZ] MenuFlex

    Thanks, checking into this now.
Back
Top Bottom