Hi, can you share the URL with the sound shortcode added.
Also, can you disable all of your other plugins, then carry out a test. What happens then?
Thank you
It creates this error on pages with no shortcode
Hi, did you carry out the test I suggested above?
Yes, your plugin is not enqueued correctly.
And please do not mark topics as resolved when they are not.
Hi, I am sorry but I did not closed this thread. I am not sure why it is closed. I always let the person know that I am closing the thread. My apologies.
I have submitted a message to the developers to investigate further your issue.
Thank you
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
And please do not mark topics as resolved when they are not.
Author’s can do that but as you’ve found out, it’s your topic and you can unresolve it too.
Usually happens if there is a plugin or theme conflict. Please do a test by deactivating all plugins except this one and then check to see if the error is still there. Also, test by switching the theme to one of the default WordPress themes.
As I said above, your plugin is not enqueued correctly.
The js loads on every page regardless of whether it is required on that page. This is clearly inefficient. I use a plugin called ‘WP Asset Cleanup’ to unload css and scripts that are not being used on any given page. This does not work with your plugin as it is not implemented in a standard way and applying the unload process to it does not work.