Quote from Alex Dev on April 17, 2026, 00:00
Hello Nadir
Thank you for your question.
FOX does not have a dedicated floating widget option, but you can achieve the same visual result using the plugin's shortcode combined with a small CSS snippet.
First, place the currency switcher on your page using the shortcode [woocs] or [woocs_selector]. You can add this to your theme's header, footer widget area, or any custom HTML block depending on your theme.
To make it appear as a floating element fixed on the screen, add the following custom CSS to your theme (Appearance > Customize > Additional CSS):
.woocs_container { position: fixed; bottom: 20px; right: 20px; z-index: 9999; background: #fff; padding: 8px 12px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
This will pin the currency switcher to the bottom right corner of the screen on all pages, similar to the style you referenced.
You can adjust the bottom, right, background, and padding values to match your site design.
If you need help matching the exact style of your site, please share a screenshot of how you would like it to look and we will help you adjust the CSS accordingly.
Also read please: https://currency-switcher.com/how-to-place-currency-switcher-on-the-site-bottom/
For further support place please actual purchase code of the plugin into the private area of this ticket:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png
Hello Nadir
Thank you for your question.
FOX does not have a dedicated floating widget option, but you can achieve the same visual result using the plugin's shortcode combined with a small CSS snippet.
First, place the currency switcher on your page using the shortcode [woocs] or [woocs_selector]. You can add this to your theme's header, footer widget area, or any custom HTML block depending on your theme.
To make it appear as a floating element fixed on the screen, add the following custom CSS to your theme (Appearance > Customize > Additional CSS):
.woocs_container { position: fixed; bottom: 20px; right: 20px; z-index: 9999; background: #fff; padding: 8px 12px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
This will pin the currency switcher to the bottom right corner of the screen on all pages, similar to the style you referenced.
You can adjust the bottom, right, background, and padding values to match your site design.
If you need help matching the exact style of your site, please share a screenshot of how you would like it to look and we will help you adjust the CSS accordingly.
Also read please: https://currency-switcher.com/how-to-place-currency-switcher-on-the-site-bottom/
For further support place please actual purchase code of the plugin into the private area of this ticket:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png