tommydamic68
Well-known member
Any way to not have it show on small devices?
http://xenforo.com/community/threads/notifications-paid.33906/page-48#post-576948Any way to not have it show on small devices?
Sounds like a browser issue rather than this add on?Actually - its not just my site, i viewed another site with this add on and it has the same streak, appears to happen in safari, not there in chrome.
how can I change the width without this streak happening on my site? It only happens if i choose to show it on the right side.
View attachment 60880
Yes, Not on all versions of Safari, just 6.05 on my laptop. on my mac desktop - 6.1 does not do the mystery streaking.Sounds like a browser issue rather than this add on?
Does my site show this streak when viewed in Safari?
If it's only Safari on the Mac that has the problem and no other version or indeed any other browser then it's a browser issue.Yes, Not on all versions of Safari, just 6.05 on my laptop. on my mac desktop - 6.1 does not do the mystery streaking.
After you have closed the notification, do they come back again on the next page load?
Then it is working as expected.
The temporary dismissal option sets a cookie which ranges from a session based cookie that is only valid during the current browser session to any number of days. The permanent dismissal option only applies to registered members, and logs the dismissal in the database so it can never return.
If you disable both options then you can close the notification, but it will pop up on every page. This is done because otherwise you could have notifications that cover important elements on the page such as buttons or links and that would effectively ruin the user experience.
There's no display order currently. The number of registered members isn't an available parameter currently. You'd have to hard code it in with words such as: "like our over 10,000 members, join us!".Thank you,
more question, how to display notifcation in a giving order?
is it possible to display numbers of member? For exemple
like our (numbersmember) members, join us!
Thank you
Thanks
It's not possible with an option. You can turn the navigation tab off in the options so that doesn't appear. Then you'd just need to edit the relevant template to add the link where you want it.Need some help please. How to get the notification section from left to right? tried myself for hours but can't get it done.
thnx for helping me out
View attachment 61362
No. Just the corners.
I added some notices (2) and had complaints from members whom use iPhones, they said it blocks the screen and "sometimes" they cannot properly x out of the notice. Can this be made not to show on mobile devices?
Right the code I gave you had a typo.I forgot to capitalise the W in "wide". Try this
Code:@media (max-width:@maxResponsiveWideWidth) { #GritterContainer {display:none;} }
We use essential cookies to make this site work, and optional cookies to enhance your experience.