VeronaLabs
Forum Replies Created
-
Hi Thomas,
Please visit https://wp-statistics.com/resources/how-to-empty-wp-statistics-tables/ to learn how to empty WP Statistics tables.
Regards
You can export data by navigating to Statistics > Optimization > Data Export. For more details, please visit https://wp-statistics.com/resources/optimization-data-export/.
Regards
Hi @palcom,
Please navigate to SMS > Settings > SMS Gateway > SMS Gateway Setup.
Under the “Sender number” field, enter the number or ID given by your SMS gateway provider.If you need to change your sender number or ID, you will need to contact your gateway provider directly.
You may visit SMS Gateway Settings to learn more on how to properly set up your gateway.
Regards
I have tried to replicate the issue, but I was unable to do so with the ACF plugin.
I have notified our development team about this potential incompatibility. We will look into this issue and fix the error if it is determined to be on our end. Once the problem is validated and resolved, we will update the plugin as soon as possible.
Thank you for your patience and understanding during this process. Please let me know if you have any other questions or concerns.
Regards
Hi @techpik,
In order to view the statistics for your pages as a list, please navigate to Statistics > Page Insights. This section will provide you with information about visitors and views for each of your pages.
To view the analytics for a specific query parameter (such as “id” in your case), you will need to define that parameter in Statistics > Settings > Filtering & Exceptions > URL Query Parameters. Add the parameter (e.g., “id”) to the list. Please refer to Track UTM Parameters & Managing URL Query Parameters docs to learn more.
Please note that to access the analytics for the query parameters, you will need to have the Data Plus add-on enabled. Once you have that set up, you can go to the Page Insights list, open any page, and filter the analytics based on the specific queries (screenshot), including the “id” parameter.
Regards
Hello @jussipv,
Thank you for bringing this issue to our attention.
We were able to replicate the following error in console log and our team has been informed.
Uncaught ReferenceError: tinyMCE is not definedThe error happens if Avada Builder is activated, it doesn’t seem to be from Classic Editor.
We would appreciate it if you could send screenshots of the errors you’re encountering, especially the “red error box in the WP admin when editing a page” that you mentioned. This will help us investigate further. Please ensure any sensitive information is cut out or blurred in the screenshots.
Regards
Apologies for the mishap. Please update to the latest version where we’ve fixed couple of issues. We’re working hard to avoid such errors going forward.
Thanks for your patience.
Alright, since the storing birthday field and handled with Ultimate Member, the only need to do is using this code:
function send_birthday_sms_daily() { $today = date('m-d'); $args = array('meta_query' => array(array('key' => 'birthday_field_name', 'value' => $today, 'compare' => 'LIKE'))); $users_with_birthday_today = get_users($args); foreach ($users_with_birthday_today as $user) { $user_mobile = \WP_SMS\Helper::getUserMobileNumberByUserId($user->ID); if (!empty($user_mobile)) { wp_send_sms($user_mobile, 'Happy Birthday! Hope you have a fantastic day!'); } } } if (!wp_next_scheduled('send_birthday_sms_daily_hook')) { wp_schedule_event(time(), 'daily', 'send_birthday_sms_daily_hook'); } add_action('send_birthday_sms_daily_hook', 'send_birthday_sms_daily');Don’t forget to replace the
birthday_field_namefield name.Best
Sounds good, can you pease update your feedback/rate since the issue is already fixed in the latest version?
Best
Good to hear.
It’s in free version 🙂
Best
Hey @mira25,
Thank you for bringing this issue to our attention and apologies for the delayed response. You made an excellent point regarding the handling of this parameter in the request.
To enhance privacy and avoid detection by firewall systems like RSFirewall, I’ve decided to encode this value using base64, similar to the other parameters.
You can view the commit here: 53c265c. We’ll be releasing the new version shortly.
Best
Hello,
Thank you for initiating the discussion, and I apologize for the delayed response. I recommend reviewing our troubleshooting guide, which may help resolve your issue: Troubleshoot
Best regards,
Hello,
I wanted to inform you that we’ve implemented several performance improvements in the latest version of the plugin, which may have resolved the issue you were experiencing.
Best
Forum: Plugins
In reply to: [SlimStat Analytics] Restricted page dataHello,
Thanks for bringing this up. Please check your “Exceptions” settings and make sure WP Users is Off. Also, review settings like “Permalinks” in that page.
Best
- This reply was modified 2 years ago by VeronaLabs.
Hello,
Apologies for the delayed response. We have resolved the issue with the minifying script in the development version, and we plan to release the updated version shortly. You can review the changes here:
https://github.com/wp-statistics/wp-statistics/blob/development/assets/js/tracker.js
Bes