mattbta
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Weather] [Plugin: WP-Weather] Plugin should be removedActually it is working again for me. Try your key out and see if it works!
Actually, I did more investigation and they are making a push to target commercial sites with their new API and it is significantly more costly than $20/month.
I’m not sure if it would continue to function if one were to subscribe. It is possible though as the error message I got back from the service was invalid license key.
My difficulty here is that I’ve yet to find a good free alternative that supports international non US based cities.
Forum: Plugins
In reply to: [WP-Weather] [Plugin: WP-Weather] Broke site on auto upgradeIt very well may be because I included so many image sets, making the file size of the download rather large. If this begins to impact a lot of users, I’ll strip out the new images and provide download links for the other sets.
Thanks for reporting.
Looks like the DateTime class is in PHP > 5.2. Perhaps ask your host for an upgrade or the plugin developer can change that code to a different date implementation. http://php.net/manual/en/function.date-create.php
Forum: Plugins
In reply to: [Plugin: WP-Weather] Two instances in plugins listNever seen that before. Got a screen shot? What version of the plugin?
You should have two widgets in the widgets page, but not two instances on the plugins page.
Forum: Plugins
In reply to: [Plugin: WP-Weather] Won’t pull dataEmail me a link to your site or mention what plugin you are using and I’ll see if I can’t whip up something similar.
Forum: Plugins
In reply to: [Plugin: WP-Weather] Won’t pull dataAre you still using this plugin? I notice you have a weather heading on your website, but looks like it is using wp-simpleweather which is a different plugin.
Forum: Plugins
In reply to: [Plugin: WP-Weather] Won’t pull dataDid this resolve itself or did you run out of minutes?
Forum: Plugins
In reply to: wp-weather plugin, custom fields for locationJust committed a new version to support this.
In your post, add a custom field titled weather with your location code for the value. In your theme, drag Weather Custom Field widget to the sidebar. This should display only for posts that have the custom field.
Let me know if I need to add this functionality for pages as well.
Forum: Plugins
In reply to: wp-weather plugin, custom fields for locationSorry, I’m just now getting around to this. Hopefully not too late! I never got your email. Can you resend and then send me a screenshot or link to your site, so I can see where you’d like the weather info to go?
Forum: Plugins
In reply to: wp-weather plugin, custom fields for locationI’ll try and see if there is an easy solution for this over holiday. I need to do some reading on custom fields and figure out how to use them.
Forum: Plugins
In reply to: [Plugin: WP-Weather] Stop N/A from showingI suppose you could code in a simple if statement around line 284 if you’re on PHP5 to evaluate $day_forecast->day[0]->hi for N/A.
Forum: Plugins
In reply to: [WP-Weather] [Plugin: WP-Weather] Edit CSS for Weather OutputThere isn’t a whole lot of css in the HTML that is generated in the plugin. To customize it, you’d have to edit the appropriate sections in the plugin file — either the parseSimpleXml method if you’re on PHP5 or parseIsterSimpleXml method if PHP4.
I’m definitely open to suggestions or patches submitted to make the plugin look nicer.
Forum: Plugins
In reply to: [WP-Weather] Dynamic location id to wp-weather pluginThis is now available in version 0.3.9
Cheers.
Forum: Plugins
In reply to: [WP-Weather] Dynamic location id to wp-weather pluginI should be able to get something like this done. Give me a few days.