webaware
Forum Replies Created
-
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Site is still not secureG’day Pina,
Try bumping it up to Capture. Looks like some of the remaining images are in widgets, and one is in the header.
If Capture fixes it, you can edit your widgets to fix them permanently, and look for the logo in your theme settings to fix that one. Then you can step back to Content for images in pages and posts.
The best solution is to use Better Search Replace to fix the problem permanently, as I described above.
cheers,
Ross@jlazerusinfosecuredorg Tomas didn’t respond on email, so I don’t know how he went after that.
Please open a new topic for your problem (which is likely different to Tomas’ problem), and remember to include a link to your website. I can’t easily diagnose something I can’t see.
Also check your settings to see if you might need different HTTPS detection settings. https://ssl.webaware.net.au/https-detection/
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Site is still not secureG’day Pina,
Have you tried changing the fixer setting to Content? It should clean up most of that, if not all of it. It’s images in your page content.
https://ssl.webaware.net.au/settings/
You can make that permanent by installing Better Search Replace, taking a backup! and replacing
http://pinabresciani.comwithhttps://pinabresciani.com.Also, make sure you always login to your WordPress admin on HTTPS. Once you’re sure you can do that safely, change your site URL and home URL to both use HTTPS in Settings > General.
cheers,
RossOh, also check the file mm-buddypress-private-community-config.php in the plugin’s folder. (wow, bad place to put a config file!)
It might have the whole page URL there, with
http://, e.g.http://osbnetwork.com/register/. From what I can see in the example config file, it should be just/register/.cheers,
RossG’day,
It looks like you’re running the plugin BuddyPress Private Community, which hasn’t been updated in seven years! I recommend that you look for an alternative.
However, the problem itself might be caused by your settings. Have you changed your site URL and home URL to HTTPS in settings?
Settings > General
If not, take a backup and change them both to HTTPS. It could well solve the problem. That plugin does some dodgy stuff when working out whether an anonymous user can access a page, and I suspect the comparison its doing is broken because of the site URL settings.
If it’s not that, then I recommend fixing all site content using the Better Search Replace plugin (always a good idea anyway!) as described in Cleaning Up Content.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] images still showing as mixed contentGreat news!
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] images still showing as mixed contentG’day Ferris,
It’s coming from this CSS file:
https://www.valuesliving.com/wp-content/cache/et/33/et-core-unified-15307133640877.min.css
That looks like a generated file from your theme. To fix it, I recommend only ever logging in to your admin on HTTPS, and then updating your theme settings. It should rewrite the CSS file with the correct path.
If that doesn’t fix it, try removing / adding back the images in your theme settings. But make sure you’re on HTTPS in the admin!
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] Connection to this site is not secureG’day jazzbrew,
It’s throwing a warning on the Chasing Trane video embed. That’s in an iframe, and when I copy the iframe into a test post on my dev site and set the fixer settings to Content, it fixes the warning (albeit I can’t see the video — perhaps restricted to your website).
How are you adding that video to the page? Content level should fix it if it’s part of the page content area.
Also, do you have a page cache, and have you cleared it?
cheers,
RossForum: Plugins
In reply to: [Delete Expired Transients] Delete Expired Transients not working for meGlad you got that sorted out! So your real, longer term problem is that your tables are all using the MyISAM engine. You should change them to InnoDB and you won’t see this problem again (and your db queries will likely be faster).
https://kinsta.com/knowledgebase/convert-myisam-to-innodb/
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Map frontend submission.Thanks Jeff. Hey Gary, this could be just what you’re looking for!
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Map frontend submission.G’day Gary,
No, this plugin won’t ever do that. However, if you combine my answer to your other question with a form plugin, you could achieve it fairly easily yourself.
First, you need a plugin that can create a new post (in draft is best!) and add a custom field to that post. e.g.
* Gravity Forms — front end submission with Gravity Forms
* WPForms — use custom fields with WPForms user-submitted postsNext, build yourself a page template or a shortcode that retrieves the custom field value, and if it’s not empty, adds a map as shown on calling from code in the reference manual.
cheers,
RossG’day Tomas,
I’ll reach out to you on the support channel you also contacted me on.
cheers,
RossForum: Plugins
In reply to: [SSL Insecure Content Fixer] getting error when running Tools > SSL Tests@fabriziobike please open a new support topic, and detail your server environment (Linux or Windows, PHP version, web server – Apache / nginx)
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Marker data import and exportG’day Gary,
The plugin doesn’t have a facility for that. It does have a function that you can call e.g. from a template in your theme, so if you can import into a custom field on a post, you could pick that up in your template and create a map for it.
https://flexible-map.webaware.net.au/manual/calling-templates-plugins/
Another possibility is to use Advanced Custom Fields, which has a field type for maps:
https://www.advancedcustomfields.com/resources/google-map/
cheers,
RossForum: Plugins
In reply to: [Flexible Map] Map frontend submission.G’day Gary,
You’d need to build the shortcode for that yourself, e.g. with a bit of code. There’s nothing in this plugin that does that for you.
cheers,
Ross