TheWebShop / bootstrap-shortcodes

Wordpress plugin to add shortcodes for Twitter Bootstrap 3.0
36 stars 15 forks source link

Some icons don't show correctly #37

Closed loloontheair closed 9 years ago

loloontheair commented 10 years ago

Hello,

Some icons don't show correctly on Safari Mac latest version -bell, bookmark, briefcase, camera, wrench, etc...

So I did some research and I was able to fix the issue with the following help:

http://stackoverflow.com/questions/19417040/some-of-bootstrap3-glyphicons-are-not-displayed-correctly-on-phonegap-android-we

I would recommend to change the file some next version in Wordpress is not lost.

Thanks, Laurent

Sinetheta commented 10 years ago

Is this a problem which has been resolved in Bootstrap yet?

loloontheair commented 10 years ago

It looks like they fixed it in 3.0.1 since we are using 3.1.1 it seems broken again. It's this issue https://github.com/twbs/bootstrap/issues/10106

loloontheair commented 10 years ago

So I did the following test:

I replaced the font folder in the bootstrap-shortcodes plugin by updated fonts I downloaded from the author - https://www.dropbox.com/s/clh9y6lqtmj01l8/halflings_updated_for_android.zip and it fixes the problem. I had the problem, on Safari, Firefox and iPad. All 3 now work!

The download link is provided in the bootstrap bug link I provided earlier.

alexisju commented 9 years ago

I observe the same issue on several wordpress websites... (and latest plugin version 3.3.5 )

You can try by yourself : https://futilites.net/blog/wp-content/plugins/bootstrap-shortcodes/js/plugins/icons.html

No3x commented 9 years ago

I was able to reproduce this. I also fixed this (#54) by updating the bootstrap fonts to 3.3.5 too. @Sinetheta you forgot to update the fonts in 3d8d5d362e1bce805ffb9d440214a8e83d47cb4c.

Sinetheta commented 9 years ago

Thanks @No3x I'll push a new version tonight.