Conversation
supportI 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.
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.