header menu vertical and text-only after upgrading to 2.10.1 from 2.8.2

33 views
Skip to first unread message

David Tauriainen

unread,
May 15, 2026, 3:37:40 PM (6 days ago) May 15
to AtoM Users
Hello,
  I've recently upgraded an AtoM instance to 2.10.1, and it's mostly functional, but the header menu has become pure text and is displaying vertically, taking up a large amount of real estate for every page.  
There seems to be only one theme available, and that's the one being used (arDominionB5Plugin).  This was also the theme used in the 2.8.2 version.
I'm not seeing any 404's or 500 errors in the web server logs associated with the theme js or css files.  
I did try renaming the plugin directory temporarily, and the effect was similar (but with added 404's), but the background of the affected area on the page changed from dark gray to white, so when properly named, it seems part of the theme is working, but the images and drop down menus are not.

Johan Pieterse

unread,
May 15, 2026, 9:42:16 PM (5 days ago) May 15
to Dan Gillean
Hi

Did you build the theme?

Johan Pieterse
082 337-1406

--
You received this message because you are subscribed to the Google Groups "AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ica-atom-users/5ea1ab64-baa4-409f-b552-5ab54eeaa5e5n%40googlegroups.com.

David Tauriainen

unread,
May 18, 2026, 10:38:00 AM (3 days ago) May 18
to AtoM Users
Originally, no, as I upgraded using a tarball download.  The instructions said that building the theme was unnecessary. 
Is the documentation incorrect?

David Tauriainen

unread,
May 18, 2026, 2:15:54 PM (3 days ago) May 18
to AtoM Users
minor success: I noticed the web server logs didn't include the total base URL for the template ( https://example.com/atom/ but the templates were being referenced by /dist/css/...  instead of /atom/dist/css/...)
I manually edited 
atom/config/unavailableB5.php
atom/config/error/errorB5.html.php
atom/plugins/arDominionB5Plugin/templates/_layout_start.php

And the shape of the template has been corrected, but now the background color for the menu section is inexplicably white, so the images are white-on-white.
Writing more as I fix things:
edited atom/apps/qubit/templates/_header.php to add bg-dark in the header:

diff _header.php /var/www/atom/apps/qubit/templates/_header.php
25c25
< <header id="top-bar" class="navbar navbar-expand-lg navbar-dark d-print-none" role="navigation" aria-label="<?php echo __('Main navigation'); ?>">
---
> <header id="top-bar" class="navbar navbar-expand-lg navbar-dark bg-dark d-print-none" role="navigation" aria-label="<?php echo __('Main navigation'); ?>">

and things now look normal.  I don't remember having to do all that previously with 2.8.  I assume there's a more global setting for including the base path, but the lack of a dark background for the white icons in the default theme seems like a bug.

Johan Pieterse

unread,
May 18, 2026, 2:25:39 PM (3 days ago) May 18
to Dan Gillean
Hi

This all points to a theme rebuild.

Johan Pieterse
082 337-1406

David Tauriainen

unread,
May 18, 2026, 3:53:34 PM (3 days ago) May 18
to AtoM Users
Then my question again: Is the documentation incorrect about the tarball-provided themes not needing rebuilt?
Secondarily, what else does a rebuild do for the themes that will not have been done by my manual edits?
Reply all
Reply to author
Forward
0 new messages