Tagged: https, insecure content, SSL
-
AuthorPosts
-
October 24, 2014 at 2:17 pm #340600
Hi,
my web site running on ssl (https), all contents, images are ok but I got a report (insecure content) after research and help chrome developer tool I have found that insecure content (@import google font) but only in a page!
Developer tool (Script Console)
[blocked] The page at 'https://mydomain.com/mypage/' was loaded over HTTPS, but ran insecure content from 'http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700': this content should also be loaded over HTTPS.
index:29The source code look like;
<style type='text/css'> @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700);.tp-caption.roundedimage img{-webkit-border-radius:300px; -moz-border-radius:300px; border-radius:300px}@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700);.tp-caption.roundedimage img{-webkit-border-radius:300px; -moz-border-radius:300px; border-radius:300px} </style>
I didn’t add any think, copy, image or others!
How can I solve that? Please help me. Thanks in advance.
Regards
October 24, 2014 at 2:19 pm #340601This reply has been marked as private.October 24, 2014 at 2:26 pm #340605Hi!
Can you please try de-activating all active plugins and check if that helps? Then you can activate them one by one to find the culprit. Your fonts are being loaded on HTTPS only there is a CSS code which loads the font on HTTP – http://i.imgur.com/Incj2Gn.png
Best regards,
YigitOctober 24, 2014 at 8:00 pm #340772Hi Yigit,
Yes, I know and I tried width plugins etc. but how to solve this issue? This css/font code makes me crazy :) I will delete the page and build it again may be new codes will help.
Thank you
Erdogan
October 27, 2014 at 9:30 am #341381Hi,
I have solved the issue, it was Revolution Slider. Revolution slider import some standart google fonts.
I recommend other Enfold width SSL (https) users;
If you get insecure content warning check your site on Chrome Developer Tools > Console Tab/Tool, if you discover google fonts warning (mostly google fonts) check all plugings one by one and deactive untill you find right one than go to plugin settings > font import or via editor like Notepad edit setting.css – setting.xml or .php etc.Regards
-
AuthorPosts
- The topic ‘Unwanted Google Font and SSL’ is closed to new replies.