XF 2.2 Push notifications

I like the push notifications and the initial enable push notifications support at the bottom, but I find when you click the cross and then it persists with "We strongly recommend enabling push notifications on this device so that you can be kept up-to-date with site activity." could be an annoyance to my site visitors. And the last thing I wanna do is annoy them.

Can you tell me how to stop this second notification please?
 
had the same problem but I didn't realise this so it might be of use to other people in relation to this topic:

The push notification div background color was the same as the text color with these links in it:

"Enable notifications"
"Ask me another time"
"Never ask again"

so in extra.less I inserted

.notice.notice--accent a:not(.button--notice)
{ color: <some colour that isnt the same as the background on your push notification div }

and now users can see the option to not be asked about push notifications again.
 
so in extra.less I inserted

.notice.notice--accent a:not(.button--notice)
{ color: <some colour that isnt the same as the background on your push notification div }

and now users can see the option to not be asked about push notifications again.
Mate, you are a legend, that has ripped my nitten for the best part of a year lol
 
Top Bottom