Code

Discussion on Astero - WordPress Weather Plugin

Discussion on Astero - WordPress Weather Plugin

Cart 1,369 sales

archtheme supports this item

Supported

458 comments found.

Hello Support, I’ve just now purchased the weather plug in Astero. As i try to install inserting it in the PANNEL: Plugins > Add New > Upload Plugin, select astero.zip and I press Install > the system say this alert> “The link you followed has expired. Try again.”

why?? i’ve tried again and again and more but nothing. How can i do to solve please? what is expired? i ‘ve bough some minutes ago.. I’m waiting for your response, thank you so much in advance. Renata

Hi,

You could unzip the file astero.zip, login to FTP for your website and manually upload the folder astero to /wp-content/plugins/

Instructions from WordPres: https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation

Or you can add the following lines to your functions.php

@ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '64M');
@ini_set( 'max_execution_time', '300' );

Hope this helps.

Regards

Thank you, it runs! :)

This plugin works very well in the header of my site’s desktop version created with Elementor Pro, but in mobile version I placed it in a popup-aside-menu. Here, in the first instance, the weather doesn’t appear, but refreshing the page, then it appears correctly. How can I solve it? url: https://www.lavocedibagheria.it/wordpress

Hi,

The menu may be loaded after the plugin is activated by javascript. I’ll have to check how Elementor Pro loads the menu.

Can you send me a Dashboard login and FTP login to support@archtheme.com? I’ll take a look.

Regards

Perfect! Thank you so much!

Hi,

the plugin doesnt work on my site. I dont want to provide my url via comments. Please provide an email.

Hi,

You can reach me at support@archtheme.com

In most cases the plugin doesn’t work because no API key has been entered under Dashboard > Settings > Astero Weather. You can check if that’s the case first.

Regards

I installed the plugin and configured it as the indications, but I’m getting a N/A for location and just a black background with no Data.

Please help as I just purchased this item.

Hi,

Do you have a site where I can take a look?

Regards

Its fixed, the API key was not active yet, but its working now, thanks

Hello again, it starting to be pretty annoying :) Astero Weather Plugin and Hero Maps cannot be active both on this same site. Astero Weather works and Hero Maps doesn’t show. I checked it in troubleshooting mode and both shortcodes are printed. How can we fix it. Google API on Astero is switched off.

Hi,

Under Settings > Astero Weather fill in the Google Map API key, and check the setting below “Skip Load Google Map”, you should be able to activate Hero Maps now.

If the above doesn’t work for you, then please provide your website and I’ll take a look.

Regards

No, it doesn’t work, I sent you an email.

Hi there,

I just installed the plugin, but localization methods don’t work. Any of them. It prints layout, ask me to allow the geoloc and nothing else happens.

Edited: oh.. the settings part XD

Hi,

Did you add the Openweathermap API key under Settings > Astero Weather?

If you’ve added an API key already, please provide me your website so I can take a look.

Regards

Hi,

Please refund me for this item as I do not wish to wait for the upgrade. I need this today.

Thank you, Serge

Hi,

You can apply for a refund from your backend, or talk to Codecanyon support. I cannot provide a refund from my end.

The new version is submitted and should be available in a few hours by the way.

Regards

I feel a little frustrated. I got the Astero plugin installed. But the navigation in the html documentation that came in the zip file dose not work. I really need help setting up this plugin. Specifically, I can’t set it to a location.

Ok, thank you. I’m willing to wait! Will the update automatically appear when you have the new version?

Hi,

You’ll have to download the plugin from Codecanyon and reinstall it. All your old settings should be saved.

You’ll receive an email when the update is available!

Regards

Hi,

The update is ready (version 2.0.0). After installing the update, please set it up by going to Dashboard > Settings > Astero Weather and following the instructions there.

Thank you for your patience.

Regards

Hi, DarkSky doesn´t let people create new signups -as now they were bought by Apple. Is this plugin working with any other Weather service?

Hi,

Thank you for your inquiry.

I will be updating this plugin to work with Openweathermap. There will only be 5 days forecast in the new version.

Regards

Thanks, I assume the plugin will not work “as is” actualy, because of Dark Sky has closed it´s business for new users. Do you think new version with OWM will be available next week?

Hi,

Yes, unfortunately their switch was very sudden and new registration was closed without any warning.

I hope to push the new update in a week.

Hope this helps.

Regards

Hello, earlier this morning I sent over a support email to support@archtheme.com, can you please look into the issue that i’m experiencing? Wish your team stays safe. All the best, thank you.

Hi,

I received the email. Will get back to you after I look at it.

Regards

Hello,

I got an email from Dark Sky telling me they’ve been integrated into Apple. I have my API but it will only be valid until the end of 2021. How is it going to happen next? Moreover, it is no longer possible to get an API key now on the Dark Sky website.

Hi,

Thanks for the heads up. I will look into integrating another weather API. Mean while you can use it until 2021.

Regards

So far I’ve been able to get the plugin working. Everything but getting the search feature to change cities. I just get an NA. How do I check if my google API is working with the site? Also, a nice feature would be able to change font colors when using video.

DEMO PAGE https://thunderseed.com/thunder-seed-first-in-the-field-your-upper-midwest-and-canadian-corn-soybean-and-silage-dealer-home-page/

Google API Key AIzaSyAbfOzMigIw7TMrt6zoWzSZZUGz40ywsdU

Hi,

I see some console errors on your site.

“You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors.”

You can try the following to fix the problem:

Under Dashboard > Settings > Astero Weather, check “Skip Load Google Map” and save. You still need to have the Google API Key entered above. Please remember to clear cache and check again to see if it works.

