Hi,
When the main page loads I see the fa-bell icon and "Notifications" then the fa-inbox icon and "Private messages".
When it is loaded the text disappears leaving only the 2 icons : how to prevent the text to disappear ?
In order not to modify common.css perhaps I can add something to my custom style css.
Thanks in advance
This is on mobile device I assume, in which case having no text is the correct behaviour and it is not uncommon for the text to be appearing momentarily while the page loads
Administrator wrote: Sun Feb 16, 2025 10:23 amThis is on mobile device I assume
No, it is on a PC screen (1680 x 1050 pixels) on Windows 10.
On mobile held vertically I have only the icons, the other links are in quicklinks dropdown : OK.
On mobile held horizontally I have the Icons and the texts "Notifications " and "Private messages", the other links are in quicklinks dropdown : OK.
On PC I have this : OK except text missing for "Notifications " and "Private messages"
I have copied overall_header_breadcrumbs_after.html from /ext/hifikabin/headerbanner/styles/prosilver/template/event/
added at the beginning the code here under ans saved in /styles/LeForumRecifal/template/event/
purged the cache as usually but nothing appears between the breadcrumbs and the search box (neither in the nav bar of course).
I understand, that's why I tried to move 5 (Facebook, Site Map, Sondages, Stats and Suivi)
from /styles/LeForumRecifal/template/navbar_header.html (they appear but not "Notifications " and "Private messages" texts)
If I make the modifications in
/ext/hifikabin/headerbanner/styles/prosilver/template/event/overall_header_breadcrumbs_after.html it works but in order not to modify your template I saved it to my own style i.e.
/styles/LeForumRecifal/template/event/overall_header_breadcrumbs_after.html
perhaps it is not the right way ?