WC Currency Rates widget in sidebar
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from tremblayly on September 9, 2020, 02:52Hi
I added the currency rates widget to a right sidebar and made CSS adjustments to display the flags in two columns. I work fine on the right sidebar (screenshot):
On the single product page, where the left sidebar is used, the flags don't display the same way, they take two lines. See screenshot:
How can I fix that? I would have thought they would display exactly the same.
I have added in the private area, access to view these pages because the website is not yet launched.
Thanks
Lyse
Hi
I added the currency rates widget to a right sidebar and made CSS adjustments to display the flags in two columns. I work fine on the right sidebar (screenshot): 
On the single product page, where the left sidebar is used, the flags don't display the same way, they take two lines. See screenshot:

How can I fix that? I would have thought they would display exactly the same.
I have added in the private area, access to view these pages because the website is not yet launched.
Thanks
Lyse
Quote from admin on September 9, 2020, 14:52Hello Lyse
Install please latest version of the plugin from codecanyon, rates now has new skin: https://demo.currency-switcher.com/shortcode-woocs_rates/
Do not forget to reset site cache
Hello Lyse
Install please latest version of the plugin from codecanyon, rates now has new skin: https://demo.currency-switcher.com/shortcode-woocs_rates/
Do not forget to reset site cache
Quote from tremblayly on September 9, 2020, 21:03Hi
You din't quite answer my question.
How do I update without loosing my configuration? Via FTP?
Thanks
Lyse
Hi
You din't quite answer my question.
How do I update without loosing my configuration? Via FTP?
Thanks
Lyse
Quote from tremblayly on September 9, 2020, 21:38Hi again,
I uploaded the new version of the plugin via FTP.
The new version still displays too big and why have the first field if all currencies are displayed?
How can have rates display in 2-cols like I did before. More compact because I have very long filtering widgets to show.
I await your suggestion.
Thanks
Lyse
Hi again,
I uploaded the new version of the plugin via FTP.
The new version still displays too big and why have the first field if all currencies are displayed?
How can have rates display in 2-cols like I did before. More compact because I have very long filtering widgets to show.
I await your suggestion.
Thanks
Lyse
Quote from tremblayly on September 9, 2020, 22:24Hi again,
I decided to adjust the padding of the table heading and table data (but I still prefer the 2-col as it was more compact).
Those types of change are pretty important because I had done some CSS customization on the existing display widget. Giving us two ways to display could be offered for those who put in customization already and wish to keep it.
Thank you for your understanding.
Lyse
Hi again,
I decided to adjust the padding of the table heading and table data (but I still prefer the 2-col as it was more compact).
Those types of change are pretty important because I had done some CSS customization on the existing display widget. Giving us two ways to display could be offered for those who put in customization already and wish to keep it.
Thank you for your understanding.
Lyse
Quote from admin on September 10, 2020, 11:48Hello Lyse
No matter how update, settings will be kept, sure FTP is the best way
Ok, you can stay on previous version, but if you will decide to use tables which is more compact you can apply CSS code like:
- use text widget
- drop there shortcode https://currency-switcher.com/shortcode/exchange-rates/
- wrap this shortcode by <div style="max-height: 200px; overflow: auto;"></div> - in this case if block will be more than 200px scroll bar in this block will appear
What about now, on the images from theme CSS influence instaruction display: block, you can ovveride it by next CSS code:
img.woocs_currency_rate_flag{ display: inline-block !important; }
Hello Lyse
No matter how update, settings will be kept, sure FTP is the best way
Ok, you can stay on previous version, but if you will decide to use tables which is more compact you can apply CSS code like:
- use text widget
- drop there shortcode https://currency-switcher.com/shortcode/exchange-rates/
- wrap this shortcode by <div style="max-height: 200px; overflow: auto;"></div> - in this case if block will be more than 200px scroll bar in this block will appear
What about now, on the images from theme CSS influence instaruction display: block, you can ovveride it by next CSS code:
img.woocs_currency_rate_flag{
display: inline-block !important;
}
Quote from tremblayly on September 10, 2020, 16:04Hi
I always prefer to have the latest version of the plugins. I have made some table (th,td) adjustments decreasing the padding and that is better than using the DIV option.
Thank you so much for the suggestions.
You can now close this ticket.
Lyse
Hi
I always prefer to have the latest version of the plugins. I have made some table (th,td) adjustments decreasing the padding and that is better than using the DIV option.
Thank you so much for the suggestions.
You can now close this ticket.
Lyse
Quote from admin on September 11, 2020, 14:09Hello Lyse
Welcome :)
Hello Lyse
Welcome :)