Hi,
Did you add any currencies on the plugin settings page?
Please provide screenshot of the plugin configuration and the page where you did add the shortcode.
Regards,
Dima
Plugin Author
RazyRx
(@razyrx)
Hello,
Checked your site and seems all works correct.
Please explain what exactly do not work.
Regards,
Oleg
Thread Starter
eching
(@eching)
hi @razyrx , it only works if I set the shortcode to Type=radio. but on Type=select, it doesn’t work. you can check the site again http://hellosabah.my/sabah-dee-khrap/
Here on the site I have set my shortcode to [br_currency_exchange title=”Choose your preferred currency” type=”select”]
hi @dholovnia, here’s the screenshots
plugin configuration screenshot: https://snipboard.io/rP1lQm.jpg
page screenshot on Type=”select”: https://snipboard.io/bn2j6r.jpg
-
This reply was modified 5 years, 4 months ago by
eching.
Plugin Author
RazyRx
(@razyrx)
Hello,
You have this CSS code that hide dropdown menu.
.widget {
overflow: hidden;
}
Please try to use this CSS code to display it
.widget.widget_berocket_ce_widget {
overflow: visible!important;
}
Regards,
Oleg
Thread Starter
eching
(@eching)
oh it works! thank you so much!! 😀