WPIntell

Source evidence

Shortcode Error

Exchange Rates · support · 2023-03-13T06:08:00+00:00

questionsentiment
mediumseverity
0.66relevance
3replies
Evidence onlycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 1 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Hardik Raval resolved
I make this shortcode [exchange-rates_badge color=”#ffffff” amount=”1″ base_currency=”USD” flag_type=”none” decimals=”4″ code=”on” id=”1677580218″ currency_list=”CLP”] error is showing like this: Error: Check parameters of widget or shortcode. Probably you changed the source of currency rates, where there was not the desired currency that you selected before. Comment: How can I add the CLP (Central Bank of Chile) and fix this error, I hope you understand my problem. Thanks for your observation. We started to find out the problem, we will write about the fix in the next message. The problem is that you are using the wrong quotes in your code. Example : Bad code : [exchange-rates_badge color=”#ffffff” amount=”1″ base_currency=”USD” flag_type=”none” decimals=”4″ code=”on” id=”1677580218″ currency_list=”CLP”] You are use: –> ” or ″ is wrong. Please: to use –> " Good code : [exchange-rates_badge color="#ffffff" amount="1" base_currency="USD" flag_type="none" decimals="4" code="on" id="1677580218" currency_list="CLP"] Note : This happens because you copy the code and paste it into the visual editor. Demo: https://yuri.ws/2023/03/13/73/ Close.

Comments

3 shown
falselight 2023-03-13T20:59:00+00:00

Thanks for your observation. We started to find out the problem, we will write about the fix in the next message.

falselight 2023-03-13T21:10:00+00:00

The problem is that you are using the wrong quotes in your code. Example : Bad code : [exchange-rates_badge color=”#ffffff” amount=”1″ base_currency=”USD” flag_type=”none” decimals=”4″ code=”on” id=”1677580218″ currency_list=”CLP”] You are use: –> ” or ″ is wrong. Please: to use –> " Good code : [exchange-rates_badge color="#ffffff" amount="1" base_currency="USD" flag_type="none" decimals="4" code="on" id="1677580218" currency_list="CLP"] Note : This happens because you copy the code and paste it into the visual editor. Demo: https://yuri.ws/2023/03/13/73/

falselight 2023-03-19T21:54:00+00:00

Close.