2 issues for the currency code, the edges of the currency dropdown
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 otcloud on May 23, 2022, 05:56Hello,
1 The currency code can appear twice for the variable products on the price info list.
https://www.aotream.com/mtestr2/shop/sleeve-linen-blend-caro-pane-shirt/2 The edges of the currency dropdown that be touched by the borders on the menu with Edge browser in a mobile device, the edges need more spacing.
https://i.ibb.co/T01gSR3/WOOCW-Mobile-Edge-Menu-Currency-dropdown-Edges-be-touched.jpgThank you.
Hello,
1 The currency code can appear twice for the variable products on the price info list.
https://www.aotream.com/mtestr2/shop/sleeve-linen-blend-caro-pane-shirt/
2 The edges of the currency dropdown that be touched by the borders on the menu with Edge browser in a mobile device, the edges need more spacing.
https://i.ibb.co/T01gSR3/WOOCW-Mobile-Edge-Menu-Currency-dropdown-Edges-be-touched.jpg
Thank you.
Quote from Pablo Borysenco on May 23, 2022, 11:33Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
1 - Unfortunately I don't see this error. What should I do?
2 - Problem with these custom styles - https://share.pluginus.net/video/v20220523093350.mp4
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
1 - Unfortunately I don't see this error. What should I do?
2 - Problem with these custom styles - https://share.pluginus.net/video/v20220523093350.mp4
Quote from otcloud on May 24, 2022, 16:59Hello,
1. https://www.aotream.com/mtestr2/shop/sleeve-linen-blend-caro-pane-shirt/
https://i.ibb.co/BNHfCNX/WOOCS-Variable-products-Price-Info-Currency-code-Twice.jpg
2. We’ll try to test it.
Thank you.
Hello,
1. https://www.aotream.com/mtestr2/shop/sleeve-linen-blend-caro-pane-shirt/
https://i.ibb.co/BNHfCNX/WOOCS-Variable-products-Price-Info-Currency-code-Twice.jpg
2. We’ll try to test it.
Thank you.
Quote from Pablo Borysenco on May 25, 2022, 09:58Hello
- Ok! Because you customized the price template. You can hide it:
.woocs_price_info ul li b{
display: none;
}
Hello
- Ok! Because you customized the price template. You can hide it:
.woocs_price_info ul li b{
display: none;
}
Quote from otcloud on May 25, 2022, 12:03Hello,
The code is working fine. : )
Thank you so much !
Hello,
The code is working fine. : )
Thank you so much !
Quote from otcloud on May 28, 2022, 11:30Hello,
2. Q1> The edges of the currency dropdown that be touched by the borders on the menu with Edge browser in a mobile device, the edges need more spacing.
----
A1> - Problem with these custom styles –
https://share.pluginus.net/video/v20220523093350.mp4
----
Q3> We have added the code, it still doesn’t work.
element.style {
position: none;
box-sizing: none;
top: none;
margin-top: none;
margin-right: none;
}
https://www.aotream.com/mtestr2/
Thank you.
Hello,
2. Q1> The edges of the currency dropdown that be touched by the borders on the menu with Edge browser in a mobile device, the edges need more spacing.
----
A1> - Problem with these custom styles –
[video src="https://share.pluginus.net/video/v20220523093350.mp4" /]
----
Q3> We have added the code, it still doesn’t work.
element.style {
position: none;
box-sizing: none;
top: none;
margin-top: none;
margin-right: none;
}
https://www.aotream.com/mtestr2/
Thank you.
Quote from Pablo Borysenco on May 30, 2022, 10:20Hello
This CSS is absolutely wrong. If you have no experience in programming, you should hire a developer
.menu-item-object-gs_sim.menu-item-10754>div{
position: unset !important;
top: inherit !important;
margin-top: inherit !important;
margin-right: inherit !important;
}
Hello
This CSS is absolutely wrong. If you have no experience in programming, you should hire a developer
.menu-item-object-gs_sim.menu-item-10754>div{
position: unset !important;
top: inherit !important;
margin-top: inherit !important;
margin-right: inherit !important;
}
Quote from otcloud on May 30, 2022, 14:44Hello,
2 Q4> The CSS code is working, but it can cause currency dropdown that is not aligned in a desktop computer.
https://www.aotream.com/mtestr2/
https://i.ibb.co/wpGC6hq/WOOCS-CSS-Can-cause-desktop-computer-Currency-dropdown-Not-aligned.jpg
Thank you.
Hello,
2 Q4> The CSS code is working, but it can cause currency dropdown that is not aligned in a desktop computer.
https://www.aotream.com/mtestr2/
https://i.ibb.co/wpGC6hq/WOOCS-CSS-Can-cause-desktop-computer-Currency-dropdown-Not-aligned.jpg
Thank you.
Quote from Pablo Borysenco on May 31, 2022, 09:41Hello
Try this code:
.mobile-version
.menu-item-object-gs_sim.menu-item-10754>div{
position: unset !important;
top: inherit !important;
margin-top: inherit !important;
margin-right: inherit !important;
}
Hello
Try this code:
.mobile-version
.menu-item-object-gs_sim.menu-item-10754>div{
position: unset !important;
top: inherit !important;
margin-top: inherit !important;
margin-right: inherit !important;
}
Quote from otcloud on May 31, 2022, 13:38Hello,
2. Q5> The new CSS code is working fine.
Thank you very much ! : )
Hello,
2. Q5> The new CSS code is working fine.
Thank you very much ! : )