webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Page seems insecure but it is notG’day @sklpanos,
I can’t see a problem when I look at your website, so I’m assuming that you’ve resolved your problem. If not, please provide a link to the page with the problem, and tell me what browser you’re seeing the problem in.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Plugin Conflict with Divi BuilderThanks for the feedback. Perhaps I need to add a setting to turn off fixing in the admin. It’s most likely having too much to fix, and failing. I’ll log a bug in my tracker to see if I can replicate the problem and come up with a fix.
In the meantime, have you been able to get your website clean at the Widget level?
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] WordPress images unsecureGreat, thanks for logging the result. I should build a page with fixes like this!
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Force HTTPS to HTTPThis plugin used to be the one, not sure of its current status but worth trying:
https://ww.wp.xz.cn/plugins/wordpress-https/
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] WordPress images unsecureI don’t use Elementor, but you could start here:
Elementor > Tools > General > Regenerate CSS
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Force HTTPS to HTTPG’day Mohsin,
I won’t be adding that to the plugin. The plugin is intended only to clean up insecure content issues, and does not try to change your site to HTTPS either fully or partially. There are other plugins for that.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Plugin Conflict with Divi BuilderG’day mpedersen,
It could be that you have the fix mode set to Capture All, and Divi is just loading too much for the fixer to handle and it’s breaking. Back off to the Capture level and see if that fixes it.
Ultimately, your best bet with a heavy theme like Divi is to fix your content problems so that you don’t need this plugin. Here’s a rundown:
https://ssl.webaware.net.au/testing/cleaning-up-content/
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] WordPress images unsecureG’day Kevin,
Those images are coming from an Elementor generated stylesheet:
https://www.solarshadestinting.com/wp-content/uploads/elementor/css/post-1200.css
Login to your admin on HTTPS and edit your Elementor settings, then save. If that doesn’t fix it, edit / save the blocks with those images in.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Can’t FixG’day kletsky,
I just checked the site, and could not see a problem. Did you solve it or do you still have the problem? If the latter, please provide a link to the specific page, and tell me what web browser you see this in.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Force HTTPS to HTTPG’day Mohsin,
No, this plugin does not force any pages to https. Frankly, your whole website should be on https, but I understand that you might have problems on some pages e.g. for ads or other content that won’t load on https.
cheers,
RossG’day CG,
Your are forcing your website to https, and your website can’t detect that it’s on https when you deactivate the plugin, so it’s constantly redirecting to https.
You can add these lines to your wp-config.php file to fix the problem, and then deactivate the plugin. Add them near the top of the file.
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && strtolower($_SERVER['HTTP_X_FORWARDED_PROTO']) === 'https') { $_SERVER['HTTPS'] = 'on'; }cheers,
RossG’day @cacheguard,
It sounds like you also have needed to set HTTPS detection to something other than the default, and have changed your site and home URLs to HTTPS. You might even have added some other code / plugin to force HTTPS (this plugin does not do that, so it would be other code). If your website requires HTTPS detection help, then deactivating the plugin means that WordPress will see all requests as HTTP and any force HTTPS code your have will give you an endless redirection loop.
https://ssl.webaware.net.au/https-detection/
What does the HTTPS detection section of the plugin settings say?
cheers,
RossForum: Reviews
In reply to: [SSL Insecure Content Fixer] impossible to turn off or deactivate the pluginThanks for your feedback. Something I can add to the plugin to warn when deactivation could create that situation (e.g. when your site requires HTTPS detection fixes). I’ve added that to my bug tracker.
cheers,
RossWhen I have time, mate, I will. I have imported from another en-* (maybe CA?) and am working through it slowly over a small glass with ice and summat. Priority goes to WP 5.4 and WooCommerce 4.0 but will complete this as time permits.
(NB: I don’t use the plugin, I just migrate and fix en-* translations as I find completed ones)
cheers,
RossG’day kh0309,
Did you set your site up to work properly on https for wp-admin? Did you need to change https detection from the default?
https://ssl.webaware.net.au/https-detection/
If you’ve suddenly changed from http to https without testing the admin in https first, you can lock yourself out if https is not working correctly. You can force your site back to http while you sort that out, by setting WP_HOME and WP_SITE_URL:
https://ww.wp.xz.cn/support/article/changing-the-site-url/#edit-wp-config-php
cheers,
Ross