Amir
Forum Replies Created
-
We have not deleted any replies, usually the responses are deleted by the main WordPress Moderator.
We are working on this issue and will release a new version of the plugin in the next one or two days, in which this problem has been resolved.
We apologize again for this problem.
Sincerely,Hi @varactu
Since we do not fully understand your issue, we think that your site might be operating in a headless mode. Therefore, you can resolve your issue by using the following documentation and changing the nonce to a signature.
How to Track Visitor Statistics in Headless WordPress Themes Using WP Statistics
Managing Request SignaturesAdditionally, we have prepared a comprehensive article about issues related to visit tracking at the link below. Please review the article step by step.
Step-by-Step Guide to Troubleshoot TrackerI hope this documentation resolves your issue. However, as we mentioned initially, we do not fully understand your problem. If the issue persists, please explain the problem to us through a screenshot or video if possible, so we can resolve it.
Best regards.
Hi @rolandmhorn
Not all two-thirds. After updating the plugin according to the WP Statistics API update to version 2, the site cache should have been cleared, which probably didn’t happen, and the cache was automatically cleared after a while.
Please note that if your visitors use DNS or AD + Tracker blocking extensions like uBlock, their visits will not be recorded. To resolve this issue, you can use the Bypass Ad Blockers feature in Settings – Basic Tracking.
Additionally, if you encounter issues with visit recording and want to enhance data accuracy, you can refer to the following articles:
Step-by-Step Guide to Troubleshoot Tracker
Enhancing Data AccuracyUpon our review, the visit statistics on your site are currently being recorded correctly.
Please check your statistics again after some time and let us know if the issue persists.
Best regards,Thank you for opening this thread.
We will definitely add this feature in future updates so you can manage it through the settings.
In the meantime, you can set the
wp_statistics_js_check_time_intervalto a very high number according to the guide in the link below to effectively prevent the requests:
Customizing User Online Status Intervalsfunction custom_js_check_time_interval($check_time) {
// Set the check time interval to 1 day (86,400,000milliseconds)
return 86400000;
}
add_filter('wp_statistics_js_check_time_interval', 'custom_js_check_time_interval');Thank you for your valuable feedback.
Best regards,Hi @mmssnnrr77
Thank you for sending the screenshot and error details.
Fortunately, we have identified the cause of the issue and are in the process of resolving it. This problem will be fixed soon and fully addressed in the next update.
We sincerely apologize again for any inconvenience caused.
Kind regards,Hi @varactu
We recommend using the latest version. To use the 120-second feature based on previous settings, you can add the following code to your theme’s functions.php file:
function custom_reset_user_online_time($reset_time) {
return 120;
}
add_filter('wp_statistics_reset_user_online_time', 'custom_reset_user_online_time');Also, in the latest update, we have improved the bot detection algorithms, which may result in reduced statistics. You can manage exclusions according to your needs from the Settings – Filtering & Exceptions section.
I hope this helps you.
Kind regards,Hi @rolandmhorn
We sincerely apologize for any inconvenience caused.
It appears that visits are being recorded on your site without any issues. If you are using a cache plugin, please clear your cache once. Additionally, in our latest version, we have made improvements in bot detection, which may explain the reduction in statistics.
Based on our review, there should not be any current issues on your site. However, we have prepared a comprehensive guide for the issue of statistics not being recorded, which lists all potential causes:
Step-by-Step Guide to Troubleshoot TrackerPlease review the guide linked above, and if your issue is not resolved, let us know.
Regards,Hi @perryzelda
We sincerely apologize for any inconvenience caused.
It seems that the removal of one of the options in Admin Notifications in the new update has caused the above issue. We apologize for this inconvenience and are actively working on resolving it.
To fix the issue, please go to Settings – Admin Notifications and set the Report Frequency option to Disable. This should resolve the problem.
Thank you for your patience.
Regards,Thanks @anushka2024
We are currently investigating this issue. If you are using a cache plugin, please also clear the cache of your website as well as your browser once.
We apologize for the inconvenience caused.
To understand the reason for the problem, please check what error is displayed in the browser console on the post edit page?
Regards,
Forum: Plugins
In reply to: [SlimStat Analytics] Display counts instead of percentagesHi @acekin
To display the statistics in numerical format, go to the Settings – Reports tab and set the Display Hits option to On, so that the statistics will be displayed to you in numerical format.
Also, if you hover the mouse over a number, the statistics will also be displayed as a percentage.
If you have any other questions or need further assistance, please feel free to ask.
Regards,Hi @anushka2024
Thank you for opening this thread.
Are you using the latest version of the plugin, which is version 14.9.1? If not, please update the plugin to the latest version.
Also, please check if the Bypass Ad Blockers option is enabled in Settings – Basic Tracking. If it is enabled, disable it and test again.
Please check the above items and let us know the result.
Regards,We just released version 14.9.1 a few minutes ago, which resolves this issue.
We apologize for any inconvenience caused.
Regards,Please check if there are any errors in the browser console?
To disable the widget in the dashboard, click on the Screen Options in the top right corner and deactivate the Daily Traffic Trend option.
For the post editing page, you can also disable the Chart Metabox Views option in the Statistics – Settings – Basic Tracking path.
Hi @acekin
Thank you for opening this thread.
This error is due to the use of Ad-blocker such as uBlock or DNS services that block Ad/Trackers. If you are using such tools, please consider disabling them for your website.
Additionally, the guide below provides detailed explanations on this matter.
Fixing WP Statistics Plugin Issues Caused by Ad BlockersI hope this guide can help you resolve the issue.
Regards,