Hey Alain,
The issue is that it looks like your WordPress theme is missing the WordPress wp_footer function from it’s footer.php file. This is required by plugins in order to add JavaScript files to your page. You can resolve this by adding the following immediately before the closing </body> tag in your theme’s footer.php file:
<?php wp_footer(); ?>
Let me know whether that solves the problem for you,
John
Thanks John for your support, the problem has been solved now.
Great plugin!
Awesome, glad to hear that Alain 🙂 No obligation, but if you like the plugin and feel like leaving a super-quick review then it really helps to support the development of the plugin!
If you have any other issues at all then just let me know,
John