Hi @knutnix
I hope you’re well today!
There’s no “hardcoded” style URLs like this in Forminator. It’s enqueuing styles standard WordPress way so please make sure that your WordPress is fully configured for SSL:
both “WordPress Address (URL)” and “Site Address (URL)” options on “Settings -> General” page should be set to start with “https://” prefix.
If that’s set then please:
– try re-saving permalinks on site (no need to make changes, just re-save current settings)
– clear all cache on site/server
– if you are using any CSS optimization plugin, make it re-check assets/clear caches too
It should solve the issue but if it doesn’t, please let me know and possibly share a link to the page in question where we could see this happening.
Kind regards,
Adam
Hi, thanks for a reply.
So I did all that you mentioned and nothing has changed.
My website is: https://www.mtrochowski.pl/
another forminator form is here: https://www.mtrochowski.pl/contact-me/
there is more forms causing issues, but the issue appears to be exactly the same, and the pages are locked behind a membership.
Don’t know if it matters, but the ssl check I used is was this one:
https://www.jitbit.com/sslcheck/
Hi @knutnix
Thank you for the information.
The SSL test isn’t important in this case, the issues are indeed related to the site using HTTPS but some settings configured to HTTP.
Can you please go to WordPress > Settings and take a screenshot of the home URL?
Also, can you try to edit the wp-config and add the correct HTTPS URL to it? https://ww.wp.xz.cn/support/article/changing-the-site-url/#edit-wp-config-php
Let us know the result you got.
Best Regards
Patrick Freitas
Hi, sorry for ignoring your reply for a week, unfortunately I had a very appropriate reason to do so.
Anyways, I added those lines to wp-config.php and it seems to have worked, the ssl checker finds no issues. Also, now the wp dashboard connection is finally 100% safe, where as before my browser said that some objects were not sent safely.
So I’m guessin it’s fixed. Thank you very much for help!