Viewing 4 replies - 1 through 4 (of 4 total)
  • It seems to be a problem with path to the css file. You can fix it if you go to “wp-content/plugins/official-treehouse-badges-widgets-and-shortcodes” and edit the file “wptreehouse-badges.php”

    You should go to lines 237, 244 and 245 and change the path to look like this:

    `wp_enqueue_style( ‘wptreehouse_badges_backend_css’, plugins_url( ‘official-treehouse-badges-widgets-and-shortcodes/wptreehouse-badges.css’ ) );

    Victor

    Plugin Contributor Zac Gordon

    (@zgordon)

    Thanks for submitting this patch. Rolled it out in the latest update.

    Hi Zac, I also noticed a link to the treehouse logo was also needing a path updated in /inc/front-end.php line 55 from “wptreehouse-badges/images/treehouse-logo.png” to “official-treehouse-badges-widgets-and-shortcodes/images/treehouse-logo.png”. Just for when hovering over a badge.

    Thanks for the plugin!

    Plugin Author treehousezac

    (@treehousezac)

    Thanks bmacadam! Hopefully this should be resolved now too 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Default styling not working’ is closed to new replies.