458 comments found.
I increased the font size via the customizer on the backend to 50px and it’s not showing up . The font are really hard to read against any image background. Looking for a solution.
Hi,
Please try to add the following custom css:
.astero {
font-size: 20px !important;
}
Adjust “20px” to your preference.
If this doesn’t work, please provide your website so I can take a look.
Regards
Hola, me llamo Carlos y acabo de comprar este plugin para mi página web, me ha gustado mucho estilo minimalista que tiene, enhorabuena! El plugin esta instalado y funcionando con cordenadas latitud y longitud, al arrancar mi página el plugin se visualiza pero no parece coger los datos del clima.
Podrías echarme una mano con esto? Muchas gracias por tu tiempo y un saludo!
Hi,
Please make sure you have applied for a free Dark Sky API from https://darksky.net/dev/register and entered it under Dashboard > Settings > Astero Weather.
If you still can’t retrieve any weather data, please leave your website URL so I can take a look.
REgards
Nice plugin; and I especially appreciate the Dark Sky API integration, which was my reason for purchasing.
When using the City, State or Zip Code search in the Astero Widget, is it possible to limit the returned location name to just City, ST? Currently, it returns either City, ST, Country or City, ST ZIP, Country when the location is changed. I am running into space limitations and the longer location text overlaps other UI elements.
Also, any chance of implementing cookies as part of the location lookup so that the widget will remember a user’s preferred location instead of resetting to the default each time the page is loaded?
Thank you.
Hi,
The location name depends on the value that Google Map API returns, so it’s hard to control, as Google Map API may return different terms for different countries. One way is to use css to truncate the location and add ellipsis (...) to the overflowing text.
Example:
.astero-location {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 150px;
}
You can change the value of max-width depending on your needs.
The built in way to use the user’s location is to select “Html5 Geolocation with IP fallback (HTTPS Sites Only)” or “IP Detection Only” in the weather settings.
Hope this helps!
Regards
Does this plug-in support historical weather information (for dates in the past)?
Hi,
Sorry this plugin only provides current weather and weather predictions for the next few days.
Regards
Conflict with Salient Theme. Hi, when open to full screen mode, the X to close and part of information is missing under header menu. Can help us? we try ..
.astero-open .container { overflow: visible !important; } .astero-open #main-header { z-index: 0; } .astero-open .x-topbar, .astero-open .x-navbar { z-index:999; }
but don’t woks. Please, can help us? Thanks
This can usually be fixed with some css. However your support is expired.
Could you renew your support and provide a link to your site? I’ll take a look.
Thanks.
Regards
In my website weather is not showing.
http://latenightcoder.com.au/sirsi/toolsweather/Hi,
You’re missing the API key.
Please register for a free Dark Sky API key, and save the API key under Dashboard > Settings > Astero Weather.
You can find instructions on where to register on the settings page above.
Note that the API key contains only numbers and letters.
Regards
How can I register for free dark Sky API key ? Please send me link
Hi,
You can register here: https://darksky.net/dev/register
The free API key gets you 1000 calls per day.
Regards
I have just purchased your weather plugin, I tried to set up Cork, Ireland and it won’t show any results. Any thoughts?
I was being a dumbass, forgot the API key, all good now.
Cool, glad you figured it out!
Regards
Good day.
The background of my Astero weather widget doesn’t want to change at all. It doesn’t matter whether I choose a default image, a color, video, or upload an image.
Regards
Wessel
Hi,
Do you have a link where I can take look?
When this happens it’s usually down to either of the following problem:
1. You need to clear cache. Browser cache, backend cache and Cloudflare (if you use this service).
2. The stylesheet cannot be updated because of folder or file permissions. /wp-content/plugins/astero/public/css/custom.css should have 0775 permission.
Regards
If this is added as a widget in a WP site, can the vertical dimension be reduced? I’ve seen an example where the weather takes up 50% with a starry sky background taking up the empty space on the lower half.
Hi,
It can be easily reduced with css.
Regards
1. Is there a way to replace the background image/Video per weather description? (rainy image/sunny image/cloude/ etc. I see on upper comments this is the default, but couldn’t find it – 2. Is there a way to update widget weather location based on article tag? (article tagged with “london” will show london weather etc. Thanks!
Hi,
1. You can upload different custom images for up to 7 weather conditions. Only 1 video file is supported, ie. the same video background is shown for all weather conditions.
To upload custom images, go to Dashboard > Astero Weather > Edit your weather > Background Style > Image Background
You’ll see tabs for up to 7 weather conditions.
2. Sorry there is currently no way to set the weather location dynamically. If there are not that many locations, perhaps you can create the different locations first in the backend, then use PHP on your template to echo the appropriate shortcode for the weather based on the article’s tag.
Hope this helps.
Regards
Hi – I just purchased the Astero Weather Plugin and I see in the support comments that the documentation is there, but I can’t find it?
Hi,
On the download page, you will find two files to download.
- main.zip contains the documentation. Extract it and you will find the documentation folder
- astero.zip is the installable WordPress plugin file.
Hope this helps.
Regards
Hi there, I have some pre-sale questions:
1. Do I need an OpenWeather or DarkSky API Key? If so, is the key free or do I need to pay an annual/one-time fee for it? Or do I generate a key from within your plugin settings? Can you give me all the details on that? Thanks.
2. Can I choose a location based on custom GPS Coordinates that I input manually, or do I need to type in the name of a city/location? Because I need weather data for a somewhat remote location in the Himalayas.
3. In your Image Demo you have an image as the background. I presume I can add my own custom image in, can I also add several images in? Will the images switch/change automatically? Or do I need to update the image manually on a regular basis?
4. Lastly, I notice your plugin hasn’t been updated since September 2018. Are you still planning on updating the plugin occasionally, or will this plugin slowly be phased out? I want to purchase a plugin that will be maintained for security reasons.
Cheers, Zach
Hi Zach,
1. This plugin no longer supports Openweathermap. It only supports Dark Sky now. And yes, you need to apply for a free Dark Sky API. The free API provides 1000 free calls per day. You can find more details here: https://darksky.net/dev
2. To set a fixed location for the weather you need to enter the latitude and longitude manually. To check whether your location is supported, please visit https://darksky.net/ and search for your location. The weather results on that site will be the same as the one you get from the plugin.
3. Yes, this plugin supports custom images for 7 different weather conditions: Clear, Clear Night, Cloudy, Rain, Thunderstorm, Foggy and Snow. 1 custom image is supported for each condition, and if you have uploaded a custom image for that weather condition, the plugin will automatically display that image instead of the default image.
4. I don’t have plans for major updates for this plugin, so it is only updated sometimes for security or WordPress major upgrades. I have no plans to phase it out soon.
Regards
Hi,
Can you please tell me how to remove the credit text “Powered by Dark Sky” ?
thanks
Hi,
Try the following css:
.astero-credit {
display: none;
}
Regards
Hi there
Is it possible to demo your Weather Widget on one of our demo sites before we buy?
Thank you for your time.
Hi,
Thank you for your inquiry.
You can view a demo of this plugin here: http://demo.archtheme.com/astero/
Regards
Thank you, much appreciated.
Hi. I am currently using version 1.3.5 After SSL authentication When connecting with https: // Astero is black only
Please check my website = https://holidaygolf.co.kr/노보리베츠-마호로바-3색골프/ When connecting with http: //, it looks normal.
What should I do?
Thanks!!!
Hi,
Please update to the latest version (1.4.3) as you are probably using Openweathermap.org which doesn’t support https and is no longer used in this plugin.
Please register for a free Dark Sky API key in the latest version, and save the API key under Dashboard > Settings > Astero Weather. Note that the API key contains only numbers and letters.
Hope this helps.
Regards
Thanks a lot … Awesome !! Already Done. But I have question.
Sunrise and Sunset Can not display in local time?
Thanks
Hi,
Sorry I don’t get it. The sunrise and sunset time shown should be the time for sunrise and sunset for the location of the weather.
Did you want to display it in your local language?
Regards
Thank you for quick response.
No language problems.
Have a nice weekend !!
Hello,
i want to use this as a sidebar widget for a travel website. The site uses geolocation services and I want this plugin to show the weather of wherever in the world the user happens to be. Will this worrk this way?
Hi,
Thank you for your inquiry.
If your site supports https, then yes this will work. Even if your website doesn’t use https, the plugin can detect the user location through their IP address.
Regards
I placed in a footer widget. My questions are:
- Is it possible to replace the 3 dots for enlarge more info with a text link? - How can I set a full info shortcode to place in another page?
Hi,
Try the following css:
.asterofont-dot:before {
content: '';
}
.asterofont-dot:first-child:after {
content: 'Expand more';
}
Replace “Expand more” with whatever text you like.
To set a full info shortcode, simply create a new weather display under Dashboard > Astero Weather > Add New Weather, and for “Layout” select “Full Forecast Layout”. You will get a new shortcode, and you can add it anywhere you like (on another page, or even on the same page as another weather shortcode).
Hope this helps.
Regards
Hi, i ‘m using astero weather for an intranet company website. The employees of this company are based in several cities. Geolocation is not relevant because of the company’s proxy. The option of city search on the plugin is good but the problem is that the chosen city is not memorized by the browser and therefore the collaborator must re-enter his city at each visit, which is absolutely not practical . Would not there be a way to solve this problem via cookies? Thank you in advance for your answer. Best regards. Mathieu
Hi,
Does your site use https? If yes, have you tried out HTML5 Geolocation? Geolocation uses the user’s browser’s geolocation detection and should be not be related to your company’s proxy.
Your proxy set up might not work with IP detection, but have you explicitly checked to make sure it’s not working?
If possible, can you provide a link to your site so I can take a look?
Thanks.
Regards
Hi yes it uses https and yes i’ve tried html5 geolocation but it’s not working for some users. Yes i can provide you a link but in private cause i have to give you login and password. regards. Mathieu
But it there a way to just memorize the city choosen by the user in the widget for the next visits?
Hi,
Yes, HTML5 geolocation will not work if the user has opted to not provide their location in their browser settings. That’s why IP detection was provided as a backup.
Sorry, currently there is no way to memorize the user location by cookies or cache.
Regards
Guys please take a look at the site – now the plugin correctly calls with api but stops what’s next in the page. Please let me know www.acquaworld.it
Hi,
This is what I see when I visit your site: https://i.imgur.com/AWWUIaq.jpg
Can you elaborate on the problem you have, or the provide a screenshot of the error?
Thanks.
Regards
Hi guys i have big problem with you plugin It simply crashes my site – takes 30 sec to load – please check the problem www.acquaworld.it
Hi,
The weather cannot be loaded because of the following error: “daily usage limit exceeded”
Dark Sky API provides 1000 free calls per day. You can check their pricing here for additional calls: https://darksky.net/dev
Hope this helps.
Regards
No sorry i did not undestand – i bought a plugin from you – and you are telling me that i have to pay once again another business to let it go?
Hi,
If that doesn’t work for you you can send me an email at support@archtheme.com and I’ll see how else I can help you.
However it is the same for all weather plugins. The weather information is provided by a third party. Most weather providers have a number of free calls and will start charging afterwards.
Think of it like an SMS sort of plugin. A WordPress SMS plugin can help set up SMS messaging on your website, but the plugin cannot provide SMS service for free.
Dark Sky (the weather provider) will provide 1000 free calls daily, this API limit is also listed on the plugin description.
Regards