Hey @mattyboyzhere,
I had a look at your website and noticed there are some Mixed Content issues.
There was a similar issue about 2 weeks ago. You can read it on the plugin’s GitHub repository (#12). For your convenience, I’m going to include it here as well:
Basically, when someone visits your website everything is served over HTTPS (i.e. the connection of the client with your server is encrypted), but there are some resources served over HTTP.
If you open the “Console” (on Google Chrome, CTRL
+ Shift
+ J
on Windows, or ?
+ ?
+ J
on macOS), you’ll see several of those “Mixed Content” warnings and/or errors.
On the page that loads Animentor, you’ll see errors like this:
Mixed Content: The page at ‘https://REDACTED’ was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘https://REDACTED/wp-content/uploads/2020/05/REDACTED.json’. This request has been blocked; the content must be served over HTTPS.
You just have to fix this issue and Animentor will work normally ??
Did you transition from HTTP to HTTPS recently? Make sure you have changed both WordPress Address (URL) and Site Address (URL), under Settings → General (on your WordPress dashboard). You could also try the Replace URL feature of Elementor, under Elementor → Tools → Replace URL.
If the above don’t work for you, search the web! Here’s a guide on How to Quickly Fix WordPress Mixed Content Warnings (HTTPS/SSL) (although, please note that I haven’t used all of the methods it describes).
Please let me know if that fixed it for you ??