Broke Icons on our Theme
-
Hi, just a note that our social media and search icons broke on our site with Hustle. Had to pay our developer $$$ to figure out it was Hustle.
Has this been fixed? I’d be afraid to update Hustle in the future.
Here’s what he wrote:
It turns out that the Hustle plugin is conflicting with the font awesome fonts that are used by the theme. I was able to “hack” fix the conflict. What I did was comment out the portion of the plugin that was conflicting… which was a simple font-family tag.
Before:
[class^=”icon-“]:before, [class*=” icon-“]:before {
font-family: “hustle”;
}
After: (note the “x” in front of the style element, which I use to turn-off an element)
[class^=”icon-“]:before, [class*=” icon-“]:before {
xfont-family: “hustle”;
}
I did this to all the stylesheets found in this plugin folder: https://xxx/xxx/xxx/wp-content/plugins/wordpress-popup/assets/css/
- The topic ‘Broke Icons on our Theme’ is closed to new replies.