Forum Replies Created

Viewing 15 replies - 256 through 270 (of 410 total)
  • Hi @lulupont,

    You can hide the widgets on mobile devices using the following code snippet:

    add_action('admin_head', function () {
    ?>
    <style>
    @media (max-width: 767px) {
    #wp-statistics-top-visitors-widget,
    #wp-statistics-recent-widget {
    display: none !important;
    }
    }
    </style>
    <?php
    });

    You can place this code in your child theme’s functions.php file, or use a plugin like Code Snippets to add it safely.

    Feel free to add the IDs of other widgets in the same way if you’d like to hide them too.

    Let me know if you need help identifying other widget IDs.

    Best regards,
    Mehmet

    Hi @lulupont,

    Thank you for reaching out,

    To view stats specifically for logged-in users on the Real-Time page, you can use the available filters at the top of the page.

    Please select “Visitor’s Email” as the filter,
    Then choose “is not empty” as the condition.

    This will help you narrow down the results to visitors who are logged in, since email addresses are only tracked for authenticated users.

    Let us know if you have any further questions!

    Best regards,
    Mehmet

    Hi @lulupont,

    Thank you so much for your kind words and for using our plugin.
    We truly appreciate your feedback!

    First of all, please accept our apologies for the delayed response.
    We’re sorry for any inconvenience caused.

    Regarding your question:
    The layout differences you noticed between desktop and mobile are intentional.
    Due to the limited screen space on mobile devices, these design choices were made to ensure better responsiveness and readability.
    It’s a design-specific behavior rather than a configurable feature.

    You’re absolutely right — at the moment, there is no built-in option to control the number of entries shown in the widget or to disable the large flags on mobile.
    To achieve this, you’ll need to apply custom CSS adjustments based on your preferences.

    If you need help with writing the necessary CSS, feel free to let us know — we’ll be happy to assist.

    Thanks again for your support!
    Best regards,

    Mehmet

    (@gandomi)

    Hi @planaje,

    We sincerely apologize for the ongoing issues you’re experiencing.

    We’re finalizing a new update that will fully resolve this, and it will be released very soon. In the interim, please consider trying the SQL quick fix provided previously to restore tracking:

    ALTER TABLE wp_statistics_visitor
    ADD first_page BIGINT UNSIGNED NULL DEFAULT NULL AFTER source_name,
    ADD first_view DATETIME NULL DEFAULT NULL AFTER first_page,
    ADD last_page BIGINT UNSIGNED NULL DEFAULT NULL AFTER first_view,
    ADD last_view DATETIME NULL DEFAULT NULL AFTER last_page;
    

    We’ll notify you immediately once the update is available.

    Best regards,
    Mehmet

    Mehmet

    (@gandomi)

    Hi everyone,

    We apologize for the data tracking issues with WP Statistics 14.14. We’ve been actively working on a fix for the database problem causing this.

    A new update will be released very soon that completely resolves this. We’ll notify you here as soon as it’s available.

    Thanks for your patience.

    Best regards,
    Mehmet

    Mehmet

    (@gandomi)

    Hi @tonyrhnewtons,

    Thank you for the update, and I’m sorry to hear that rolling back didn’t resolve the issue.

    To investigate this further, could you please share any relevant entries from your WordPress debug log, especially those related to the WP Statistics plugin?

    This information will help us better understand what’s going wrong on your setup and guide you more accurately.

    If you haven’t enabled debugging yet, here’s a guide on how to do that:
    https://wordpress.org/documentation/article/debugging-in-wordpress/

    Looking forward to your response.

    Best regards,
    Mehmet

    Mehmet

    (@gandomi)

    Hello @lanter56,

    Thank you for your message.

    I’d like to let you know that we’ve replied to you several times, but we haven’t received any response from your side so far.

    We are receiving your messages, but it seems our replies might not be reaching you.
    They could be going to your spam or junk folder.

    This is the first time we’re experiencing such an issue, and we kindly ask you to contact us using a different email address if possible.

    After reviewing your website on June 12, I couldn’t find the issue you described.
    Please see the attached screenshot as proof.

    From what I can tell, the issue might be related to your browser — possibly an outdated version — or there may be a conflict caused by another plugin.

    We’ve spent time reviewing your case carefully, and we’d really appreciate it if you could confirm receiving this message.

    Looking forward to your reply.

    Best regards,
    Mehmet

    https://mega.nz/file/Zk50wBiL#58XFJ8VD1TOmmS4A2rhT7rlQYcrnjAEP5MFb-Tshrv4
    https://mega.nz/file/19w3DQ5D#G6YTJc68QBIsg5e0jOgG9KRSu_rwXWo99FNDyYGUWDk

    Mehmet

    (@gandomi)

    Hi Dave,

    Thank you for reaching out and for your interest in WP Statistics.

    Currently, WP Statistics doesn’t support conversion tracking or event-based triggers like form submissions.
    It’s mainly focused on visitor analytics such as page views, referrals, IPs, and geolocation data.

    If you have any other questions or need help with anything else, feel free to let us know.

    Best regards,
    Mehmet

    Mehmet

    (@gandomi)

    Hi @sfrueh,

    You’re very welcome!

    I’m marking this ticket as resolved for now.
    If you run into any other issues or have more questions, please don’t hesitate to reach out — we’re always here to help.

    Best regards,
    Mehmet

    Mehmet

    (@gandomi)

    Hi Cyril,

    Thanks again for your suggestions.

    I’ve shared your request with our development team and it’s currently under review.

    If we add any new shortcodes or automatic CSV export features, I’ll make sure to update you here.

    Best regards,
    Mehmet

    Mehmet

    (@gandomi)

    Hi @sfrueh,

    Thank you for reaching out!

    The error you’re seeing is not related to the WP Statistics plugin.
    Based on the file path and filename, it appears to be coming from the Wordfence security plugin.
    The wflogs directory is used by Wordfence to store its temporary and log files.

    This message usually means that a temporary file was deleted or moved before the system tried to access it.
    It’s generally not something to worry about, but if it happens frequently, you might want to check Wordfence’s settings or logs for more details.

    Let us know if you have any questions related to WP Statistics — we’re happy to help!

    Best regards,
    Mehmet

    Mehmet

    (@gandomi)

    Hi @pdux,

    Thank you for the update.

    I was able to replicate the issue on my end using PHP 8.4.5.
    I appreciate you bringing this to our attention — it’s incredibly helpful.

    I’ve gone ahead and reported this to our development team so they can investigate further and work on resolving the deprecated warnings.
    We take these reports seriously and want to ensure the plugin remains fully compatible with the latest environments.

    I’ll make sure to keep you posted with any updates regarding this.

    Thanks once again for your help and support — it’s users like you who help us improve!
    Feel free to reach out if you notice anything else.

    Best regards,
    Mehmet

    Mehmet

    (@gandomi)

    Hello @pdux,

    Thanks so much for reaching out and for your kind words about the plugin – we really appreciate it!

    We’re sorry to hear you’re running into deprecated errors in Query Monitor. That’s definitely not ideal, and we want to get to the bottom of it.

    To help us investigate, could you please let us know which version of PHP you’re currently using?

    Once we have that information, we’ll be able to look into this further for you.

    Thanks again for bringing this to our attention!
    Best regards,
    Mehmet

    Mehmet

    (@gandomi)

    Hello @lanter56,

    Thank you for your follow-up.

    I confirm that I have received your email.
    As before, I’ve replied to your message again.
    Additionally, I’ve also sent a test email from another address: support@veronalabs.com.
    This is just to check whether you are able to receive messages from us.

    If you still do not receive any of our emails, there might be an issue with your email provider.
    If possible, please try contacting us from a different email address so we can ensure proper communication.

    Thank you for your understanding. I’m here to help and want to make sure you receive our replies.

    Best regards,
    Mehmet

    Mehmet

    (@gandomi)

    Hi @kheresy,

    I’m glad to hear everything is working fine again.

    I’ll go ahead and mark this ticket as resolved for now.

    If there’s anything else I can help you with, just let me know — happy to assist anytime.

    Best regards,
    Mehmet

Viewing 15 replies - 256 through 270 (of 410 total)