sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 514 forks source link

PNotify is not defined #344

Closed fusionbeam closed 5 years ago

fusionbeam commented 5 years ago

Hi,

I am getting a PNotify is not defined error when trying to create a notification. Here is the url: https://www.b-averyhairstudio.com/

Here is the validation I'm doing so if accessing the page just enable the inspector and it will trap the error

if( typeof (PNotify) === 'undefined'){ setTimeout(Alchmy.showNextNotification, 6900); debugger; console('PNotify is undefined ... '); return; }

Is there a way to programmatically call for the definition of PNotify ?

Thanks, R

hperrin commented 5 years ago

Which version and files of PNotify did you include? It should be available if you follow the instructions in the readme.

warrenandre commented 2 years ago

Hi was this resolved, and what was the solution? as am experiencing the same issue my side