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.be
Nick: Testaccount
Pasw: Testaccount
3.2.x 3.2.x Snippets ⇒ Make pm and notifications responsive
-
- Admin
- Magic user status: Offline
- Posts: 4929
- 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
-
- Users
- Magic user status: Offline
- Posts: 354
- 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.be
Nick: Testaccount
Pasw: Testaccount


Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-
- VIP
- Magic user status: Online
- Posts: 1095
- 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>