Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1051077

    gladwyn.lewis
    Participant

    Hi,

    I have done everything from the CORs modification to try and fix the font awesome icons problem

    It was working fine, until I had updated the version of the theme, could you look into it please. Its slightly urgent.

    #1051078

    gladwyn.lewis
    Participant
    This reply has been marked as private.
    #1051079

    gladwyn.lewis
    Participant

    .x-navbar .desktop .x-nav li>a>span:after{
    content: “\f105”;
    font-family: “fontawesome”;
    }

    This is what I’ve added, and in the Cornerstone Editor, I cannot see the Font Awesome Icons either.

    #1051198

    Rupok
    Member

    Hi there,

    Thanks for writing in! Unfortunately content: “\f105”; won’t work within Customizer or Cornerstone Custom CSS. You need to place such code within Child Theme’s CSS.

    Kindly follow the “Solutions to Potential Setup Issues: Font Awesome” article first – https://community.theme.co/kb/solutions-to-potential-setup-issues-font-awesome/

    If the issue still persist, you can try re-installing X and Cornerstone.

    Let us know how it goes.

    Cheers!

    #1051472

    gladwyn.lewis
    Participant

    I did the steps in the “Solutions to Potential … ” changed the contents of the .htaccess file. I updated it manually also via FTP mate, X and Cornerstone. The weird thing was that this was working file a couple of days earlier, but after the update it went all out of whack.

    Could you please have a quick look to see what exactly the problem is please?

    #1051959

    Friech
    Moderator

    Hi There,

    It seems the site could not access the fontAwesome files on this directory /wp-content/themes/x/framework/fonts/font_awesome/ would you mind to check on that directory if the files does exist. If it does not, please upload fontAwesome files on that directory. You can get the files on a new copy of X|Theme.

    If issue persists please provide us FTP credentials in private reply, so we can take a closer look.

    Cheers!

    #1052118

    gladwyn.lewis
    Participant
    This reply has been marked as private.
    #1052122

    gladwyn.lewis
    Participant

    I just checked. The font-awesome icons are there.

    #1052166

    Paul R
    Moderator

    Hi,

    I was able to fix it by adding woff in your rewrite rule in .htacess.

    
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule !(js|ico|gif|jpg|png|css|swf|flv|libraries|maint|admin|login|logout|reg|woff) index.php [QSA,L]
    </IfModule>