Hi,
I can see correctly the "Great Vibes" font only from some computers.
What should I do ?
- Giorgini
-
- Commercial Templates
- Thursday, 28 April 2016
- Subscribe via email
Hello
Unfortunately we have been unable to replicate this issue. We have tried a number of devices with various browsers to the same effect. Are you have similar issues with all Google fonts?
Ciarán
Unfortunately we have been unable to replicate this issue. We have tried a number of devices with various browsers to the same effect. Are you have similar issues with all Google fonts?
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Yes, I have verified that I have the same issues with all Google fonts.
I have 5 PC in my office, it works correctly on 3 (with Windows 7 and Windows 10 using Chrome e Firefox) and it doesn't work on 2 (with Windows 7 and Windows 10 using Chrome and Firefox).
Fabio.
I have 5 PC in my office, it works correctly on 3 (with Windows 7 and Windows 10 using Chrome e Firefox) and it doesn't work on 2 (with Windows 7 and Windows 10 using Chrome and Firefox).
Fabio.
- more than a month ago
- Commercial Templates
- # 4
Hi Fabio
Unfortunately it is very hard for us to offer advice when we are unable to replicate the issue. It sounds like a local issue where Google fonts are not loaded. Have you had this issue with other sites loading Google fonts? Have you tried loading your site outside of your office connection?
Ciarán
Unfortunately it is very hard for us to offer advice when we are unable to replicate the issue. It sounds like a local issue where Google fonts are not loaded. Have you had this issue with other sites loading Google fonts? Have you tried loading your site outside of your office connection?
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hi,
I understand that it's difficult to solve this (strange) issue.
>Have you had this issue with other sites loading Google fonts?
I try to set "Great Vibes" to Article Head font og this site: http://www.nextsolution.prato.it (template: Virtuoso).
and It has the same behavior
>Have you tried loading your site outside of your office connection?
Yes...same behavior, in some PC it works in other PC it doesn't
Fabio
I understand that it's difficult to solve this (strange) issue.
>Have you had this issue with other sites loading Google fonts?
I try to set "Great Vibes" to Article Head font og this site: http://www.nextsolution.prato.it (template: Virtuoso).
and It has the same behavior
>Have you tried loading your site outside of your office connection?
Yes...same behavior, in some PC it works in other PC it doesn't
Fabio
- more than a month ago
- Commercial Templates
- # 6
Hi Fabio
You could try disabling any 3rd party plugins to ensure these are not effecting the loading of your Google fonts.
If the issue is only present on some pages then consider disabling all your modules and see if this resolves the issue. If it does then enable them one by one until you find the offending module.
Ciarán
You could try disabling any 3rd party plugins to ensure these are not effecting the loading of your Google fonts.
If the issue is only present on some pages then consider disabling all your modules and see if this resolves the issue. If it does then enable them one by one until you find the offending module.
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Hi Ciaran,
I've disabled all the plugins and modules....but, unfortunately, the problem still remains.
I have the same issue if I view the demo-template http://demo.joomla51.com/0116/ (then I think it's not a joomla configuration problem).
instead if I view the google font at the address https://www.google.com/fonts/specimen/Great+Vibes , it see the font correctly.
Fabio.
I've disabled all the plugins and modules....but, unfortunately, the problem still remains.
I have the same issue if I view the demo-template http://demo.joomla51.com/0116/ (then I think it's not a joomla configuration problem).
instead if I view the google font at the address https://www.google.com/fonts/specimen/Great+Vibes , it see the font correctly.
Fabio.
- more than a month ago
- Commercial Templates
- # 8
Hi Fabio
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Thank you Fabio
I have updated how your Google fonts are loaded (removing the 'http:'). Has this resolved the issue?
Ciarán
I have updated how your Google fonts are loaded (removing the 'http:'). Has this resolved the issue?
Ciarán
- more than a month ago
- Commercial Templates
- # 11
Hi Fabio
We are at a bit of a loss here. It's an issue that has not been reported before. Are you getting any errors in your console (Google Chrome -> F12 -> Console)? If so could you post the error below.
Ciarán
We are at a bit of a loss here. It's an issue that has not been reported before. Are you getting any errors in your console (Google Chrome -> F12 -> Console)? If so could you post the error below.
Ciarán
- more than a month ago
- Commercial Templates
- # 13
Hi Ciaran
yes....i got errors !!
(index):1 Font from origin 'http://fonts.gstatic.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.labastidedeclaude.com' is therefore not allowed access.
If you want I can give you a teamviewer connection to the PC that doesn't work
Fabio,
yes....i got errors !!
(index):1 Font from origin 'http://fonts.gstatic.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.labastidedeclaude.com' is therefore not allowed access.
If you want I can give you a teamviewer connection to the PC that doesn't work
Fabio,
- more than a month ago
- Commercial Templates
- # 14
Hi Fabio
Could you try adding the following to the end of your htaccess file in the root of your Joomla installation...
Ciarán
Could you try adding the following to the end of your htaccess file in the root of your Joomla installation...
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Ciarán
- more than a month ago
- Commercial Templates
- # 15
I modified the htaccess.txt uder the "public_html" folder, but nothing changes.
I tried to copy htaccess.txt as .htaccess, but nothing changes.
Fabio
I tried to copy htaccess.txt as .htaccess, but nothing changes.
Fabio
- more than a month ago
- Commercial Templates
- # 16
Hi Fabio
I have applied the following fix to your template... http://stackoverflow.com/questions/25694456/google-fonts-giving-no-access-control-allow-origin-header-is-present-on-the-r
Has this helped in resolving the issue for you?
Ciarán
I have applied the following fix to your template... http://stackoverflow.com/questions/25694456/google-fonts-giving-no-access-control-allow-origin-header-is-present-on-the-r
Has this helped in resolving the issue for you?
Ciarán
- more than a month ago
- Commercial Templates
- # 17
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »