Amir
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] Geolocation not working since updateHi,
Thank you for bringing this issue to our attention.
We are working to solve this issue and will soon provide a new update for the plugin.
We appreciate your feedback and patience.
Regards,Hi @51nullacht
Thank you for bringing this issue to our attention.
We have resolved this issue in the commit below and will provide a new update for the plugin in the coming days.
https://github.com/wp-slimstat/wp-slimstat/commit/7af0fd2367e92810b6cec4e7ba2fb89dc3851238We appreciate your feedback and patience.
Regards,Hi @roosites,
Yes, that’s correct. To only record statistics for visitors from the United States, You should enter the code “US” in the “Included Countries” field under Settings – Filtering & Exceptions – GeoIP Exclusions.
By doing this, WP Statistics will only track and record visitors who are accessing your website from within the United States.
Please let me know if you have any further questions or need assistance.
Regards,Hi @bkskogrand,
There was probably an issue or interference on your website within the mentioned time frame, which resulted in the failure to record visits. If such an issue occurs again, please let us know so.
We appreciate your cooperation.
Regards,Hello,
Thank you for bringing this issue to our attention.
We have resolved this issue in the commit below and will provide a new update for the plugin in the coming days.
https://github.com/wp-statistics/wp-statistics/commit/0e6fcf09632a5d946f166e157a22dcf033f55b20We appreciate your feedback and patience.
Best regards,Hi @aclys
Thank you for bringing this issue to our attention.
We have resolved this issue in the following commit and will be releasing a new update for the plugin in the next few days that will restore this option:
https://github.com/wp-statistics/wp-statistics/commit/dd89888e02a24d0c1a6a48b1e407e5a58726baaaThank you for reporting this issue, and we apologize for any inconvenience caused.
regards,Hi @krisj2k
Thank you so much for your kind words and for using our plugin! We’re thrilled to hear that you love it.
Please let me know which version of the plugin you are using, and if the plugin is not up-to-date, please update it to the latest version and then check if you still receive this message or not.
We do not have a file named tinytmce.min-js in our plugin. The correct name of this file is tinymce.min.js, and after our investigation, the name you provided is not called anywhere in the plugin.
Please also check this issue in Private/Incognito mode to see if you still encounter this message after updating, and let me know.
Regards,
Dear @simsim1986
Thank you for bringing this issue to our attention.
As I mentioned, the reason for this problem was the absence of the
statistics_visitor_relationshipstable in your database. However, there was another issue with the query related to retrieving visits along with the last visited page for previous users. Since there was no record in thestatistics_visitor_relationshipstable for that visitor, no record was being displayed to you.We have resolved this issue in the following commit, and we will release a new update for the plugin in the next few days.
https://github.com/wp-statistics/wp-statistics/commit/53952651379ec8bcfa620902f15b1c0500f4307dFinally, thank you for reporting this issue, and we apologize for any inconvenience caused.
Best regards,Hi @simsim1986,
It is likely that the table
statistics_visitor_relationshipsdoes not exist in your database.To resolve this issue, go to Optimization – Database Management and click on Reinitialize Now.
If the problem persists after this, please let us know so we can investigate further.
Regards,Hi @bkskogrand,
We released a new update a few hours ago. Please first upgrade the plugin to version 14.7.1, and then go to Settings – Restore Default Settings to restore the settings to their defaults.
Then, enable the Cache Compatibility Mode option in Settings – Basic Tracking, and visit your website from another browser or in Private/Incognito mode. Check if the issue still persists on your site or not?
Regards,
Please let me know which version of the plugin you are using. If the plugin is not up-to-date, please update it and check whether the issue has been resolved or not.
If the issue still persists, please let me know which menu and section you view the views, and in which menu and section it displays the visitors as 0?
Best regards,
Hi @bkskogrand
I have reviewed the link you provided and the statistics are recording correctly, so there shouldn’t be any issues. Have you had any visitors during the time period you mentioned?
Please check the plugin settings to see if you have applied any Filtering or Exceptions, and also ensure that the options Track Page Views, Monitor All Content Types, and Cache Compatibility Mode are enabled under Settings – Basic Tracking.
Also, please note that if visitors are using ad-blockers or tracking-blocking extensions/DNS, visits may not be recorded.
Please let me know if you have any further questions or need assistance.
Regards,Hi @may666777
Thank you for your interest in translating the WP Statistics plugin! It’s great to have contributors like yourself.
You can translate the strings at the WordPress Translation Center. Select your language, then choose Stable (latest release), and proceed to translate the desired texts.
Once your translation is submitted, it will be reviewed and approved by one of the Translation Editors.Thank you for your participation and support.
Best regards,Hi @difawa
Thank you for bringing this issue to our attention.
We’ll address this issue soon and try to fix it in a future update.Your feedback plays a crucial role in improving our plugin, and we are grateful for your contribution.
Regards,Forum: Plugins
In reply to: [SlimStat Analytics] Outputting data in phpHi @thebigdotco,
I apologize for the delay in responding.
You can use the sample code below to retrieve information.include_once( WP_PLUGIN_DIR . '/wp-slimstat/admin/view/wp-slimstat-db.php' ); wp_slimstat_db::init(); $result = wp_slimstat_db::get_recent($_column = '*', $_where = 'dt between startDate and endDate', $_having = '', $_use_date_filters = true, $_as_column = '', $_more_columns = '' );Replace the
startDateandendDatein the code with the dates in Unix Time format.Please let me know if you have any further questions or need assistance.
Regards,