• Resolved georgefyro

    (@georgefyro)


    Hi, the icons on social media buttons disappeared. The same issue appears and on map icon.

    From 6.5.1 update appears the issue. I rolledback the plugin on version 6.5.0 and there isn’t the issue. Please fix it.

    .fa-map-marker:before {
    content: “\f041”;
    }

    .fa-facebook:before {
    content: “\f09a”;
    }

    .fa-instagram:before {
    content: “\f16d”;
    }

    these codes doesn’t work normally after 6.5.1 update.

    • This topic was modified 4 years, 5 months ago by georgefyro.
    • This topic was modified 4 years, 5 months ago by georgefyro.
    • This topic was modified 4 years, 5 months ago by georgefyro.
    • This topic was modified 4 years, 5 months ago by georgefyro.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem here.

    Hello @georgefyro

    Thank you for contacting us.

    Yes, the issue is valid with Directorist (v6.5.3). However, the dev team already fixed the issue. Hopefully, you will get an update soon with the fix. In the meantime, you can use the following sample code to load the icons:

    .fa-facebook:before {
    content: '\f09a';
    font-family: "Font Awesome 5 Brands" !important;
    }

    The following line is missing in your codes: font-family: "Font Awesome 5 Brands" !important; Adding the line should resolve the icon issue.

    Kind regards.

    Thread Starter georgefyro

    (@georgefyro)

    Thank you very much for your response. I checked your code but it’s not work. On facebook button appears “f09a”. I rolledback again to 6.5.0 and I hope to solve the issue to the next update.

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The icons on Social media button disappeared’ is closed to new replies.