MyBB Community Forums
Firefox for Ubuntu 1 point 8 theme issue - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Firefox for Ubuntu 1 point 8 theme issue (/thread-164051.html)

Pages: 1 2


Firefox for Ubuntu 1 point 8 theme issue - octarine - 2014-12-11

1 point 8 theme installed and modified a little to change colour to green/dark green, otherwise untouched.

Works fine on Chrome on both Windows and Ubuntu, works fine on Firefox on Windows but not on Firefox on Ubuntu.

Seems to have problems interpreting the <i class="fa fa-gavel fa-fw" original-title=""></i>  and other <i> .... </i>  coding - this is what I get.

   

   

Is this a Firefox problem or coding in the theme?


RE: Firefox for Ubuntu 1 point 8 theme issue - iAndrew - 2014-12-11

Whats this bit for? original-title=" that isn't in my theme on my font awesome classes.


RE: Firefox for Ubuntu 1 point 8 theme issue - Leefish - 2014-12-11

Known issue with using fonts for images. I know that on firefox it happens if you have the NoScript plugin, also on IE 7/8 if you have ActiveX controls turned on.

I dont use Ubuntu, so I cant help further, but it will be something on your end in settings.

@iAndrew - isnt that original title the thing added by the tipsy.js to hide the original title?


RE: Firefox for Ubuntu 1 point 8 theme issue - octarine - 2014-12-11

Wow - thanks for the rapid response - I'll go hunt in the settings - not a problem for me but just testing for all possible user setups


RE: Firefox for Ubuntu 1 point 8 theme issue - Leefish - 2014-12-11

Yea, I found this on Google:

https://github.com/FortAwesome/Font-Awesome/issues/1994

https://wordpress.org/support/topic/font-awesome-not-working?replies=3#post-4921179


RE: Firefox for Ubuntu 1 point 8 theme issue - iAndrew - 2014-12-11

(2014-12-11, 03:34 PM)Leefish Wrote: @iAndrew - isnt that original title the thing added by the tipsy.js to hide the original title?

Hmm i didn't realize it adds that to font awesome icons. I do have tipsy in 1.8 so could be.


Someone posted on that github saying it's It's adblock's fault?


RE: Firefox for Ubuntu 1 point 8 theme issue - Leefish - 2014-12-11

Yea, its NOT your theme Andrew. Its a known thing Smile

I am considering swapping to SVG but arg for the IE8 fallback to png Sad


RE: Firefox for Ubuntu 1 point 8 theme issue - .m. - 2014-12-11

see also this issue on GitHub
adding below content into .htaccess file might help
<FilesMatch ".(ttf|otf|woff)$">
    Header set Access-Control-Allow-Origin "*"
</FilesMatch>



RE: Firefox for Ubuntu 1 point 8 theme issue - octarine - 2014-12-11

(2014-12-11, 04:03 PM).m. Wrote: see also this issue on GitHub
adding below content into .htaccess file might help
<FilesMatch ".(ttf|otf|woff)$">
    Header set Access-Control-Allow-Origin "*"
</FilesMatch>

No - that makes no difference.

Where in the theme/css is the link to the Font awesome site - it may need an absolute address if it isn't already?


RE: Firefox for Ubuntu 1 point 8 theme issue - .m. - 2014-12-11

^ the links should be in the headerinclude template (ungrouped templates set) of the theme
could be:
http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css

btw, are you using noscript addon - if so you have to allow scripts from the font origin site(s)