Jason Crouse
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] Get Page Views for List of Pages by IdYou’re very welcome.
Forum: Plugins
In reply to: [SlimStat Analytics] How is page_performance calculated?Please consider writing a review for Slimstat as a token of appreciation for the support you received. It would be a nice way to say thank you and to let people know how much you value this plugin:
https://wordpress.org/support/plugin/wp-slimstat/reviews/#new-post
Forum: Plugins
In reply to: [SlimStat Analytics] Disable CookiesThis has been added to the next update, which we are releasing in a few hours. Please let us know if it works for you.
Best,
JasonForum: Plugins
In reply to: [SlimStat Analytics] Get Page Views for List of Pages by IdHi,
the “matches” operator in Slimstat uses the MySQL REGEX operator to build the corresponding SQL query:
https://dev.mysql.com/doc/refman/5.7/en/regexp.html
We also have an operator “includes_in_set”, which is translated with the FIND_IN_SET MySQL operator:
https://dev.mysql.com/doc/refman/5.7/en/string-functions.html#function_find-in-set
In this case, your shortcode would become
[slimstat f=”count” w=”id”]content_id includes_in_set 1,5,7,53[/slimstat]
Where 1,5,7,53 are the IDs you’d like to match against.
I hope this helps,
JasonForum: Plugins
In reply to: [SlimStat Analytics] How is page_performance calculated?Hi,
we use the Javascript Navigation Timing object to calculate that value:
https://developer.mozilla.org/en-US/docs/Web/API/Navigation_timing_API
https://www.html5rocks.com/en/tutorials/webperformance/basics/And in particular the Performance property:
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming
I hope this helps,
JasonHi @thefriendlancer, if ec1warc1’s instructions are not sufficient to get you going again, please contact us at http://support.wp-slimstat.com and we’ll do our best to help you!
Happy New Year,
JasonForum: Plugins
In reply to: [SlimStat Analytics] Cannot install Geolite DB: ForbiddenBravo 🙂
Forum: Plugins
In reply to: [SlimStat Analytics] how the percentage of top search items are calculating ?Hi,
could you please elaborate on what you’re trying to accomplish. The language barrier is preventing me from understanding your goal.
Thank you,
JasonForum: Plugins
In reply to: [SlimStat Analytics] Count access don’t workHi,
can you see if the tracker is reporting any errors under Slimstat > Settings > Maintenance?
Thank you,
JasonForum: Plugins
In reply to: [SlimStat Analytics] Email report demoPlease show a little more patience 🙂 I just replied to you.
Forum: Plugins
In reply to: [SlimStat Analytics] Email report demoForum: Plugins
In reply to: [SlimStat Analytics] ErrorHi,
We are still trying to understand why this happens for some of our users, as we cannot reproduce the issue on our end and we haven’t identified a pattern so far. The easy workaround is to uninstall the MaxMind file by deleting a file or folder named “maxmind.mmdb” under
/wp-content/uploads/wp-slimstat/
You can then manually download the BINARY FORMAT file from
https://dev.maxmind.com/geoip/geoip2/geolite2/
After you unzip the downloaded file, rename it to maxmind.mmdb and upload it to the same folder. Please let me know if that solves your problem.
Jason
Forum: Plugins
In reply to: [SlimStat Analytics] Disable CookiesHi,
we’ve been discussing this feature with the developer, and we decided that we will be adding an option to turn off this feature directly in core.
Stay tuned,
JasonForum: Plugins
In reply to: [SlimStat Analytics] Fatal error in latest version@lordgoran, please contact us at http://support.wp-slimstat.com and I will send you all the info.
Best,
JasonForum: Plugins
In reply to: [SlimStat Analytics] Security vulnerability affecting SlimstatHi,
you are more than welcome to reach out to us at http://support.wp-slimstat.com
Thank you for disclosing this vulnerability in a responsible way!
Best,
Jason