About the switcher in a Product page
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 Swort on September 3, 2020, 16:37The video haven't tell me how to change the style.
only show the WP supercache
The video haven't tell me how to change the style.
only show the WP supercache
Quote from Swort on September 3, 2020, 16:47I just want the upper comer is the no style drop down. and the product page is ddslick drop down.
how to separate
I just want the upper comer is the no style drop down. and the product page is ddslick drop down.
how to separate

Quote from Pablo Borysenco on September 4, 2020, 10:49Hello
Unfortunately the plugin does not have this feature.
You need code customization.
Read this please - https://currency-switcher.com/hook/woocs_drop_down_view/
Hello
Unfortunately the plugin does not have this feature.
You need code customization.
Read this please - https://currency-switcher.com/hook/woocs_drop_down_view/
Quote from Swort on September 4, 2020, 21:44
I already check my header.php
I can't edit the style.
I already check my header.php
I can't edit the style.

Quote from admin on September 7, 2020, 12:47Hello
Just looked the page: https://mygameshack.com/product/guardiantalesever/ - on the single page looks good, but what about header top you can not use another skin for drop-down on the same page, but it is resolvable by new attribute 'style', try please on header shortcode[woocs style=3], see how it looks on the demo https://demo.currency-switcher.com/
p.s. The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Hello
Just looked the page: https://mygameshack.com/product/guardiantalesever/ - on the single page looks good, but what about header top you can not use another skin for drop-down on the same page, but it is resolvable by new attribute 'style', try please on header shortcode[woocs style=3], see how it looks on the demo https://demo.currency-switcher.com/
p.s. The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Swort on September 8, 2020, 02:45Thank you for your help, but I'm still doesn't know how to change the style in the header
Thank you for your help, but I'm still doesn't know how to change the style in the header

Quote from Swort on September 8, 2020, 10:08I figure out how to fix it.
But i need a short code about this style. I tried ddslik, ddslick. It doesn't work
I figure out how to fix it.
But i need a short code about this style. I tried ddslik, ddslick. It doesn't work

Quote from admin on September 8, 2020, 11:44Hello
It doesn work because chat is on the top and overlay drop down, I removed chat iframe in chrome console and it works fine
If you want make swither more narrow you can try next CSS:
.topbar-right>div.woocommerce-currency-switcher-form .dd-container{
line-height: 10px;
}Use it in your theme file: style.css
Hello
It doesn work because chat is on the top and overlay drop down, I removed chat iframe in chrome console and it works fine


If you want make swither more narrow you can try next CSS:
.topbar-right>div.woocommerce-currency-switcher-form .dd-container{
line-height: 10px;
}
Use it in your theme file: style.css

Quote from Swort on September 8, 2020, 11:51I mean what is the short code I mentioned before
ddsilk
I mean what is the short code I mentioned before
ddsilk
Quote from admin on September 9, 2020, 14:47Hello
Sorry, I not undertood you, ddslik is the drop-down skin - so if you activated on the settings https://c2n.me/491zgKJ.png it will be global for all site pages.
https://currency-switcher.com/shortcode/woocs/ - shortcode [woocs] has attribute 'style' and there only 3 independent skins, only them can be applied
Hello
Sorry, I not undertood you, ddslik is the drop-down skin - so if you activated on the settings https://c2n.me/491zgKJ.png it will be global for all site pages.
https://currency-switcher.com/shortcode/woocs/ - shortcode [woocs] has attribute 'style' and there only 3 independent skins, only them can be applied
Quote from Swort on September 10, 2020, 07:21What can I do my header, I tried to use style=1 . but still crash
What can I do my header, I tried to use style=1 . but still crash

Quote from admin on September 10, 2020, 12:32Hello
Looks like we have misunderstanding, I just teste work of WOOCS on your site - https://drive.google.com/file/d/1NMB4MzKECXK3drQwP8Fv0eQJSUHXlBNF/view?usp=sharing - so what exactly you mean?
p.s. chat chould be moved to another place, it will be confusig customers
Hello
Looks like we have misunderstanding, I just teste work of WOOCS on your site - https://drive.google.com/file/d/1NMB4MzKECXK3drQwP8Fv0eQJSUHXlBNF/view?usp=sharing - so what exactly you mean?
p.s. chat chould be moved to another place, it will be confusig customers
Quote from Swort on September 12, 2020, 16:59But I look fine in my notebook. And the most important things is the switcher disappear.
But I look fine in my notebook. And the most important things is the switcher disappear.

Quote from Pablo Borysenco on September 14, 2020, 11:24Hello
Please try to add CSS
.tbay-currency .woocs-style-1-dropdown{
z-index: 99999;
}
Result: https://c2n.me/494wPNx.png
Hello
Please try to add CSS
.tbay-currency .woocs-style-1-dropdown{
z-index: 99999;
}
Result: https://c2n.me/494wPNx.png
Quote from Swort on September 14, 2020, 11:26the flap can move to the left? and remove the $?
the flap can move to the left? and remove the $?
Quote from Pablo Borysenco on September 15, 2020, 11:11Hello
CSS
.tbay-currency{
width: 110px;
}
result: https://c2n.me/495nZYk.png
Hello
CSS
.tbay-currency{
width: 110px;
}
result: https://c2n.me/495nZYk.png
Quote from Swort on September 15, 2020, 11:15I already type in
but still no changes.
I already type in
but still no changes.
Quote from Pablo Borysenco on September 15, 2020, 12:08my video - https://c2n.me/495sdNh
my video - https://c2n.me/495sdNh
Quote from Swort on September 25, 2020, 07:54why my product page being like that in PC when I using ddslick drop-down?
But it's alright at mobile version.
why my product page being like that in PC when I using ddslick drop-down?
But it's alright at mobile version.
