Mixed Content Error on wordpress causing site unsecured - wordpress

I am experiencing difficulties with having facebook login working on my website. I suspect it is caused by my site not being fully secure as per results from whynopadlock.
The site is wordpress based. The only error I am left with is "A file with an insecure url of "http://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C700italic%2C800italic%2C400%2C300%2C600%2C700%2C800&subset=latin-ext%2Clatin&ver=4.9.8" was loaded on line: 76 of https://patateacher.com/."
Any idea how to deal with it? Many thanks

Hi I will recommend to use a plugin which will send your all requests as https instead of http
WORDPRESS HTTPS
you are able to map URL's you want specifically to map with their https source as well.
For more info please read its instructions, you can easily figure out its usage.

Related

A page of our website appear HTTPS and not HTTP on Google research ( under only one keyword )

I have a really strange issue with the WordPress website with I'm working with
Under this research:
Best Barber Shop in Stillorgan
Our website appears with this link
https://mensgrooming.ie/contact-us/
The problem is that we don't use HTTPS but HTTP....
I tried to redirect in .htacces but is not working, how can I do?
The problem is probably not with your site, but with how Google sees your site. Most likely, there are one or more websites out there that link to your website using a url prefixed with https. You can verify this using google's webmaster tools: https://support.google.com/webmasters/answer/55281?hl=en
My first suggestion would be to just get an ssl cert for your site. But if you are committed to not using ssl, then you should find the sites that are linking to you using https and request that they use http instead. It won't change the links that Google uses right away, but eventually the https links to your site will sink in the ratings.

Link generates https:// protocol when link should be http://

I've got this weird problem on one of my Wordpress sites and I hope you all could help out.
I have a this Wordpress site set-up and working correct. It has a SSL certificate so the URL is https://www.example.com.
Now if I add a link to one of my pages like this http://www.example_2.com it automatically changes the link to the https:// protocol. Which I find really strange because the link is literally <a href="http://www.example_2.com">.
Does anyone know why the link becomes https:// instead of the normal http:// protocol? Because my link is now giving an error when I click on the link and get send to the linked site.
I have googled this issue but it only give me results for how to configure your site for SSL (https://) and not for the issue I'm having...
Thanks in advance.
Your site probably is configured to immediately 302-redirect http requests to https.
What happens if you hit that site directly from your browser at http://www.example_2.com/ ? does it also bounce to https?
There is some chance your example_2.com site has enabled strict transport security. Read this. https://www.owasp.org/index.php/HTTP_Strict_Transport_Security_Cheat_Sheet
A lot of people are using links of the form
href="//www.example_2.com"
instead of
href="http://www.example_2.com"
these days to avoid this sort of confusion, and avoid mixed-content complaints. You might want to consider that. It's especially useful when you pull stuff from content delivery networks.

Why WordPress image link in not appearing after activating SSL?

I've successfully added SSL on my WordPress website and it's every URL is working well with https URL but there seems all images is missing. In dashboard, all images URL is converted to https URL but in front-end they are not showing any URL it just seems like
Please anyone could help me to solve this issue?
This is likely because the URLs to the images are now http, and may be being blocked by browser security settings. There's a handy plugin I often use to help sort out issues like this called Really Simple SSL:
https://wordpress.org/plugins/really-simple-ssl/
This plugin manages the URLs to include the correct protocol, etc. You may need to change any hard-coded URLs in your theme that do not use https however.

Broken CSS on old https pages

Hi i have a question about importing a wordpress.com site to a new self hosting wordpress site.
After completing the website i still have the old https links in search results showing broken css pages: example here. https://the3growbags.com/author/rhamscallion/
The new website does not use an SSL certificate and adding one does not solve the problem, anyhow we don't need SSL. This is the non-SSL website example: http://the3growbags.com/
Question is why are the old https links showing these broken CSS pages instead of unsecured connection pages, and how do I remove them from search results? help much appreciated.
All your resources are linked using http:// URLs, which result in mixed content which is normally blocked by browsers.
Make sure your resources are loaded using https and your site will work.
For this you could use the protocol agnostic URL style: "//domain.com/path"

Wordpress - Page renders fine, Web Sniffer returning HTTP Response Header 404

I hope someone can help, I've been going round and round in circles. I've tried calling my host 1and1 they basically told me it's nothing to do with them.
All my Wordpress pages render fine to the eye of the user.
However if I use http://web-sniffer.net and put any page other than the homepage it returns a 404 status.
The .htaccess file is the standard Wordpress one. I don't have any caching plugins installed.
Could anyone tell me how I fix this? Or what on earth is going on? I've been at this for hours reading tonnes of posts to no avail.
I am using a dedicated 1and1 server, within the settings in Plesk the IPv6 address was set to none. As soon as I added a IPv6 address it all worked!
Note I had another issue that Facebook wasn't able to scrape my URLs, this also fixed that. Wordpress - Shared link 404 on Facebook

Resources