Icons in pre-built website and in Front-End Editor missing

Hi,

after a fresh database reset we have downloaded a pre-built website to start with. Unfortunately there are no icons visible at all sites and even the necessary front-end editor icons are not showing up while using this function.

Here is a link to the example page:

Is there anything missing (fonts, plug-ins etc.) or plug-ins which could cause this issue?

Comments

  • Hi,

    it’s because of CORS library which hasn’t been installed on your server.

    More details about the CORS you can read on http://enable-cors.org/server.html but we recommend to contact with your server administrator this case because he will be able to help you for sure.

    P.S. For .htaccess solution, please visit http://forum.muffingroup.com/betheme/discussion/4902/icons-are-gone-cors-solved-within-htaccess
    thanks
  • Hi Bryan,

    thanks a lot for your help.

    Unfortunately we were not able yet to solve this problem. :-(
    As you suggested, we contacted our server administrator to check if CORS libary is already installed on our server, and - if not - how to install it.

    However, the .htaccess solution did not work.
    But maybe we made it wrong?

    That's how our .htaccess-file looks like at the moment.
    Is it correct?

    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    Header set Access-Control-Allow-Origin "*"
    </IfModule>


    # END WordPress

    Thanks in advance for your further help,
    Best
  • Hi,
    We cannot do anything about it.
    The only person who is able to fix it is hosting provider by installing the CORS library or checking the logs of this error.
    Cheers

Sign In or Register to comment.