Mehmet
Forum Replies Created
-
Forum: Reviews
In reply to: [SlimStat Analytics] fantastic pluginHi Alamea,
Thank you so much for your kind words!
We’re thrilled to hear you’re enjoying the plugin and its filter options. Your feedback really motivates us to keep improving!Best regards,
MehmetHi @shqipcinema,
Since we haven’t heard back from you in a while, I’ll go ahead and mark this ticket as resolved for now. Of course, if you need further assistance at any point, feel free to reopen the thread or send us a new message
We’ll be happy to help.Best regards,
MehmetHi @lemondupolar,
Since we haven’t heard back from you in a while, I’ll go ahead and mark this ticket as resolved for now. Of course, if you need further assistance at any point, feel free to reopen the thread or send us a new message
We’ll be happy to help.Best regards,
MehmetHi @develis,
Since we haven’t heard back from you in a while, I’ll go ahead and mark this ticket as resolved for now. Of course, if you need further assistance at any point, feel free to reopen the thread or send us a new message
We’ll be happy to help.Best regards,
MehmetHi @mosimages,
Since we haven’t heard back from you in a while, I’ll go ahead and mark this ticket as resolved for now. Of course, if you need further assistance at any point, feel free to reopen the thread or send us a new message
We’ll be happy to help.Best regards,
MehmetHi @medway,
Since we haven’t heard back from you in a while, I’ll go ahead and mark this ticket as resolved for now. Of course, if you need further assistance at any point, feel free to reopen the thread or send us a new message
We’ll be happy to help.Best regards,
MehmetHi Ranveig,
Since we haven’t heard back from you in a while, I’ll go ahead and mark this ticket as resolved for now. Of course, if you need further assistance at any point, feel free to reopen the thread or send us a new message
We’ll be happy to help.Best regards,
MehmetHi @efawebit,
Thank you for your feedback!
We really appreciate your support and love hearing that our plugin is helping you.
Best regards,
MehmetHi @taren87,
Thank you for reaching out.
A common reason for missing or decreasing visit counts is that some security or caching plugins may be blocking the
tracker.jsfile, which prevents visits from being tracked properly. Could you please let us know if you’re currently using any security or caching plugins on your website?In the meantime, you can review our troubleshooting guide here for detailed steps to identify and resolve this issue:
👉 Troubleshoot the TrackerPlease let us know what you find we’ll be happy to guide you further.
Best regards,
MehmetHi @dleigh,
First of all, apologies for the delay in getting back to you, and thank you for the detailed report.
From what you’ve described, it looks like GoDaddy’s CDN is interfering with the tracking.js file. Since this is being blocked on their side, it would be worth asking their support why the file is being flagged and if they can provide more context.
In the meantime, here are two quick workarounds you can try:
Step 1 – Enable Bypass Ad Blockers
Go to:Statistics > Settings > General
and enable Bypass Ad Blockers. This changes the tracker script’s URL by appending a query parameter, which may prevent it from being blocked.Step 2 – Bypass GoDaddy’s CDN for tracking.js
If Step 1 doesn’t help, you can manually enqueue the script under a different handle, which sometimes avoids CDN restrictions:add_action('wp_enqueue_scripts', 'wps_fix_tracking_bypass', 20);
function wps_fix_tracking_bypass() {
wp_deregister_script('wp-statistics-tracker');
wp_register_script(
'wps-tracker-custom',
get_stylesheet_directory_uri() . '/js/wps-track.js',
array(),
'14.15.4',
true
);
wp_enqueue_script('wps-tracker-custom');
}These are only temporary solutions until we know more from GoDaddy about why this block is happening.
Could you please try the steps above and let us know if it resolves the issue?
Best regards,
MehmetHi,
Thanks for reaching out and sharing your feedback about the widget spacing.
To better understand the issue, could you please send us a screenshot of how the WP Statistics widgets appear on your screen?
This will help us compare and see exactly where the spacing looks larger than expected.
Looking forward to your reply.
Best regards,
MehmetHi Dilip,
To help us investigate the issue more easily and quickly together, you might want to send a message to support@veronalabs.com. This way, we can track the conversation and provide a faster solution.
Best regards,
MehmetForum: Plugins
In reply to: [SlimStat Analytics] Invalid Date NaN in year-view graphs since 5.3.0Hi @toxicum,
Thank you for confirming. Since the issue only appears in Safari, we’ll investigate further to ensure compatibility across browsers. I’ll update you as soon as we have a fix.
Best regards,
MehmetHi Ranveig,
That’s great to hear. This confirms the issue is caused by something in your main browser setup, such as an extension (often AdBlock or privacy tools) or a cached script. To resolve this permanently, you can:
- Disable extensions one by one in your main browser to identify the one blocking WP Statistics files.
- Clear the browser cache completely (not just the site cache).
- If you’d like to continue using those extensions, you can usually whitelist your WordPress dashboard URL so the CSS/JS files load correctly.
Since the plugin works fine in other browsers and incognito, the plugin itself is functioning correctly, and adjusting the browser setup should fix it.
Best regards,
MehmetForum: Plugins
In reply to: [SlimStat Analytics] Invalid Date NaN in year-view graphs since 5.3.0Hi @toxicum,
We’ve prepared a dedicated version of the plugin that should address the issue you reported. You can download and install it from the link below:
https://github.com/wp-slimstat/wp-slimstat/tree/Invalid-date-nan-dedicatedIf the problem persists after installing this version, it’s very likely that the cause is external and not related to the plugin itself. Could you also let us know if you’ve tested this behavior across different browsers? That information would help us narrow down the root cause more effectively.
Best regards,
Mehmet