Check the documentation. In there should be the attribute that you need to include in order to have a way to close the notification.
__________________ ^_^
If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
* The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".
looked up the plugin. http://pinesframework.org/pnotify/
if your not getting qa clsoe button its most likely missing image issue. the versions that dont close on a timer all have close buttons added by default.
looked up the plugin. http://pinesframework.org/pnotify/
if your not getting qa clsoe button its most likely missing image issue. the versions that dont close on a timer all have close buttons added by default.
The closer is sign || X appeared when you mouse over the pop-up. I check and see no image for the closer.
That’s not helping because we still don’t have any images and/or your server setup etc. I asked for a live example for a reason.
This is not server-side task. It only a simple task on your PC: alert a message. Just download .css and .js from http://pinesframework.org/pnotify and enjoy.
Have you copied my code and run it?
I didn’t say it is a server-side task but your server is serving the files, and your code alone – especially if I just copy it and run it in my browser – is still not telling us anything about whether images are involved or whatever else, and therefore it is more useful to see your live set-up. This is why I want a live example. The code you posted may be correct by itself but it doesn’t give any hints whether or not the file paths/locations are correct etc.
I didn’t say it is a server-side task but your server is serving the files, and your code alone – especially if I just copy it and run it in my browser – is still not telling us anything about whether images are involved or whatever else, and therefore it is more useful to see your live set-up. This is why I want a live example. The code you posted may be correct by itself but it doesn’t give any hints whether or not the file paths/locations are correct etc.
Thank, I know you want to now detail to easy advise me. But that html file is all I do. Pnotify is built-in javascript and css, I already declare in head.
the closer image is ../img/glyphicons-halflings.png
do you have that?
or, as the instructions note,
Quote:
And if you choose to use jQuery UI for all your styling, include this line somewhere before your first notice:
$.pnotify.defaults.styling = "jqueryui";