For a future update, there are one or two requests made in the CSS files that are not utilizing https.
My console is showing: … http://fonts.googleapis.com/css?family=Abel:regular|Open+Sans+Condensed:300,300italic,700‘. This request has been blocked; the content must be served over HTTPS.
I haven’t been able to track down where the request is being made.
You can add the following code to the header.php
file:
<link href='//fonts.googleapis.com/css?family=Abel:regular|Open+Sans+Condensed:300,300italic,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Bitter:400,700' rel='stylesheet' type='text/css'>
See the screenshot: http://prntscr.com/891g6u
Also, you can open the css file to change the google font.
Note: I sent and notified our technical team about this problem.
Hope this helps !
Thank you.
I discovered that the json import file was responsible for this. Consequently, it had to be fixed in the database.
Additionally, these two files had "http://" instead of "https://" :
dw-storeframeworkextensionsshortcodesshortcodescalendarstaticcsscalendar.css
dw-storeincscripts.php
It would be nice to see those fixed in the next update.
I sent and notified our technical team about this problem. We will check and fix it in the next version.
Any your suggestion will make our product become better and better.
Please login or Register to submit your answer