Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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…

    #267499

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #267501
    This reply has been marked as private.
    #267513

    Hello,

    Please try to deactivate all third party plugins to see if it gets fixed.

    Regards,
    Josue

    #267529

    Hello, I deactivated all plugins but unfortunately, nothing has changed. :(

    #267531

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #267538
    This reply has been marked as private.
    #267555

    Hey!

    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,
    Josue

    #267706
    This reply has been marked as private.
    #267708

    Hmm, 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!
    Josue

    #267712

    Thank 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!

    #267715

    Great news, always glad to help :)

    Regards,
    
Josue

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Icons not showing up, General Settings changes also not showing up’ is closed to new replies.