MyBB Community Forums

Full Version: iGame 1.8.23 (Dark transparent skin)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Andrew, is this theme HTTPS friendly?
Why wouldn't it be?
Is there something else causing strange font and the login box to be dis formed?

https://gamingwindow.com/
Use the javascript version of using google fonts.

Templates > iGame > Ungrouped Templates > Headerinclude

Add this


<script type="text/javascript">
  WebFontConfig = {
    google: { families: [ 'Roboto+Condensed:300italic,400italic,700italic,400,300,700:latin' ] }
  };
  (function() {
    var wf = document.createElement('script');
    wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
      '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
    wf.type = 'text/javascript';
    wf.async = 'true';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(wf, s);
  })(); </script>

Okay, that fixed the login box but the font on the site doesn't seem to be appearing correctly... I don't think it's using Google fonts?
Yes iGame is using google fonts using

<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>


Using the code in the above post uses https which should fix your problem so it must be a configuration error on your end.
Oh yes, I have used the code though it doesn't seem to have fixed the font issue

I copied the code wrong... Sorted it thanks Andrew.

When you next release a theme update is there anyway to keep all these changes I've made without having to re-do them all?
Turn developer mode on your iCloud then hard refresh
(2015-02-13, 06:15 PM)iAndrew Wrote: [ -> ]That doesn't even sound like it's theme related,  can you make a temp admin account so i can test it?

The issue was of caching, my server php caching problem. Now its solved. Thanks.
Probably won't be another update unless needed.