Xen Notices [Deleted]

@Chris Deeming

Can you consider to add this feature on a next update?

Thanks

You could use the custom class from that specific notification and add something like the following in your EXTRA.CSS template or use the left property depending on what position you have notifications set as.

Code:
#gritter-notice-wrapper {right: 50% !important;}


Screenshot_32.webp
 
Last edited:
I cannot edit my notifications' content. I edit the text and some options (fading, timing etc) and the content does not change after the save.

I even tried to remove the whole text and save, and still won't do it.

Even if I create a new notification, the behavior is the same, after my initial input in the text field, it won't change no matter what.

@Chris Deeming you're still admin on my site, you can have a quick look or if you don't have time let me know how to troubleshoot this. :)
 
Last edited:
It's probably to do with the TinyMCE rich text editor.

The best thing to do is to disable Rich Text Editor in the Admin CP options.
 
Hows about ipad? Still shows.
Works just fine on iPad and Android tablets in portrait view, the notification disappears as expected. It is visible in landscape mode on both as they are displaying the website in full ie their horizontal resolution is greater than @maxResponsiveWideWidth. This is as expected.
 
For the sake of specificity, you may need to define it in EXTRA.css as:

Code:
@media (max-width:@maxResponsiveWideWidth)
{
    .Responsive #GritterContainer {display:none;}
}
 
Works just fine on iPad and Android tablets in portrait view, the notification disappears as expected. It is visible in landscape mode on both as they are displaying the website in full ie their horizontal resolution is greater than @maxResponsiveWideWidth. This is as expected.
I don't like my forum cluttered with pop ups covering the content, it's annoying and users complain on small devices, the notification works well on a desktop and clears the content.
 
Where did I say no?

I suggested some alternative code. Does that work? Martok also confirmed it does work on iPads in portrait view. Does it work for you in portrait view? Is it only landscape view it still displays?
 
I don't like my forum cluttered with pop ups covering the content, it's annoying and users complain on small devices, the notification works well on a desktop and clears the content.
No it doesn't clear the content on a desktop. I just viewed your site as a guest, pulled up a thread and the 'not logged in' notification overlays the posts. Also if viewing in 1024x768 resolution, the notification partly obscures some of the forums on the main page. Then of course in most resolutions (I'm using 1366x768) it still obscures content in the sidebar.

Frankly if you're that bothered about it obscuring anything, you'd be better off using the built-in notices system as this will never obscure content whereas notifications is always likely to obscure something at some resolution on someone's screen.
 
You have had suggestions for the code. I have asked some questions about why it might not be working. If you're not going to respond to my questions, I can't really help you :)
the notification works fine, as i explained to @Martok - I don't like the popups notice annoying the regular members on iPhones and iPads, yes, it shows in
No it doesn't clear the content on a desktop. I just viewed your site as a guest, pulled up a thread and the 'not logged in' notification overlays the posts. Also if viewing in 1024x768 resolution, the notification partly obscures some of the forums on the main page. Then of course in most resolutions (I'm using 1366x768) it still obscures content in the sidebar.

Frankly if you're that bothered about it obscuring anything, you'd be better off using the built-in notices system as this will never obscure content whereas notifications is always likely to obscure something at some resolution on someone's screen.
Oops - after returning on the add on - forgot to add page criteria! :whistle: I am not that concerned by the desk top, the complaints from members is always from a mobile device - including the iPad.
 
Back
Top Bottom