266 comments found.
Hello, Thank you for your plugin. You are the only one who offers geolocation weather on canyon code. Everything works on my site. But I can not do as on your site: https://www.spartanfitness.app/wp-content/uploads/2021/08/110856.jpg. I am using Shortcodes. Can you explain to me how you did it. I see nothing in the document. Here is what I am able to do: https://www.spartanfitness.app/wp-content/uploads/2021/08/111505.jpg. Thank you.
Hello,
Thank you for your nice words. This display in our demo is added through widget, not shortcode. If you use a widget, you should get a similar display. All the best.
Hi,
I added the plugin and also the API from Open Weather. I tried adding the plugin in the homepg as a short code as a widget but nothing appears 
Hello,
In your page I can see you are using a different weather plugin from Code Canyon. If you purchased our plugin as well, please open a ticket here: https://my.curlythemes.com/ with this issue and we will investigate it. All the best.
Hi yes I am trying another plugin. From where can I get the Envato market purchase code?
You can hover the account name at the top-right corner and then click on Downloads to see all the products you purchased. In this list, you can download both the plugin and the purchase code. Please make sure you are logged in with an account which purchased the plugin. All the best.
Can i make this show weather for visitors location?
Hello,
Yes, just make sure you add a geolocation API at Settings > Simple Weather > Advanced > ipStack Access Key. All the best.
Ya, found it 
Also, https://blog.darksky.net/ – they are ending their thing.. 
Great. Yes, we are aware of the DarkSky change in policy, we already removed the weather station from the Settings panel. All the best.
Hi, This will not work not eather with the widget and api is set. it comes up with losts of issues in the inspector like:
Download the Vue Devtools extension for a better development experience: https://github.com/vuejs/vue-devtools vue.js:7992 You are running Vue in development mode. Make sure to turn on production mode when deploying for production. See more tips at https://vuejs.org/guide/deployment.html simple-weather.js?ver=1357674432:269 Response {url: “https://”mydomain”/wp-json/simple-weather/v1/get_weather/”, ok: true, status: 200, statusText: “OK”, headers: Headers, …} moment.js:293 Deprecation warning: use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info.Please update your plugin and make the fix ore else we have to ask for refund.
Regards André
Hello,
It should be related to a local issue, please open a ticket here: https://my.curlythemes.com/#/ with a link to your weather page and we will investigate. All the best.
Presale question. All we want to display is city name and icon (sun, rain, cloud etc) on a white background. Is this doable with your plugin?
Hello,
You can use the shortcode to display just the current weather, degrees and icon, and add the city name as text next to it. It is not possible with the widget. All the best.
I’ve just installed, and added the simple london shortcode to a blank test page, nothing appears. I’ve setup a new API code. Nothing appears. Are there any known conflicts? Simple weather div is visible in code, with empty error span element.
Hello,
Please make sure the section where you’ve added it supports shortcodes. If you open a ticket on our support platform with a link to your page, we can investigate the source of the issue. All the best.
Pre-sale question. Is the plugin compatible with wordpress 5.7?
Hello,
Yes, it should work fine with the current WP version. All the best.
Includes front-end JavaScript libraries with known security vulnerabilities 3 vulnerabilities detected – Vue (Fast path)@2.4.4 & Moment.js@2.18.1 – which is the proper way to solve this? thx!
Hello,
Please make sure you are running the latest version of the plugin. It looks like a notification for JS libraries updates, so it should not affect the plugin functionality. We will check this further on our testing platform as well. All the best.
hey! thank you for your reply. please check https://ibb.co/HTznXf5 or run lighthouse on your demo website https://demo.curlythemes.com/weather/. you will see, under Best Practices, that your plugin Includes front-end JavaScript libraries with known security vulnerabilities: Vue@2.5.2, Vue (Fast path)@2.5.2 and Moment.js@2.9.1. thank you
Thank you for the screenshots. We do have in plan to update soon the plugin code to a newer Vue version. All the best.
hi, I need to know if is it possible to set multiple shortcode with different language setting, in orther to use your plugin on a multilanguage website. Thank you.
Hello,
The days of the week will be displayed in your WP install language, so it will work how you want if your multi-language is set up to consider the WP language. Your site should be set up as multi-language with something like WPML, not just multiple shortcodes in the same page. All the best.
thank you so much
Hi I want to buy this plugin but I have two questions 1 – Will I be able to click tobpar on this site? 2 – The site is bilingual. Can I display the days of the week in the Arabic pages in the Arabic language and in the English pages in the English language?
https://advancerealestatetr.com/Hello,
You can add the weather display in your top bar through shortcode and use HTML to make it a link, if your theme top bar section supports shortcodes and HTML. The days of the week will be displayed in your WP install language, so it will work how you want if your multi-language is set up to consider the WP language. All the best.
Is the payment one time or renewed every year? I wonder, can I use it for 3 sites?
The payment is one time for unlimited use and updates. If you want to use it for 3 sites, then you need 3 licenses. All the best.
Can I get a discount if I wear 3 licenses?
No, Envato does not offer this type of purchase discounts. All the best.
Hi, I am thinking of purchasing a weather plugin.
I am looking at various options. And before buying I want to know if it suits what I am looking for.
I want to put the plugin in the body of the page or article. I’m not worried about the sidebar.
1) I have a domain, and a subdomain of the same domain. Can I install the plugin on both sites?
2) Can the width and height be easily adjusted to the space I want it to occupy? Always on the body, not on the sidebar.
3) How does the APIkey work? OpenWeatherMap, each user who enters my website, is it a use? the use is every time you take the data up to date? Or how it works exactly. I don’t want to go over the free limit.
4) Does it work with plugins that use minify js?
5) Can I put a background photo?
6) Can you put round corners?
7) I do not see an example of how you put the temperature at night and day in the live view. Can you put a screenshot where all the information can be seen together?
Thank you very much
Hello,
You can install the plugin on both sites. If you use shortcodes, you can change the size of the container just like for regular text. You can choose in settings how frequently you want to make an API call. In theory, a JS minifier could affect it, but we did not receive such complains yet. The widget does not support background image or round corners, for the shortcode you can use your theme builder. All the best.
Hello, we have the longitude/latitude values for a given post stored in a custom field, such as <?php the_field(‘loc_lat’); ?>
Am I able to pass these values into the plugin’s shortcode via the template so the weather widget can automatically detect the location, rather than us manually entering it in for each post?
Hello,
If you code it locally to automatically generate shortcodes with the custom field value, then it should work fine. All the best.
vue.js is running in development mode… and there are deprecation warnings for your moment.defineLocale on moment.js:293
... Not sure if thats the reason why my weather-simple stopped working… but who knows…
Hello,
Please open a ticket on our support platform with a link to your weather page and we will take a a look. All the best.
Hello, the envato elements plugin seems outdated. In changelog it says: Simple Weather Plugin 4.0 (September 28, 2017)
Any plans to update it? Thanks!
Hello,
You should be able to download the current version of the plugin, which works fine with the current WP version. Please take a look through the plugin documentation and test for local conflicts. We can not offer support for users who downloaded the plugin from Envato Elements, only for Code Canyon clients. All the best.
Hi, What’s the shortcode here? https://prnt.sc/r5t05p
Hello,
This display is added in page with a Simple Weather Widget, it can not be added through shortcode. The in-line displays above are shortcodes. All the best.
Hello, How are you? We need it to show the city and the current temperature only, via shortcode, but it starts showing from tomorrow. How can I fix that?
Hello,
The shortcode should display by default the weather starting today. Only if you are using show_current=”no” parameter it will start with tomorrow. Please check the shortcode and add show_current=”yes” or remove the parameter. If you still encounter the issue, please open a ticket on our support platform. All the best.
Hello, Does not show current weather with or without show_current=”yes” option I already sent a support ticket, I am waiting for an answer to solve this problem.
Thank you!
We’ve sent a reply to your support ticket. All the best.
pre selling question: its this for specific location only? or it get the location of the person and display the weather in this site visitor location? in other words, lets say the academy is in texas usa, but someone from london is visiting the site, then the weather info displaying would be the london weather? or would be the specific weather location api cordinate we give in the setting?
Hello,
You can display both the forecast for a static location or the forecast for the visitor’s location, based on their IP address. You can choose this in the shortcode / widget settings, when selecting the location. All the best.
I am using this shortcode: [simple-weather latitude=”46.002550” longitude=”-112.982580” night=”yes” show_current=”yes”]
Why is the night temperature only showing on the second day?: https://gyazo.com/493a69cb00b31652986cafc3781f776b
Hello,
The temperature value displayed for today is only the current one, frequently updated through API. For tomorrow, the values displayed are forecasts, so they are for both day and night. All the best.
I am using the MyListing Theme, will this plugin allow ALL my users to post the weather in their location?
Hello,
The weather can be added through shortcode or widget in any page. So, if you allow your users to add content and build their pages, they should be able to add the shortcode just like regular text. All the best.
How can i make the weather show up exactly like you have it in the main Item Details photo? I just want a weather icon and temp at the top of my page.
Hello,
You can add date=” ” parameter in the shortcode to remove the date display and show just the icon and temperature. If you still can’t get the display you want, please open a ticket on our support platform. All the best.