• Resolved Jim

    (@jblackburn)


    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: http://xxx/xxx/xxx/wp-content/plugins/wordpress-popup/assets/css/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @jblackburn,

    We had some issues with Hustle conflicting in other fonts in version 5.0 but we released a fix for that with version 5.0.1.

    Are you still having icon issues after using 5.0.1 or later version?

    Best regards,
    Predrag

    Thread Starter Jim

    (@jblackburn)

    Well, since I paid someone to fix it, with the hack mentioned above, I don’t know. I guess I can go in and re-edit the css file, and see if it works okay now.

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @jblackburn,

    I’m sorry to hear you had to pay in order to get a fix for this, if you experience any issue in future please start a thread first so we can check what we can do from our end to fix your issue.

    Cheers,
    Predrag

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Broke Icons on our Theme’ is closed to new replies.