CodeCanyon

Wordpress Weather

  • Has been a member for 3-4 years
  • Bought between 1000 and 4999 items
  • Canada
  • Referred between 1 and 9 users
chrismccoy says

i bought this , now its been removed and readded, whats the deal?

2 years ago
Author
j_endler j_endler replied

In short, this page that hosts the plugin got listed with Google as having malicious code, and Google was discouraging access to the page on some browsers. Most-likely, a hacker or bot got in and left evidence that Google was able to detect. CodeCanyon has verified that no malicious code was present, has requested a review from Google, and now Google has verified that the page is clean. In the process, the plugin had to be re-submitted for approval, hence the higher price. At no point were the plugin files affected. Hopefully this is a one-time occurrence.

Thanks for the purchase btw!

2 years ago
  • Has been a member for 3-4 years
  • Bought between 1000 and 4999 items
  • Canada
  • Referred between 1 and 9 users
chrismccoy says

but i still cant download it, so i have to pay a 2nd time to get access to the files?

2 years ago
Author
j_endler j_endler replied

No way! Visit here to get my email: http://justinendler.com/contact/, send me an email and I’ll get you the latest version. For permanent access, maybe Envato support could give access to the buyers of the previous plugin ( 3 total ). I’ve asked them about it.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
Mike330 says
Purchased

Hello, I purchase your plugin, but i have a question. Can i rewrite weather status? For example: Mostly Cloudy to P?evážn? zataženo Mostly Sunny to Slune?no etc.

It is very important to me. Please help.

2 years ago
Author
j_endler j_endler replied

The weather status text comes directly from the API and is not translatable.

Making these text strings link up with the existing translation file is a great idea. I cannot start on it for a couple weeks, but that will definitely be the focus of the next update to the plugin. You can keep up with new versions using the RSS feed on the plugin’s page.

In the meantime, with PHP , you could use an associative array to associate the API ’s term with your translated version. For instance, when the API spits out “Mostly Cloudy”, use that string as a key to your translated term in the array.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 500 and 999 items
EtownHooligan says
Purchased

Nice plug-in! Working great, but i’d love to make it a little more ‘robust’. For instance, can I parse and display more weather data for my location? and/or, remove the forecast scrolling feature and display forecasts as lists?

thanks in advance for your help!

2 years ago
Author
j_endler j_endler replied

Thanks for the purchase!

You can alter the display of the forecast ( getting rid of the scrolling and using lists ) by overriding the default template files with your own versions. I added and FAQ about this here: http://codecanyon.net/item/wordpress-weather/faq/122415

This is also in readme.txt in the plugin files. My default templates use most of the weather data available from the API . After hitting the API for info, the plugin outputs all available weather data in the array called $data. You could include more data from this array in your custom template.

2 years ago
Purchased
EtownHooligan EtownHooligan replied

Thanks! Helpful!

2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
j_endler says
Author
Version 1.2 includes the ability to translate weather condition terms from the api. It is now submitted and in queue for review. Since the api is not documented, I’ve gathered many of the weather conditions terms manually. The list is below. Please reply to this post upon finding terms I missed. I’ll include them. Thanks!
Chance of Rain
Chance of Storm
Clear
Cloudy
Fog
Haze
Isolated Thunderstorms
Mostly Cloudy
Mostly Sunny
Overcast
Partly Cloudy
Rain
Rain and Snow
Scattered Thunderstorms
Scattered Showers
Showers
Snow Showers
Sunny
Thunderstorm
Windy
2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Brazil
erbereli says

Very good plugin, but I have a question:

I can set a different starting location for each post?

My site is about tourism, so I would like to display the weather of each location in each post (Chicago, Lisbon, Rio de Janeiro, etc…).

Thanks.

1 year ago
Author
j_endler j_endler replied

Sure, multiple instances of the plugin set for different locations is supported. You can put multiple shortcodes in one post or create a post for each instance. Any method for getting multiple instances is fine and should work.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
arneth says
Purchased

Hi, just bought the weather plug in and installed it without modifications. Mainly I am interested in using the sidebar widget. I would like to have the “set location” function active, but when I click “Set Location” on sidebar widget only a empty (blank) site pops up. Does this option have to be chosen true/false or something in one of the files, and if, wich? Or how do I go about this?

Is it possible (in sidebar widget) to choose how many days for weather forecast (say one or two instead of four.) In what file do I modify this or do I have to make a custom template?

best regards, A.T. Wichne Norway

1 year ago
Author
j_endler j_endler replied

Working on the Set Location problem…

About limiting the forecast days: a custom template is currently how you go about limiting the number of forecast days. Is there anyone else who would like an option for this instead? Making the number of forecast days dynamic will increase load time just slightly, which is why it’s not in there now. However, if there’s an interest in this, I’ll build it in.

1 year ago
Author
j_endler j_endler replied

Set Location was breaking in this case because it relies on jQuery, which is loaded by Wordpress Weather. This particular site was loading jQuery again manually via a script tag. This will break the javascript aspects of Wordpress Weather. Loading scripts using the WP function wp_enqueue_script() avoids this problem.

1 year ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
elastic01 says

