• Upgraded to new version after only minimally satisfied with previous version. Couldn’t find it anywhere on the admin panel after upgrading. Drives me nuts when developers make plugins like this and never say where it is and you can’t find it.

    Tried to use my own iconset… forget about it. The code provided has an error in it. I went to three different people I know who understand this kind of stuff way better than me and none of them could figure out how to get the iconset to work.

    I know this is free but how good can their other plugins be if this is what they lead with?

    Stay away.

Viewing 1 replies (of 1 total)
  • Plugin Author Zack Katz

    (@katzwebdesign)

    Sorry for the issues.

    There’s no longer a global settings page. I added this to the FAQ: https://www.ads-software.com/plugins/wunderground/faq/

    Here’s some updated sample code for replacing icons that should be more clear. I also fixed the link to the icons, thank you for the feedback.

    add_filter('wp_wunderground_forecast_icon', 'use_custom_wunderground_icons', 10, 2 );
    
    /**
     * @return string URL to the root folder of the icon set.
     */
    function use_custom_wunderground_icons( $url_base = '', $icon_name = '' ) {
    	return 'https://icons.wxug.com/i/c/a/';
    }

    The other plugins may be great, you should give them a try and see if they’re a better fit for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Can I give it zero stars?’ is closed to new replies.