Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • gringo211985 Friend
    #1052332

    Hi there,

    When selecting icon sizes I am getting the missing icon error. I checked the code and it’s calling from "font-awesome3" which is causing the problem.

    Please fix asap.

    Thanks,
    Richard

    Pankaj Sharma Moderator
    #1052519

    Hi
    Can you share the screenshot of the error how you adding the icon in the builder blocks?
    I just test to add an icon in a page and there is no issue.
    See this: http://prntscr.com/g2c83i

    Regards

    gringo211985 Friend
    #1052673

    Hi there,

    See attachment for error

    Steps to recreate:

    1. Add icon to left of text
    2. Change icon size
    3. Publish page

    I checked the css and I told you what was wrong, please fix this ASAP


    1. icon-missing
    Pankaj Sharma Moderator
    #1052700

    Hi
    I have reported this issue to development team, It looks there is issue when icon size is changed
    I will give you an update on this soon.

    thanks in advance for your patience on this matter.

    Regards

    Pankaj Sharma Moderator
    #1053141

    Hi
    I reported the issue to development team for fix this issue, Meanwhile, you can apply this fix

    /templates/ja_builder/css/template.css
    Find

    .jub-block [class^="icon-"]:not(.material-icons), .jub-block [class*=" icon-"]:not(.material-icons) {
        font-family: FontAwesome3 !important;
    }
    

    Replace it with

    .jub-block [class^="icon-"]:not(.material-icons), .jub-block [class*=" icon-"]:not(.material-icons) {
        font-family: FontAwesome !important;
    }

    save file, clear cache and check the icon.

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum