The Currency Exchange doesn't work

Posted in: Newspaper
Post count: 25

The Currency Exchange doesn’t work.

I got the Api Key from the Fixer’s website (https://fixer.io/) as explained on your website (https://forum.tagdiv.com/exchange-widget/).

If you click GET FREE API KEY (or SIGN UP FREE) on the Fixer site, you will be directed to the API LAYER (https://apilayer.com/) site, where you can obtain the API KEY.

But, for example, as described in the website below, you cannot log in to the Fixer’s own site.
https://wptravel.io/how-to-get-fixer-api-access-key/

I don’t know if that’s the cause, but it seems that the exchange element doesn’t work with API obtained from the API LAYER (https://apilayer.com/).

Could you please tell me how to display the Exchange Element correctly?

Thanks in advance for your help.

Amie

  • This topic was modified 3 years by Amie.
Post count: 27744

Hello,

Please try to generate a new API and see if the problem continues.

Thank you!

Post count: 25

Hello Anamaria,
Thank you for your reply!

I’ve tried to sign up with different email-addresses and to generate a API several times, but still the same result, it doesn’t work…

It would be nice if you could figure out how to solve it..

Thank you again.

Amie

Post count: 27744

Hello Amie,

Please try to use this one f6ba83856ad33394048c30b4887f42f5

Thank you!

Post count: 25

Hello Anamaria,

Thank you for your patient help!

Unfortunately it doesn’t work with your API either.。
Hmm..

Thank you again, if you habe any idea you could help me..

Amie

Post count: 27744

Hi,

Please contact us via email at contact@tagdiv.com and provide the following:
–wp-admin URL and credentials
– a link to this topic to identify you
Also, during the update, know that we will disable the other non-tagDiv plugins.

Thank you!

Post count: 25

Hello Anamaria,

Thank you again for your patient support!
I will do as you instructed me.

Amie

Post count: 22

Hello Guys

I have the exactly same situation here with the Exchange widget. Is there some resolution for this case? I am running my wp instance with newspaper 12 theme on my localhost.

Post count: 27744

Hello @newspulpaper,

Please make sure that the currency API works; if not, then please generate a new one.

Thank you!

Post count: 12

Hello,
I have identical issue, with the exchange widget i put my API key and didn’t work.
I test a manual call with my API Key and works great.

Exchange Widget

Post count: 22

Hi @Anamaria

As the post by the user @Luzi, i have the same scenario, the API Key doesn’t work on the newspaper theme, but work perfectly on the Live Demo from Fixer API ( https://apilayer.com/marketplace/fixer-api?live_demo=show )

Thanks

David

Post count: 27744

Hello,

Please make sufre the api is for Exchange, you can try this api dQQQWtKBMg7Et29zeLPMeH8g1Fh5aOC0

Thank you!

Post count: 22

Hi @Anamaria,

Unfortunately the problem stills as the below print shows 🙁

Exchange's APIKey Error

Post count: 12

Hello @anamaria,
Same issue with your API KEY =(
Exvhange issue

Post count: 27744

Hi,

Please try this one 00b51dd8f92f0e3df55ad6bcf522c3f7

Thank you!

Post count: 22

Hi @Anamaria,

With the last apikey the Exchange widget is working like a charm. What Do I need to do for it works with my API Key?

Tks

David

Post count: 27744

Hi David,

Honestly, I don’t know what the problem is, because we also have more keys, and not all of them work, even if the steps are the same.

Thank you!

Post count: 12

Works with this one !

Post count: 25

Hello there!

Same for me, unfortunately it’s still not working with my API key..

I am still using the API Key that the tagDiv sent me.

For your reference…

Amie
(https://blog.sumemiya.net/)

Post count: 27744

Hello,

Please go to this path td-composer/legacy/common/wp_booster/td_exchange.php and add this code -> https://i.imgur.com/4anEAqj.png // try using the new API
if ( $api_response['success'] === false ) {
$api_url = 'https://api.apilayer.com/exchangerates_data/latest?apikey=' . $exchange_data['api_key'];
$json_api_response = td_remote_http::get_page($api_url, __CLASS__);
$api_response = @json_decode($json_api_response, true);
}

Hope this help you!

Thank you!

Post count: 25

Hello Anamaria!

Thank you for your help again!

Before adding the code you sent me,
I tried it again with my own API Key (which didn’t work before) and strangely enough, it works today!

I don’t know why, but for those of you who have the same problem, maybe it will work after a few days…??

Thank you for your kind advice as always!

Amie

Viewing 21 posts - 1 through 21 (of 21 total)
The forum ‘Newspaper’ is closed to new topics and replies.