You can change the font color already with “Video Background”. On your weather edit page, change the color on the “Font” settings. Screenshot: https://i.imgur.com/yawz6AH.png

Hope this helps.

Regards

How often are API calls made to the DarkSky API, are the request to the API only made when a wordpress page with a shortcode is loaded. The reason for my question, I would like to create 10,000 weather locations. I will create 10,000 WordPress pages each with a single weather location. If API calls are made automatically on a daily or hourly basis regardless of if page is loaded then this will get expensive too quickly. However, if API calls are only made when page is loaded then this will be much cheaper and manageable. In other words, lets say out of those 10,000 locations, only 100 consistently get visited and their pages are loaded, however the other 9,900 wordpress pages never get visited – then I do not want this plugin to make API requests to DarkSky for those other 9,900 pages with locations since there is no traffic to those pages. Thank you.

Hi,

The API calls are made only when a page with the weather display is loaded. It will then be cached for 1 hour on the visitor’s browser. So 2 visitors to the same page will trigger the API call 2 times.

To know how many API calls your site makes per day, you can estimate by the unique visitors to your pages that contain the weather display. Dark Sky provides 1000 free API calls per day.

Hope this helps.

Regards

Hello, I have a tourist site that covers different regions. I cover several localities and I would like to add the weather forecast for each locality. Does your plugin allow it?

Best regards

Steeve

Hi Steeve,

Yes, you can create multiple weather displays with this plugin.

You can then display those weather displays on your site with shortcode or widget. You can place multiple weather displays (with different locations) on the same page too if you like.

Regards

What email address do I use to send my login information? The support portal states “do not reply to this email.

Hi,

Please send it to support@archtheme.com

Regards

Hi! 11 month ago, I asked you for some customizations in https://turismelillet.cat/

I’ve just renewed my license for support.

Now, this site is a multilanguage site (in spanish…. and in english in the future).

Some of the customizations you did, now are not displayed well in spanish site (placed in footer)

CATALAN: https://turismelillet.cat/ SPANISH https://turismelillet.cat/?lang=es

Can you help me?

Thanks!

Hi,

Can you elaborate the problem on the Spanish site? Do you want some parts of it translated? What translation plugin are you using now?

Regards

Sorry, I’ve solved! I had to add a (font)color to the new created div. Thanks!

Username:support02

Password: P@$$w0rd

Hi,

Sorry, can’t login. It says password is incorrect.

It’s also better to send me an email as this is a public page and anyone can see the messages.

Regards

Cannot get my weather forecast to correctly display on Diamondheadnews.com (http://diamondheadnews.com/weather-2/)

Hi,

For some reason the javascript for the plugin does not seem to be properly loaded.

If you can send your Dashboard login to support@archtheme.com, I’ll try to debug it.

Regards

Did you receive my information for my site?

Hi,

No I haven’t received your email! It’s not in the spam folder either.

Regards

This is a follow up on my prior support request. No go. Still not working. It picks up my location ok, but not when I search on another location. See images of my Google console api pages and the results for bookitbbuddy.online/weather.

Also, I want to default the F/C on the search screen to F, not C. How do I change that?

Hi,

The console error is still showing the same error. Screenshot: https://i.imgur.com/hKuuXbJ.png

I find that sometimes it helps to regenerate the API key.

Please make sure that your site is allowed in the HTTP referrer for your Google Map API Key, or that there are no restrictions.

In the Google Console API Key dashboard, enter your site under “HTTP referrers (web sites)” in a similar format:

.bookitbuddy.online/ www.bookitbuddy.online/*

The settings can take a while (10 minutes or more) to activate.

There are currently no built in settings to change the default to F, you’ll have to edit the source file. Please do the following:

1. Edit the file /wp-content/plugins/astero/public/partials/astero-public-full-display.php

2. Around line 86 change the following from:

$select = '<select name="units"><option value="metric">' . __('°C', ASTERO_SLUG) . '</option><option value="imperial">' . __('°F', ASTERO_SLUG) . '</option></select>';

to

$select = '<select name="units"><option value="imperial">' . __('°F', ASTERO_SLUG) . '</option><option value="metric">' . __('°C', ASTERO_SLUG) . '</option></select>';

3. Save and clear cache.

Hope this helps.

Regards

I already did that and the API shows active. I have worked with Google developer console for a number of years, so I have some experience with it. I have regenerated the key, no success.

I am getting a message: Remember to configure the OAuth consent screen with information about your application.

There is nothing in your set up instructions that says to do this.

It seems that there is a block that is preventing the passthrough to the app

Hi,

Without access to your Google Dashboard I’ll have to take some guesses.

Here are some troubleshooting options I found on stackoverflow: https://stackoverflow.com/questions/32994634/this-api-project-is-not-authorized-to-use-this-api-please-ensure-that-this-api

Is it possible that you don’t have the following services enabled? Directions API, Geocoding API, Maps Javascript API.

Another answer also stated that he had those services enabled, but had to disable and re-enable it again for it to work.

If you truly cannot get it working, please email me at support@archtheme.com and I’ll provide some other solutions.

Regards

Hello, I have installed the plugin on my website: https://www.intelligentbynature.com/weather/

I accepted the geolocation pop up. However, when I try to search for somewhere else it just stays on the same location. Also when I select C or F it doesn’t change. Can you help with this?

Also is it possible to put the name of the location (Town, Country) for which it is showing the weather on the page?

Thanks.

Hi,

I’m seeing the following console error:

https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-error

Looks like the Google Map API key you entered in the settings is not activated.

All the problems you described should be saved if the above problem is fixed.

Regards

Thanks for that.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey