Hey, could you check the browser console for errors and if there are any post them in this thread?
Apparently I’m getting Mixed Content errors. Seems like plugin CSS is loaded over http, might this be what causes the error?
Mixed Content: The page at 'https://website/wp-admin/post-new.php?post_type=fortroendevalda' was loaded over HTTPS, but requested an insecure stylesheet 'http://website/wp-content/plugins/acf-image-aspect-ratio-crop/assets/dist/input-style.css?ver=3.2.0'. This request has been blocked; the content must be served over HTTPS.
post-new.php?post_type=fortroendevalda:1 Mixed Content: The page at 'https://website/wp-admin/post-new.php?post_type=fortroendevalda' was loaded over HTTPS, but requested an insecure script 'http://website/wp-content/plugins/acf-image-aspect-ratio-crop/assets/dist/input-script.js?ver=3.2.0'. This request has been blocked; the content must be served over HTTPS.
Hey, that’s pretty weird I have never ran into this problem before, I use standard WordPress functions to build URLs for static assets.
Are you using a plugin for HTTPS rather than a server-side configuration?
Could you check that the site URL starts with https? You can either check it on the settings page or in the database in wp_options table, fields siteurl and home.
-
This reply was modified 6 years, 1 month ago by
joppuyo.
Hi again,
Thanks for your answer. The site does use HTTPS in the siteurl, it is however a Multisite configuration, perhaps that could help you?
Please tell me if I can assist you any more in finding the problem.
Hi again!
It is very important for me to resolve this issue. Is there anything I can do to assist you in finding a solution?
Hey,
Unfortunately, it seems like this is a server configuration issue and not an issue with the plugin itself.
There are thousands of different hosting providers and server configuration combinations. I don’t think I’ll be able to help unless you can provide exact steps to reproduce this issue.
I don’t know how comfortable you are with system administration but it would be really useful if you could create a blank Ubuntu 18.04 server on something like Digital Ocean, install the site and set up an SSL certificate with Let’s Encrypt and see if you can reproduce the issue.