Tagged: x
-
AuthorPosts
-
June 20, 2016 at 12:56 pm #1051077
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.
June 20, 2016 at 12:56 pm #1051078This reply has been marked as private.June 20, 2016 at 12:57 pm #1051079.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.
June 20, 2016 at 1:59 pm #1051198Hi 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!
June 20, 2016 at 4:48 pm #1051472I 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?
June 21, 2016 at 12:00 am #1051959Hi 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!
June 21, 2016 at 3:17 am #1052118This reply has been marked as private.June 21, 2016 at 3:18 am #1052122I just checked. The font-awesome icons are there.
June 21, 2016 at 3:47 am #1052166Hi,
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>
-
AuthorPosts