ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Internet Connection Alert!

აღწერა

Automatically alert your visitors when they’ve lost internet connectivity. The plugin uses customized Offline.js which captures AJAX requests which were made while the connection was down.

Simple yet powerful PWA App. Improve your visitors abandonment problem.

Install and activate the plugin. That’s it. Absolutely no configuration required. The visitors will be notified about their lost internet connection.

If you’d like to customize few things, go to Settings > Internet Connection Status.

Demo Site – Visit the site and turn off your internet.

ეკრანული სურათები

  • Plugin In Action

ხდკ

No questions so far.

მიმოხილვები

25.01.2020 1 reply
Thanks for the plugin. It's a great idea! Are you mantaining it? I have seen that you are using a library to test the connection. The problem is that today you can use a better option to test the connection. I have tried it with a PWA and it doesn't work (maybe it crashes with the "service worker". The point is to use this script instead. I have been trying it and it works perfectly for web and webApps (service worker installed) <script> setInterval(function(){ if (navigator.onLine) { console.log("online"); } else { console.log("offline"); } }, 4000); </script> Let me know If you would like to use it this way, thanks!!!
4 რევიუს წაკითხვა

მონაწილეები & დეველოპერები

“Internet Connection Alert!” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Internet Connection Alert! თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.4.3 – 4/15/2021

  • Fix – broken turn beep sound off by default.

1.4.2 – 1/26/2021

  • Change – Turn beep sound off by default.
  • Fix – Extra semi-column.

1.4.1 – 11/20/2020

  • Fix – Check if id exists before use.

1.4.0 – 11/20/2020

  • Feature – Beep sound on lost internet connection.

1.3.0 – 09/05/2020

  • Refactor.

1.2.1 – 6/14/2020

  • Improvements

1.2.0 – 4/19/2020

  • Added – German language
  • Test – Deploy script

1.1.0 – 11/29/2019

  • Added – Additional language and theme
  • Added – Settings

1.0.0 – 11/24/2019

  • Initial Release