- Posts: 5
- Thank you received: 0
OS Property support center
Minor SSL Error
- Nikos Rapellas
-
Topic Author
- Offline
- New Member
-
Less
More
7 years 3 days ago #112085
by Nikos Rapellas
Minor SSL Error was created by Nikos Rapellas
Hi,
Just updated to the latest version (and added SSL Encryption to the website by default) and since everything is encrypted, there are 2 lines in the index (after the head) that are not (and Google and Firefox are complaining!).
<link href=" fonts.googleapis.com/css?family=Lato:400,300 " rel="stylesheet" type="text/css" />
<link href=" fonts.googleapis.com/css?family=Oswald " rel="stylesheet" type="text/css" />
Can you please tell me where they are so I can change them manually?
Just updated to the latest version (and added SSL Encryption to the website by default) and since everything is encrypted, there are 2 lines in the index (after the head) that are not (and Google and Firefox are complaining!).
<link href=" fonts.googleapis.com/css?family=Lato:400,300 " rel="stylesheet" type="text/css" />
<link href=" fonts.googleapis.com/css?family=Oswald " rel="stylesheet" type="text/css" />
Can you please tell me where they are so I can change them manually?
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13021
- Thank you received: 1688
6 years 11 months ago #112296
by Mr. Dam
Replied by Mr. Dam on topic Minor SSL Error
Hi Nikos,
Actually, in OS Property, those font packages are calling through this code
With above command, even you are using SSL or non-SSL, the font package is still be loaded properly.
Thanks
Dam
Actually, in OS Property, those font packages are calling through this code
Code:
$document->addStyleSheet('//fonts.googleapis.com/css?family=Oswald:700');
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Nikos Rapellas
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
6 years 11 months ago - 6 years 11 months ago #112322
by Nikos Rapellas
Replied by Nikos Rapellas on topic Minor SSL Error
Found the issue, it wasn't at the osProperty but at the ospRealty on file
templates/osprealty/etc/assets.xml there are two fields:
changing to
works...
Thanks anyway!
templates/osprealty/etc/assets.xml there are two fields:
Code:
<file>http://fonts.googleapis.com/css?family=Lato:400,300</file>
<file>http://fonts.googleapis.com/css?family=Oswald</file>
Code:
<file>https://fonts.googleapis.com/css?family=Lato:400,300</file>
<file>https://fonts.googleapis.com/css?family=Oswald</file>
works...

Thanks anyway!
Last edit: 6 years 11 months ago by Nikos Rapellas.
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.