Class

Class 1.5.22.0

No permission to download
If we were to buy this style, how would updates work? Do we have to pay for each update?

Will updates also keep happening into later versions of xF?
Hi! Yes, Class will be updated for each release. I normally get it within a week or so. And you only pay the one time. :)
 
Hi! Yes, Class will be updated for each release. I normally get it within a week or so. And you only pay the one time. :)
Purchased this a while back looks amazing and we've been editing it to fit our needs.

However we have a really have an important question: We found out how to create our own presets but how do we make it so that users can only use presets and not have the four color boxes that allow them to edit other things.
 
Hi! Yes, Class will be updated for each release. I normally get it within a week or so. And you only pay the one time. :)
One more thing: Ever since we installed this style chrome users have been loving it but Firefox users have been complaining that the site has issues loading and it everything except letters appears first and then the letters appear like 15 seconds later. Chrome has the same error according to the web console but Chrome actually stops trying to load it almost instantly and thus the style loads instantly and flawlessly for users on that browser, Firefox is in a loop for a very long time before it decides to move on.

The root of the problem has been described to be the font file. Here is the error both browsers are giving.

Timestamp: 9/21/2012 2:48:37 AM
Error: downloadable font: download failed (font-family: "Puritan" style:normal weight:normal stretch:normal src index:2): status=2152398850
source: http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Regular-webfont.ttf
Source File: http://www.rpdom.com/css.php?css=xenforo,form,public&style=65&d=1348210086
Line: 0
Source Code:
@font-face { font-family: "Puritan"; font-style: normal; font-weight: normal; src: local("☺"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Regular-webfont.woff") format("woff"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Regular-webfont.ttf") format("truetype"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Regular-webfont.svg#webfonthJByadKK") format("svg"); }

Timestamp: 9/21/2012 2:48:37 AM
Error: downloadable font: download failed (font-family: "Puritan" style:normal weight:bold stretch:normal src index:2): status=2152398850
source: http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Bold-webfont.ttf
Source File: http://www.rpdom.com/css.php?css=xenforo,form,public&style=65&d=1348210086
Line: 0
Source Code:
@font-face { font-family: "Puritan"; font-style: normal; font-weight: bold; src: local("☺"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Bold-webfont.woff") format("woff"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Bold-webfont.ttf") format("truetype"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Bold-webfont.svg#webfontD4mC9dz6") format("svg"); }

Timestamp: 9/21/2012 2:48:39 AM
Error: downloadable font: download failed (font-family: "Puritan" style:normal weight:normal stretch:normal src index:1): bad URI or cross-site access not allowed
source: http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Regular-webfont.woff
Source File: http://www.rpdom.com/css.php?css=xenforo,form,public&style=65&d=1348210086
Line: 0
Source Code:
@font-face { font-family: "Puritan"; font-style: normal; font-weight: normal; src: local("☺"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Regular-webfont.woff") format("woff"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Regular-webfont.ttf") format("truetype"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Regular-webfont.svg#webfonthJByadKK") format("svg"); }

Timestamp: 9/21/2012 2:48:39 AM
Error: downloadable font: download failed (font-family: "Puritan" style:normal weight:bold stretch:normal src index:1): bad URI or cross-site access not allowed
source: http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Bold-webfont.woff
Source File: http://www.rpdom.com/css.php?css=xenforo,form,public&style=65&d=1348210086
Line: 0
Source Code:
@font-face { font-family: "Puritan"; font-style: normal; font-weight: bold; src: local("☺"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Bold-webfont.woff") format("woff"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Bold-webfont.ttf") format("truetype"), url("http://cdn.rpdom.com/styles/class/xenforo/fonts/Puritan_Bold-webfont.svg#webfontD4mC9dz6") format("svg"); }

Timestamp: 9/21/2012 2:48:38 AM
Error: Image corrupt or truncated: <unknown>
Source File: <unknown>
Line: 0


Any help you could give with that would be amazing :)!
 
Hey there,

If you create a ticket at audentio I can give you better help rather than talking about it here, but basically we can try compressing the font a different way or something, but its the first Ive heard of this. Sometimes when you load fonts they do take a sec to load. We can load a different font for firefox, or find a smaller font, or just use a different font altogether.

Mike
 
Purchased this a while back looks amazing and we've been editing it to fit our needs.

However we have a really have an important question: We found out how to create our own presets but how do we make it so that users can only use presets and not have the four color boxes that allow them to edit other things.
Im glad you like it!

This is something that can be done a couple of different ways, but I think the best way is to just hide the options via CSS.
 
Hey there,

If you create a ticket at audentio I can give you better help rather than talking about it here, but basically we can try compressing the font a different way or something, but its the first Ive heard of this. Sometimes when you load fonts they do take a sec to load. We can load a different font for firefox, or find a smaller font, or just use a different font altogether.

Mike

Sure, I'll send a ticket, thanks! But if it helps any, we believe it may be the CDN since we run that through the style property for all images. I disabled that for testing purposes, and while both browsers are getting the error still(Not changed), firefox does cut it off almost instantly like chrome, removing that spike, and just loading the entire page together. However we highly depend on our CDN network and perhaps a different font would be useful, considering that it still gives an error.

Im glad you like it!

This is something that can be done a couple of different ways, but I think the best way is to just hide the options via CSS.
Sure! Think you can give me the CSS :)?

I'll continue this conversation with you over on your site through the ticket system.
 
Firefox needs to slow their roll on software releases. Sheesh!

We are using resource manager, which is HTML 5. If they don't support that then they do not fully support HTML 5 and it might be a bug with firefox. That said, Im looking into it. Meanwhile, you can disable the styler! :)
 
Is there a brand-free option on your skins? I didn't see it on the first page of purchase options, so just checking.
 
Firefox needs to slow their roll on software releases. Sheesh!

We are using resource manager, which is HTML 5. If they don't support that then they do not fully support HTML 5 and it might be a bug with firefox. That said, Im looking into it. Meanwhile, you can disable the styler! :)

Hey :( . . .

When do you think you can respond to my support ticket?
 
Hey bud, I have been out all week, I was planning on writing a brief tutorial for everyone so they know how to add presets and do a couple things. Might make a video as the current video is kind of out dated.
 
For the people wondering about Firefox issues, they have been fixed. We have a patch coming soon.
 
Error JS xenforo.js & script.js . Not load js in style .
Ex : Click Recent slide , chosse style , info member --- Not show popup .
Demo : http://gamecb.net/misc/style?style_id=7&_xfToken=1,1350100653,4b65d2d6dfee1a46e126f8dc36151615abd07d53&redirect=/


How to fix error ?
Hey there,

Unless it is more of a general question, I prefer if license holders use their Audentio.com account so I know you have a license and plus it just makes it easier for me to manage. It looks like you might've forgotten to upload something but I might be wrong. We can discuss this more via a ticket or an email. :)

Thanks!
 
Top Bottom