abrowet
Forum Replies Created
-
Amazing, you’re completely right, I can now see the widget mentioning connected users!
Thank you so much for your help!
Hello
Nice catch. This has indeed solved part of the issue. I can now see entries within the “connected users” tab!
However, the widget on the main WP security page still show “No connected users”. Any idea on that matter?
Thank you very much
Dear,
Thank you for your answer. Here are some additional details:
- when a user log in using the wp-login page, I found a valid entry in the “Connected users” tab under “Connexion”. However the widget on the main WP security admin page still shows “Aucun autre utilisateur connecté.” (i.e no connected user), hence there is an issue somewhere
- When a user log in user with AJAX (I’ve added AJAX Login and Registration modal popup?plugin), it can not be viewed within the “Connected users” tab (empty). Though I’m 100% that it was working before.
Your help is very appreciated
Best
Hello
Thank you for your answers. However, I’m 100% that there is active connected users when looking at the report in the administration dashboard. I can see comments being posted, forms (learndash quiz) completed, etc… Still, the counter is empty and report no connected users.
Any other suggestions of what can block the connected users counter?
Best regards
Forum: Themes and Templates
In reply to: [Botiga] JS uncaught TypeErrorDear,
Thank you for your reply and for the proposed solution.
Though, I’ll rather add an enqueued temporary js file from my child theme than adding yet another plugin ??
function botiga_fix_scripts()
{
if (BOTIGA_VERSION === ‘1.0.8’) {
wp_enqueue_script(‘botiga-fix’, get_stylesheet_directory_uri() . ‘/js/botiga-fix.js’, array(), PUNKICKS_VERSION, true);
}
}
add_action(‘wp_enqueue_scripts’, ‘botiga_fix_scripts’, 20);`Best regards
- This reply was modified 2 years, 11 months ago by abrowet.