PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Price info gets cut off in mobile

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 please
If 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.

Hi,

I'm having some issues with the price info button.

  1. It gets cut off in mobile
  2. I would like to remove the"CUR:" in front
  3. I would like it to show the Lowest price for variation products instead of a range

Screenshot:

https://ibb.co/yd3TB2S

Hope to hear from you.

Thank you!

Hello

1.  Please  drop me  wp-admin access  I will check it

2. Try  in  file plugins\woocommerce-currency-switcher\classes\woocs_after_33.php  delete  codes - https://c2n.me/46maRwF.png + https://c2n.me/46maOUD.png  and  do test

3. Unfortunately, the plugin does not have such a feature. You need customization of the code

Hi,

Sorry for late reply.

I dropped access for my clone site..
Can you also help me check the other issue if possible? (Click on dropdown link but leads to homepage...)

Thank you!

Regards
Manhua

Hello Manhua

I added  CSS( https://c2n.me/46ogD4y.png ):

body div:hover.woocs_price_info ul {

left: auto;
}

Result: https://c2n.me/46ogHMf.png

Hello Pablo,

It works, thank you!

Can you still help me with this issue: clicking on dropdown of woocs widget leads to home page

https://imgur.com/a/PdlD357#5aDwZ4J

Regards
Manhua

 

Hello Manhua

I already investigated this problem.

Please contact support for the current theme. This is a problem with the logo.

Hi Pablo,

I will check with my theme support.

I have another question, how to make it to this:

https://imgur.com/a/6SwSWui

I tried below but don't work

.chosen-container-single .chosen-single {display:inline-block !important;}
div.chosen-container.chosen-container-single
{width:25% !important;}

Hello

Try  to  add :

body form.woocommerce-currency-switcher-form{

float: left;

}

 

result - https://c2n.me/46xvjSd.jpg

Hi Pablo

Thank you ^_^

Regards
Manhua

Hello Manhua

Welcome;)