After upgrading from 7.x-2.x to 7.x-3.8 and putting the FA 5.5 Pro library in my sites/all/libraries folder, none of the pro icons are listed in the "Select Icon" dropdown, when editing a menu item for example. I can still use pro versions (e.g. light) of icons where the basic icon is free, but the pro-only icons are not in the list.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | searching_wrong_location_for_json-3016445.patch | 733 bytes | daniel.moberly |
Comments
Comment #2
solideogloria commentedAlso, in both 2.x and 3.x,
admin/config/media/icon/bundle/fontawesomeshows only free icons, even though I have the Pro version.Comment #3
solideogloria commentedI think I figured out what I'm doing wrong. Apparently, FA requires copying files to theme directories, and I hadn't replaced those with the new ones.
Comment #4
solideogloria commentedhttps://fontawesome.com/how-to-use/on-the-web/using-with/sass
Comment #5
solideogloria commentedI found the problem in fontawesome.module:
This module provides metadata/icons.json, but only the free icons. Since I am using the Pro version, my icons.json file is different.
The code above searches `'/advanced-options/metadata/icons.json'`, but the actual location in FA 5.5 is `'/metadata/icons.json'` (at least in the Pro version).
The result is that anyone using the module and library for the Pro version will not have any Pro-only icons showing.
Comment #6
daniel.moberly commentedBoy, it sure would be nice if the Font Awesome devs didn't keep changing their file structure. Attached patch should fix the issue.
Comment #8
daniel.moberly commented