Announcement

Collapse
No announcement yet.

Globe Icon Missing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Globe Icon Missing

    I am using the Booc theme. On the Customer Address Book (CABK) page, the page is referencing "icon-icon_globe-2" icon, but it does not show (screenshot attached). I checked the demo store for the theme (http://booc-theme.mivamerchantdev.com/) and it has the same issue.

    Any thoughts?

    PS - Is there a woff font viewer that I could use to see what fonts are included in the font file?

    #2
    on a similar front...can someone (even in private) explain why ReadyThemes use their "own" font sets instead of sourcing industry standard sets? the later makes it much easier to include additional font resources, and in many cases wouldn't require downloading them as they already exist on the customers machine.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      [Problem Solved]:

      For anyone else with this issue, I had to go in to the "themes/booc/css/base/icons.css" file and change the following line:

      Code:
      src: url('../../icons/ElegantIcons.woff') format('woff');
      to:

      Code:
      src: url('../icons/ElegantIcons.woff') format('woff');
      Also, I found the following Fond program that can read (and add/change if you wish) the font files that come with the readythemes:
      http://www.high-logic.com/font-editor/fontcreator.html

      Hope this is helpful.

      Comment

      Working...
      X