Instant Notifications

Estimated reading: 2 minutes 559 views

Instant Notifications

By default, a notification only shows up when a page is loaded. So if a user gains points after the page has finished loading, the user will need to refresh the page. This feature, allows you to show notifications without the need to refresh the page.

 

Based on the frequency you set, each x number of seconds a script will check if a new notification exists for the current user. If there is one (or multiple) they are retrieved and shown to the user. This can be particularly useful with ajax powered themes.

Debug

As of version 1.3.6, the JavaScript will enable debugging of the scripts workings for administrator. If instant notifications are not working on your website, it is recommended that you check your browser’s console log. Most common issues can be identified this way.