Hi Elaine, In the IntranetNav system pref the <html>, <head>, and <body> tags are all unnecessary. It is also best if you wrap your links in HTML <li> elements. I would try replacing your current HTML with this:
http://paste.koha-community.org/2551 Cheers, On Tue, Aug 31, 2021 at 11:46 AM Elaine Bradtke <[email protected]> wrote: > Here's what we have at the moment: > <html> > <head> > <meta http-equiv="content-type" content="text/html; charset=UTF-8"> > <title>Test navigator bar staff client</title> > </head> > <body style="font-weight: bold;"> > <font face="Helvetica, Arial, sans-serif"><a > href="https://sites.google.com/a/efdss.org/library-staff-koha-manual/ > ">Manual > | </a> <a target="_blank" href="http://koha.randomnotes.org/">OPAC > | </a> <a > href=" > http://kohaadmin.randomnotes.org/cgi-bin/koha/cataloguing/addbooks.pl > ">New > Biblio > | </a> <a > href=" > > http://kohaadmin.randomnotes.org/cgi-bin/koha/authorities/authorities-home.pl > ">Authorities > | </a> <a href="http://catalogue-admin.efdss.org/">Main site | > </a> <a > href=" > > https://sites.google.com/a/efdss.org/library-staff-koha-manual/home/cataloguing/classification-scheme > ">Classification > Scheme > |</a></font><br> > </body> > </html> > > It was longer - I cut out the part that said* THIS IS THE TEST SITE* > With that there, it pushed the More menu right off the edge of the window. > It seems to me the IntranetNav window is a tad too small, and or it doesn't > adapt to the size of the window. > Elaine > VWML <https://vwml.org> > > > > On Tue, Aug 31, 2021 at 1:41 AM Jonathan Druart < > [email protected]> wrote: > > > Hi Elaine, > > > > How many links do you have? Can you share your IntranetNav content? > > I do see the overlap described on 23840 but the "More" moving all around. > > It appears on a separate line if the line is too long for the window, > > but it's the best we can do, in my opinion. > > > > Regards, > > Jonathan > > > > > > Le lun. 30 août 2021 à 20:35, Elaine Bradtke <[email protected]> a écrit : > > > > > > Our test site is on 21.05.02.003 . Our production site is 21.05.00 > The > > > problem is in 21.05.02.003 > > > We have some extra links in the IntranetNav There seems to be a limit > to > > > how much you can put to the left of the More menu. > > > Once exceeded, the More menu ends up on the next line, but in an odd > > place. > > > In this case on the very far left of the page: > > > > > > https://drive.google.com/file/d/1AWF36xmnYSkvsxT-n7a9a4N6W2kGPFNn/view?usp=sharing > > > When the More menu is clicked, it actually falls off the edge of the > > page - > > > there's no way to bring it into view. > > > > > > https://drive.google.com/file/d/19fb6nR21jWKJG1-4WObawP4vBrCGoOX-/view?usp=sharing > > > By cutting down on the number of characters that display, I managed to > > > bring it into view, More is still on the next line, despite the fact > that > > > there is plenty of room for it above. > > > Weirdly (and I struggle with left and right, so I never thought about > it > > > before), the production site running the older version puts our added > > links > > > to the RIGHT of the More menu, but on the same line. > > > > > > I'm not sure if it's related to bug 23840 > > > <https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23840> or > if > > > it's a new problem. > > > > > > Elaine Bradtke > > > VWML <https://www.vwml.org> > > > English Folk Dance and Song Society <https://www.efdss.org> > > > Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY > > > Tel +44 (0) 20 7485 2206 (This number is for the English Folk Dance > > and > > > Song Society in London, England. If you wish to phone me personally, > send > > > an e-mail first. I work off site) > > > > > > -------------------------------------------------------------------------- > > > Registered Company No. 297142 > > > Charity Registered in England and Wales No. 305999 > > > _______________________________________________ > > > > > > Koha mailing list http://koha-community.org > > > [email protected] > > > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha > > > _______________________________________________ > > Koha mailing list http://koha-community.org > [email protected] > Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha > -- Lucas Gass Web Developer _______________________________________________ Koha mailing list http://koha-community.org [email protected] Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

