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: Jul 19th, '17, 16:34See: https://www.froddelpower.bemartin wrote: Jul 19th, '17, 16:26 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
-
- Admin
- Status: Offline
- User theme: Dark
- Posts: 4982
- Joined: Apr 6th, '14, 14:12
Re: Make pm and notifications responsive
Use this to install an ext on your board no more ftp or path making.
Path too install this ext is ext/boardtools/upload
Download is here Make it easy for us to solve your issues
Path too install this ext is ext/boardtools/upload
Download is here Make it easy for us to solve your issues
-
- Donator
- Status: Offline
- User theme: Dark
- Posts: 348
- Joined: Dec 13th, '14, 01:40
Re: Make pm and notifications responsive
Damn that phpBB softwaremartin wrote: Jul 19th, '17, 16:43yup 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: Jul 19th, '17, 16:34See: https://www.froddelpower.bemartin wrote: Jul 19th, '17, 16:26 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
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
- VIP
- Status: Offline
- User theme: Dark
- Posts: 1124
- Joined: Oct 14th, '14, 17:01
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>