Users can’t close the notice unless they’re logged in.
Had to change:
add_action(‘wp_ajax_mark_notice_as_read’, ‘pippin_notice_mark_as_read’);
to:
add_action(‘wp_ajax_nopriv_mark_notice_as_read’, ‘pippin_notice_mark_as_read’);
Hello!
Just testing your great plugin. So far so good, there is one feature request though: please, allow admins to set one of the available colors as default for newly created notices. This will speed up the notices creation process a little bit.
Thank you!
]]>Hello!
Notices are not full width on the screen when used on WP4.4.2/4.5 and Twenty Sixteen theme: here is a screenshot
Can this be fixed?
Thank you!
]]>I installed this plugin a few hours ago as it seemed like a nice alternative to my Trumpet app via Cloudflare.
After testing it with a few colours and wordings I discovered what seems to be a bug.
If you change your notices several times this plugin remembers each version of the notice, and displays it in the changed order several times. I tried this plugin with several colours and different text 6 times, and now all the 6 versions appears one after each other when I go to a new site on my website. Tried this also after deleting the cookies but the same thing happens every time. This is quite annoying for visitors. Tested this on a few browsers and it is at least a problem in IE 11.0 and the latest Firefox.
I disabled the plugin and am now using the Trumpet plugin even though this has fewer options and colours.
Using Tesseract 2.3.1 themes.
Posted this issue under review and I’m now trying this under Support, as asked by plugin author.
]]>Hello,
Please check my site. It seems there is some sort of theme conflict. The notice does not show up.
Thanks!
]]>Can it disappear after user clicks “closing box”?
]]>Users are getting locked out of the server by ModSecurity for cPanel. Checking the log, I find error messages like:
“Cross-site Scripting (XSS) Attack. Matched signature <.cookie>”] [severity “CRITICAL”] [hostname “**redacted**”] [uri “/wp-content/plugins/simple-notices/js/jquery.cookie.js”]
Any chance you can update the plugin so that it does not generate files with the word “cookie” in the file name?
Is there a way to show this notice to specific user?
I have to select/key in the username so after they login, they will see it.
I’m a little scared to even try this, without it even suggesting which version of wordpress it’s compatible up to. How about some testing and an update? Looks like a handy little plugin.
]]>Hi,
Thanks for the plugin! Works great on my development site so far.
How can I get this to work with Qtranslate? I can see the separate title and content fields on the Edit Notice page but the content is not saving.
Thanks in advance,
Anna
]]>If a person is using the Twenty Eleven 1.3 theme from WordPress and chooses to use your plugin, the CSS Code:
#branding {
border-top: 2px solid #0A0A0A;
}
in dark.css and
#branding {
border-top: 2px solid #BBB;
in style.css appears over the top of the notice, created by your plugin, making it look like a dark or light horizontal rule, is splitting the Notice area in half.
]]>