yup its responsive for me until all the other navbar stuff goes into quicklinks then the notifications pop back out remember they will only stay responsive if there is not enough room for them.Solidjeuh wrote: 9 years agoSee: https://www.froddelpower.bemartin wrote: 9 years ago I did notice it only kicks in at last minute unlike the rest of the responsive stuff.
Nick: Testaccount
Pasw: Testaccount
3.2.x 3.2.x Snippets ⇒ Make pm and notifications responsive
-
martin
- Admin

- Posts: 5138
- Joined: 12 years ago
- Status: Offline
- User theme: Dark
Re: Make pm and notifications responsive

-
Solidjeuh
- Users

- Posts: 348
- Joined: 11 years ago
- Status: Offline
- User theme: Dark
Re: Make pm and notifications responsive
Damn that phpBB softwaremartin wrote: 9 years agoyup its responsive for me until all the other navbar stuff goes into quicklinks then the notifications pop back out remember they will only stay responsive if there is not enough room for them.Solidjeuh wrote: 9 years agoSee: https://www.froddelpower.bemartin wrote: 9 years ago I did notice it only kicks in at last minute unlike the rest of the responsive stuff.
Nick: Testaccount
Pasw: Testaccount
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
Sniper_E Online
- VIP

- Posts: 1164
- Joined: 11 years ago
- Status: Online
- User theme: Dark
Re: Make pm and notifications responsive
I just added a class="responsive-hide" in the <span> of those two lines in the navigation_header.html template to make it responsive.
Code: Select all
<i class="icon fa-inbox fa-fw" aria-hidden="true"></i><span class="responsive-hide">{L_PRIVATE_MESSAGES} </span><strong class="badge<!-- IF not PRIVATE_MESSAGE_COUNT --> hidden<!-- ENDIF -->">{PRIVATE_MESSAGE_COUNT}</strong>
AND
<i class="icon fa-bell fa-fw" aria-hidden="true"></i><span class="responsive-hide">{L_NOTIFICATIONS} </span><strong class="badge<!-- IF not NOTIFICATIONS_COUNT --> hidden<!-- ENDIF -->">{NOTIFICATIONS_COUNT}</strong>