Hi, look like a nice plugin. I have 1 question; would there be any way to override the standard Google weather icons with my own set of icons? Or is this not supported by Google or by the plugin?

Thx and cheers!

1 year ago
Author
j_endler j_endler replied

The ability to use alternate icons is not built in. You can switch them out with your own using some PHP . It’s not too difficult, but it would take some work. Message me if you want to tackle it and I can get you going in the right direction.

Is this a feature others would like to see added?

1 year ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
halibutblue says
Purchased

When I use the sidebar widget, it blows out the width and looks terrible. Can you provide replacement css so it looks good in a sidebar? Thanks!

1 year ago
Author
j_endler j_endler replied

It’s impossible to account for the styling going on in any one theme. The default CSS is designed for the default theme, twentyten. For now, you’ll need to override the default CSS with your own. Instructions for this are in the FAQ .

Once you get your own CSS file overriding the default, message me with a link to your site and I can offer advice.

Many people have requested some styling options in both this plugin and my Wordpress Media plugin, so the latter is undergoing an update that includes the ability to style it with no knowledge of CSS . Once that is complete and released, it’s Wordpress Weather’s turn.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 50 and 99 items
RafaelMota says
Purchased

hello.

just bought the plugin.

i only want to know how can i change the width ?

thank you

r.m

1 year ago
  • Has been a member for 1-2 years
  • Bought between 50 and 99 items
RafaelMota says
Purchased

Nervermind. Found it !

Thanks anyway.

R.M

1 year ago
  • Has been a member for 1-2 years
  • Bought between 50 and 99 items
RafaelMota says
Purchased

Hello again.

I think that the sentence “Partly Sunny” is missing from the localization file.

Thank you.

R.M

1 year ago
Author
j_endler j_endler replied

Thanks for pointing out the missing entry. It will be included in the next update which is coming soon. To have it now:

Search for

'Partly Cloudy' =>  __('Partly Cloudy', Wordpress_Weather::TEXTDOMAIN),
in
wordpress-weather.class.php
and create a new empty line after it. Add
'Partly Sunny'    =>    __('Partly Sunny', self::TEXTDOMAIN ),
to this new line.

Now you’ll need to add an entry for ‘Partly Sunny’ in your localization file, like:
#: wordpress-weather/wordpress-weather.class.php:55
msgid "Partly Sunny" 
msgstr "Your translated string" 

Let me know how it goes. Thanks.

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
ratreides says

Hi there,

Am very interested in purchasing your Weather Plugin for Wordpress.

However when I looked at your live preview I noticed that the Icons are missing?

I have heard of this problem with Google Weather and wondered whether you were aware of it and would be having a ‘fix’ for your plugin.

I would need this before I could purchase.

Regards,

Ray

1 year ago
Author
j_endler j_endler replied

I’m looking into it. Thanks for letting me know.

1 year ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • United States
  • Referred between 1 and 9 users
j_endler says
Author

Howdy All,

The weather api has changed the weather icons and where they are stored. I will be fixing the bug this causes with a new release. For now, you can fix your copy of WordPress Weather: in views/weather-display.php replace

<img src="http://google.com&lt;?php echo $data['current']['icon']; ?&gt;" alt="" />
with
<img src="&lt;?php echo $data['current']['icon']; ?&gt;" alt="" />
on line 44 and replace
<img src="http://google.com&lt;?php echo $elements['icon']; ?&gt;" alt="" />
with
<img src="<?php echo $elements['icon']; ?>" alt="" />
on line 62.

Also remember to alter any custom template you might be running.

NOTE : this comment field is changing my PHP opening and closing symbols into the less-than and greater-than HTML entities in the code above. Make sure you use < and >

1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
Jam79 says
Purchased

Hello,

Is it possible for a visitor to save its favorite location ? It seems that when refreshing the page, the choosen location isnt saved.

Thanks !

10 months ago
Author
j_endler j_endler replied

Good point. There is no functionality to save locations between visits, but adding a cookie to save locations with an eventual timeout seems reasonable to me. Does anyone disagree? I know some people really don’t like cookies.

10 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 10 and 49 items
akira9000 says
Purchased

Hi,

Need to use this for a Dubai forecast and the date reverts to 1st Jan 1970 when I enter the destination as Dubai. Very odd. If I use a UK location the date is correct. Any Ideas?

Thanks

3 months ago
Author
j_endler j_endler replied

This is an inconsistency in the API . It happens with other locations besides Dubai. For this reason, the date display is commented out in the template. If you need it to display correctly for Dubai, you could create a custom template that provides the logic for Dubai’s date. The readme file has details on how to override the default templates, but feel free to message me if you need further instruction on creating a template.

3 months ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 1 and 100 dollars
  • Bought between 10 and 49 items
  • Ukraine
Rezash says

Dude, I like your plugin, though on the example site (http://wordpress-weather.justinendler.com/) images are broken.

I would like to know if I can show several locations on a page/post

if you have any alive example, please pass the address for view.

Regards

20 days ago
Author
j_endler j_endler replied

Thanks for letting me know about the images. I’ll be fixing that and submitting an update shortly.

Multiple instances of the display with different locations is supported. Here is an example: http://wordpress-weather.justinendler.com/?page_id=36

19 days ago

by
by
by
by
by