Problems with icons

Hello,


I have several Problems with Icons.

http://www.mindbubbles.de/startseite/das-team/

On that page, the "email to" Icon is invisible (Or White on White). Also the Back to Top Icon is not visible (Or Grey in Grey). I tried several css I found on this page, but none of them worked. On the right hand side you can see a section "last Posts" with strange (Chinese?) Icons. You can find These strange Icons also on this page (Look at the Icon in front of "mehr..." (read more) :

http://www.mindbubbles.de/startseite/projektblog/

This is the behaviour in the Internet Explorer. If I take Google Chrome, I see only a rectangle instead of the Icon, so I think, the Icon is missing.

If I open the Webpage on my mobile device (Android 6) the Icon in the Header (for the menu)  is only a crossed out rectangle. On IOS it looks fine.

Where or how can I change the Color of the Icons and the Icons themself?

How can I check, that the Icons are instalöed correctly on my Server?


 

Comments

  • Hi,

    it’s because of CORS library which hasn’t been installed on your server what you can see on http://pasteboard.co/2LSf7gnm.png

    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.

    Thanks!
  • Thanks a lot! Now it works! (I am my own Server Administrator, so I had to add

    <httpProtocol>


    <customHeaders>


    <add name="Access-Control-Allow-Origin" value="*" />


    </customHeaders>


    </httpProtocol>

    In my web.config on my own (I'm using IIS7)

  • We are glad to hear that it helped!
  • You can add this to your .htaccess file:

    # BEGIN WordPress
    # ----------------------------------------------------------------------
    # CORS-enabled images (@crossorigin)
    # ----------------------------------------------------------------------
    # Send CORS headers if browsers request them; enabled by default for images.
    # developer.mozilla.org/en/CORS_Enabled_Image
    # blog.chromium.org/2011/07/using-cross-domain-images-in-webgl-and.html
    # hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/
    # wiki.mozilla.org/Security/Reviews/crossoriginAttribute
    <IfModule mod_setenvif.c>
      <IfModule mod_headers.c>
        # mod_headers, y u no match by Content-Type?!
        <FilesMatch "\.(gif|png|jpe?g|svg|svgz|ico|webp)$">
          SetEnvIf Origin ":" IS_CORS
          Header set Access-Control-Allow-Origin "*" env=IS_CORS
        </FilesMatch>
      </IfModule>
    </IfModule>
    # ----------------------------------------------------------------------
    # Webfont access
    # ----------------------------------------------------------------------
    # Allow access from all domains for webfonts.
    # Alternatively you could only whitelist your
    # subdomains like "subdomain.example.com".
    <IfModule mod_headers.c>
      <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
        Header set Access-Control-Allow-Origin "*"
      </FilesMatch>
    </IfModule>
    # END WordPress

    This will solve your problem.
Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.