Okay
  Public Ticket #3616685
X Icon
Closed

Comments

  • Maik Hannich started the conversation

    The Twitter (X) Icon doesnt work by the social Icons.

  •  646
    Alexandre replied

    Hi, 
    May I ask how you integrated the Twitter X icon? As far as I know, this icon isn't available in Elementor's icon libraries. From what I see, the icon uses Font Awesome 5 CSS classes, and the new Twitter icon is only available with Font Awesome 6.

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Maik Hannich replied

    thanks for your answer. And how do i get the FontAwesome 6 Libary?

  •  646
    Alexandre replied

    The FontAwesome 6 Library is already loaded through the Sonar theme, but icons within Elementor elements can't reach it. I presume Elementor will make it possible soon. 

    Until that day, here a work around.
    Please go to wp-admin>theme options>custom css/js
    And add this code in the custom css field:


    i.fab.fa-x-twitter {
    font-family: 'Font Awesome 6 Brands';
    }

    .fa-x-twitter:before {
    content: "\e61b";
    }

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Maik Hannich replied

    i did the code in the CSS/JS.

    but i still cannot see the twitter icon. 

  •  646
    Alexandre replied

    Can you please allow to Sonaar Sonaar user administrator role.

    Thanks,


    Alexandre from the Sonaar.io Crew

  •   Maik Hannich replied privately
  •  646
    Alexandre replied

    Hi Maik, 
    Sorry but i was confused, the fontawesome library is not yet updated to version 6. 
    So I have install the plugin Head and Footer and I have add this line here to import the fontawesome 6.

    1542819572.png

    Please disable the head & footer plugin after the next theme update. It will be not required.

    Thanks,


    Alexandre from the Sonaar.io Crew