Closed (fixed)
Project:
Floating Social Icons
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2018 at 20:54 UTC
Updated:
1 Jun 2018 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Maheshwaran.j commentedCan you be more elaborative about this issue.? Is this regarding the font awesome span tag in twig changes to SVG tag?
Comment #3
Christopher Riley commentedFor example at the moment you have in templates/block--floating-social-icons.html.twig the facebook icon defined as which is fine for version 4 or if you have the shim active. However according to https://fontawesome.com/icons?d=gallery&q=facebook it should be facebook-f or facebook or facebook-square, etc.
Its not really a big deal and easily corrected if someone does a custom template however I was thiniking it miught be better to address it now or at least put a comment in the readme to enable the shim mode within the fontawesome module.
Comment #4
Maheshwaran.j commentedSo if I'm correct instead of using fa fa-facebook we can go for facebook-f or facebook or facebook-square, etc. As font-awesome gets upgraded the fa will be deprecated right?.
Comment #5
Christopher Riley commentedThat is correct the way that I read things. Since we have the ability to have multiple of the same type of icons maybe we should do something similar to what Fontawesome Menu Icons does and allow the user to choose which icon to use via Font Awesome Icon Picker
Comment #6
Maheshwaran.j commentedI will have to look into possiblities or feasibility. Does Drupal Font awesome support these facebook-f or facebook or facebook-square Should I have to provide option at admin end. I would be glad if you provide a patch for it.
Comment #7
Maheshwaran.j commented@Christopher Riley
I have created a patch based on this issue, please review this. if this fine we can commit the patch and update on readme file on using version 5 of font awesome.
Comment #8
Christopher Riley commentedThank you very much the patch seems to do the trick I would like to see it get committed.
Comment #9
Maheshwaran.j commented@Christopher Riley
Ok
Comment #10
Maheshwaran.j commentedCan you review this patch? and change status to RTBC
Comment #11
Maheshwaran.j commentedI am committing this patch anyway. I don't find any major issues. This will come in next release.
Comment #13
Maheshwaran.j commented