• Resolved JaFi

    (@jafi)


    Hey,

    I just installed Shariff on my Blog inspireous.net. It all works excpet that the buttons are shown without the corresponding logo. The problem also occurs not only on firefox but also on chrome and the Internet explorer.

    I am using the twentytwelve theme but changed it slightly with my own childtheme. I tried to figured out if my CSS or the original one are blocking the display of the logo somehow but couldn’t find anything.

    https://wordpress.org/plugins/shariff/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jan-Peter

    (@starguide)

    Hey,

    the problem occurs because of the inconsistent URLs (http://inspireous.net/ vs. http://jasmin.rasalhague.uberspace.de/wordpress). Modern browsers block fonts, if they are loaded from a different domain using relativ paths.

    In order to fix this, you need to add the following to your CSS. Many themes provide a “Custom CSS” box. This would be the place to add it.

    @font-face {
        font-family: "shariff3uu";
        font-style: normal;
        font-weight: 400;
        src: url("http://inspireous.net/wordpress/wp-content/plugins/shariff/fonts/shariff3uu.eot") format("embedded-opentype"), url("http://inspireous.net/wordpress/wp-content/plugins/shariff/fonts/shariff3uu.woff") format("woff"), url("http://inspireous.net/wordpress/wp-content/plugins/shariff/fonts/shariff3uu.ttf") format("truetype"), url("http://inspireous.net/wordpress/wp-content/plugins/shariff/fonts/shariff3uu.svg") format("svg");
    }

    Cheers,
    JP

    Thread Starter JaFi

    (@jafi)

    Thank you for the quick solution! It works now without any difficulties!

    Dear Shariff Crew,

    at our site only the logo of GooglePlus is missing?
    I added already the above code to the style.css.

    Any idea? The issue occurred after the last update to 3.3.0.

    http://fussball-jugend-wambel.de/

    Plugin Author Jan-Peter

    (@starguide)

    The page looks fine. You probably need to empty your browser cache, because Google got a new logo and you might still have the old one in your local cache.

    Cheers,
    JP

    Haha, great! Thank you very much! It works fine.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Buttons don't show the logo’ is closed to new replies.