Amir
Forum Replies Created
-
Thank you for the details.
Unfortunately, we were unable to reproduce your issue. However, based on our investigations, we suspect that the problem may be related to your site’s caching plugin. Please try clearing the cache of your site and your browser completely, and check if the issue is resolved
If the problem persists, please check the console errors again, and try testing in another browser without any active extensions.
We are glad to hear that your issue has been resolved.
Please check the Statistics – Geographic section to see if the countries of the visitors have been recorded for the past days.
It is possible that your GeoIP was not enabled/updated previously, and the country and city of your visitors were not recorded, which could result in their absence in the Global Visitor Distribution.
Since this issue has only occurred in Firefox for you, it is likely that you have an extension or settings in Firefox that are preventing the loading of the JS and CSS files of our plugin.
Please check your Firefox settings and disable/remove any extensions, then check this issue again.
Thank you for the detailed explanation. There is no need for a screenshot. We understand the reason for this issue and are currently investigating and resolving it.
The only issue is with the query in this section, which has caused this problem. We will address this issue in future versions.
Thank you for reporting this issue and for your patience.
Please open the Web Developer Tools by pressing the Ctrl + Shift + I shortcut and send us the errors displayed in the Console tab on this page.
It seems that a conflict with one of the plugins is causing the display issue and problems with JS.
Please deactivate the plugins one by one and check which one is causing this conflict.
If the issue persists after this, please open your browser’s console and check for any errors in the console tab, and send that errors to us.Also, if possible, please send us a screenshot of the page. Please ensure that there is no sensitive data in it.
Hi @mira25
Please provide your website address along with a copy of the Site Health Info (Only WP Statistics) by going to Tools – Site Health – Info and clicking on ‘Copy site info to clipboard’ so that we can investigate the issue more accurately and resolve it.
Regards,
Forum: Plugins
In reply to: [SlimStat Analytics] Change CountWe are glad that we could answer your question.
If you have any questions or issues at any time, feel free to ask us. We are here to help you.
Hi @ulim
Thank you for opening the thread.
It is likely that before June 10, the recording of the pages visited by users was not active for you, and with the recent update and changes in the queries, the absence of visited pages is causing these statistics not to be displayed.
Could you please specify more precisely in which section or widget you are seeing the number zero?
This will help us investigate the issue more accurately and resolve it.
Regards,During our review, the statistics are being recorded correctly on your site.
Are the widgets displayed to you in the Statistics – Overview menu, or do you see any statistics in the Statistics – Visitor Insights section?
Please send a copy of the Site Health by going to Tools – Site Health – Info and clicking on “Copy site info to clipboard” so that we can investigate the issue more accurately and resolve it.
Regards,
Forum: Plugins
In reply to: [SlimStat Analytics] Change CountAll the data and reports you see are retrieved from the
wp_slim_statstable. The IPs are stored in the IP field in this table. There is no separate table for storing unique IPs. Instead, we prepare this report by retrieving and processing the data from this table.For example, to get the count of unique IPs from our data, we use a query like the following:
SELECT COUNT(DISTINCT(ip)) FROM wp_slim_statsAs a result, there is no specific table for storing and retrieving each of these items, rather, they are fetched, processed, and reported from the main table, which is wp_slim_stats.
Please let me know if you have any further questions or need assistance.
Regards,Thank you for sending the logs.
The issue is likely due to a conflict with another plugin that is causing this problem.
Please send a copy of the Site Health by going to Tools – Site Health – Info and clicking on “Copy site info to clipboard” so that we can investigate the issue more accurately and resolve it.
Forum: Plugins
In reply to: [SlimStat Analytics] Change CountYour request has been reviewed by the team, but unfortunately, we still did not fully understand your point.
The above shortcodes are for displaying statistics, which read data from the
wp_slim_statstable.For example, the following shortcode provides the number of unique visitors based on IP since the installation:
[slimstat f='count-all' w='ip'][/slimstat]Additionally, the following shortcode gives you the total number of visits since installation:
[slimstat f='count-all' w='id'][/slimstat]Since these values are read from the database, there is no possibility of increasing or decreasing them.
If you want to retrieve specific data, you can use the filters to get the data according to your needs, edit it, and display it.
We hope you achieve the desired result through the filters.
Sincerely,Forum: Plugins
In reply to: [SlimStat Analytics] Change CountHi @steveneray
Unfortunately, we did not fully understand your question. Please provide more details and your use case so that we can assist you better.
Additionally, you can find sample codes and conditions that can be used in Shortcodes in the following guides.
Mastering WP Slimstat Shortcodes
Examples of Frequently Used Shortcodes in WP SlimstatWe hope this guide helps you.
Regards,