Hello @weaselmark,
Hope you are well.
Will you please share the related page/file URL with us where the issue exists?
However, it will be very cooperative if you record me reproducing your issue using a tool like this?
It helps me to quickly figure out the issue and squash it immediately.
Thank you
Hi! I am unable tu record it right now and I actually fixed it locally, but I’ll leave more information as perhaps that’s going to help to improve the plugin or will help someone to fix the problem locally.
I am using WPDM Packages Info to show DOWNLOAD button and file information. In the widget properities I ticked box next to “Version” to make sure it’s displayed among other stuff like upload date etc. However, that icon wasn’t showing, there was only “Version:” text and no icon was displayed before the text.
I noticed the image was reffering to “fa-layer-group” css. I also noticed, all other icons are defined by “fontawesome.css”. So, I checked “fontawesome.css” and I couldn’t find “fa-layer-group”. So, to fix it locally I used this custom css code to change the icon:
.fa-layer-group:before{content:”\f1b2″}
I know this changes the “layer-group” icon to “cube” (https://fontawesome.com/v5.15/icons/cube?style=solid)
My guess is that the original icon was supposed to be “layer-group” ( https://fontawesome.com/v5.15/icons/layer-group?style=solid ), but it just wasn’t showing properly.
Here is a screenshot of the icon that I fixed locally:
https://postimg.cc/bGs21N1c
The circled place was showing empty space before I used .fa-layer-group:before{content:”\f1b2″}
As I said, I am happy with the solution I came up with for my page, but perhaps that’s something worth a small investigation 🙂
Cheers!
Hi @weaselmark
Thank you for sharing your solution with us.
Our team will check this accordingly.
Regards