• Hey!

    I updated the plugin and in result I had to set the WPDM Packages Info widget. When I tick the “version” box to make sure it’s going to be displayed that one does not receive get the icon when I browse a file page. From what I understand, it should use “fa-layer-group” from fontawesome.css? But I don’t think fa-layer-group existst in the fontawesome.css. Can you help me somehow to make the icon display properly?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter weaselmark

    (@weaselmark)

    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

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No “version” icon (widget)’ is closed to new replies.