#1
Posted 23 September 2012 - 01:34 PM
Any help on how to remove this conflict would be greatly appreciated as I currently have hundreds of overlapping images on my site (one for the glyphicon, one for the font awesome icon). Note: this is not visible on production site which is using a much older code base than my development environment.
#2
Posted 23 September 2012 - 03:50 PM
#3
Posted 24 September 2012 - 07:17 PM
Then you can add your own as you did before (no conflict)
The filter you need to use is: pagelines_core_less_files
So something like:
#4
Posted 24 December 2012 - 08:09 PM
Ya, the fix for this is probably to filter out the new core 'icons.less' file out of the array.
Then you can add your own as you did before (no conflict)
The filter you need to use is: pagelines_core_less_files
So something like:
Great suggestion. In order to have full visibility into what I'm doing is there somewhere I can reference to understand which filters/actions are available from Pagelines? If not in the broader sense I really just want to know about both Bootstrap and FontAwesome as in both cases I'd rather be in control of the versioning of these.
#5
Posted 24 December 2012 - 08:25 PM
Take a look in the /less/ folder.
You can override any of these easily in a child theme, simply create a /less/ folder in the child theme and copy the file you want to override. You can even just make it a blank file and the core will load the blank file rather than the parent.
#6
Posted 26 December 2012 - 03:22 PM
I do a lot of design with the icon lib, and the Glyphicons suck IMO because they are images. I utilize the Font Awesome lib every day, and I completely avoid the icons found in Bootstrap all together.











