webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Plugin only works for a few hoursG’day giacomolaw,
It sounds like you’re running a caching plugin like W3 Total Cache with the incorrect https settings, and it’s sharing the cache between http and https pulls. Check your caching plugin settings.
Otherwise, please post a link to the website. I can’t see it from here without a link.
Also: be sure to only ever edit your website from an https connection — i.e. always load the wp-admin with https, never http.
cheers,
RossForum: Plugins
In reply to: [Disable Emails] WooCommerce Emails – Migration/Development SiteYes, nothing is stored so nothing comes back. It works by replacing the regular mail component with a dummy that acts like it’s doing the job but doesn’t really do anything, much like an Australian politician.
Happy migrating!
cheers,
RossForum: Plugins
In reply to: [Disable Emails] WooCommerce Emails – Migration/Development SiteG’day zackeryfretty,
Yes, emails from WordPress are disabled, with these conditions:
* emails are sent via the standard WordPress email functions
* there isn’t a SMTP or other email gateway plugin getting in the wayWooCommerce uses the standard WordPress email functions, so all is good on that front. Just make sure you haven’t set up an email gateway plugin (SMTP, Amazon SES, Sparkpost, SendGrid, Mailgun, etc).
You might also want to add an email logger to see what would have been sent, and to confirm for yourself that emails truly are disabled by running a couple of dummies through first.
https://ww.wp.xz.cn/plugins/tags/email-log/
cheers,
RossForum: Plugins
In reply to: [NextGEN Download Gallery] Plugin stopped working after latest ngg updateG’day Marta,
I’m running NextGEN Gallery 3.1.2 and the Download add-on 1.6.0 in my test bed, all working fine. Can you provide a link to a page where this is failing please?
Have you checked your website error logs to see if there’s a reported error?
cheers,
RossForum: Reviews
In reply to: [SSL Insecure Content Fixer] Fine just..Thanks for your feedback, I’ve noted this in my bug tracker to look at when I get a chance.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Issue with multisiteG’day John,
Before you do, network-activate the plugin and change its settings at the network level. That will make it work on the sites that have no Plugins menu in the admin.
My Sites > Network Admin > Plugins
My Sites > Network Admin > Settings > SSL Insecure Contentcheers,
RossForum: Plugins
In reply to: [Flexible Map] Map address returns error: REQUEST_DENIEDNo worries. Why they have to make it so tricky, I don’t know 🙂
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Map address returns error: REQUEST_DENIEDG’day Gary,
In that case, it’s a problem with the restrictions you’ve added to the key. For your website, you should be restricting the key by HTTP referrer, and this is the domain you need for your site:
kinghooper.com/*If you have a staging site or other subdomains, also add this:
*.kinghooper.com/*cheers,
RossForum: Plugins
In reply to: [Flexible Map] Map address returns error: REQUEST_DENIEDG’day Gary,
The error in the console is:
Geocoding Service: This IP, site or mobile application is not authorized to use this API key.
This likely means that you haven’t enabled that service for your API key. Because you’re using an address rather than centre coordinates, the coordinates need to be requested from Google — which is done with the geocoding service.
From your Google API dashboard, click on Enable APIs and Services, and add geocoding.
cheers,
Ross- This reply was modified 7 years, 6 months ago by webaware.
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Issue with multisiteG’day John,
Have you network-activated the plugin so that it runs on every site in the multisite network? If not, have you activated it on each individual site that needs it? Activating on one site won’t affect the others.
Also, if you save settings on an individual site, that will override the settings from the network admin settings. Check your settings on each site.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] General question about workingNo worries, have a great day / evening!
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Http to Https: unsecure due to font issue?G’day gustoandgecko,
Please contact me via my support form. If you can allow me to login to your site, I can have a quick look and advise.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] General question about workingG’day jgarciar666,
This plugin cleans up insecure content when then page is generated to send to the browser. It doesn’t modify anything in your database.
The best and easiest way to change URLs from http to https is to use a WordPress search and replace tool. There’s a bunch of these; my recommendation is Better Search Replace. It’s free, and they have a Pro version too with more features.
I talk about this a bit on the Cleaning Up page.
The only thing to be concerned about when removing this plugin is if you had to change the HTTPS detection for your website. If you have it set to anything other than “standard WordPress”, then you will need to sort that out with some code in your wp-config.php file. Developers only!
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Converting image links to httpsG’day pumpkinn,
This plugin only cleans up insecure content, and doesn’t touch links.
The best and easiest way to change URLs from http to https is to use a WordPress search and replace tool. There’s a bunch of these; my recommendation is Better Search Replace. It’s free, and they have a Pro version too with more features.
I talk about this a bit on the Cleaning Up page.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Http to Https: unsecure due to font issue?This bit:
Reload the page to record requests for HTTP resources.
^ means that you need to reload the page with the console open, so that you can see what is causing the warnings. Please do that.
If you edit your profile and untick “Show Toolbar when viewing site”, does the warning go away? You can edit your profile in the admin:
Users > Your Profile
cheers,
Ross