Tagged: general settings, icons
-
AuthorPosts
-
May 20, 2014 at 6:59 pm #267459
Hello,
I’ve updated to the latest version of Enfold and have noticed that icons for the Icon Boxes, as well as the arrows for the Partner/Logo Element are not appearing. If I set the location of the icon to “Center,” only a green circle appears (oddly).
Also, changing the colors in General Settings does not appear to have any effect. Setting the header to Sticky also has no effect. Other changes do show up, like changing the footer text. And if I change the header to “Logo center, Menu below” it doesn’t change the logo position from Left, nor place the menu to center. The menu just appears inside the advanced slider.
I don’t think this is a cache issue, because I’ve tested on multiple browsers and waited a day to see if any changes would show.
Any help is greatly appreciated! The main issues are the icons not showing up and the changes to the general settings not showing up. Thank you for helping out a newbie…
May 20, 2014 at 7:53 pm #267499Hi,
Can you post a link to your website please?
Regards,
JosueMay 20, 2014 at 7:58 pm #267501This reply has been marked as private.May 20, 2014 at 8:21 pm #267513Hello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
JosueMay 20, 2014 at 8:46 pm #267529Hello, I deactivated all plugins but unfortunately, nothing has changed. :(
May 20, 2014 at 8:46 pm #267531Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueMay 20, 2014 at 8:56 pm #267538This reply has been marked as private.May 20, 2014 at 9:27 pm #267555Hey!
Try adding this to your .htaccess file (located at the root of the install):
<FilesMatch "\.(eot|otf|woff|ttf)$"> SetEnvIf Origin » "^http(s)?://(.+\.)?(alphalinkfiber\.com)$" origin_is=$0 Header set Access-Control-Allow-Origin %{origin_is}e env=origin_is </FilesMatch>
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Regards,
JosueMay 20, 2014 at 11:57 pm #267706This reply has been marked as private.May 21, 2014 at 12:01 am #267708Hmm, try putting it at the start, if it doesn’t work try this code instead:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
Cheers!
JosueMay 21, 2014 at 12:21 am #267712Thank you!
So, the new code did not create the error, but then it also didn’t make the icons show. I ended up downloading a fontello font package and when I changed the icons, it worked! It worked for the header stickiness too. So maybe it was your code, plus changing the font package?
In any case, all fixed. thanks thanks thanks!
May 21, 2014 at 12:28 am #267715Great news, always glad to help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Icons not showing up, General Settings changes also not showing up’ is closed to new replies.