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

I am testing Woocs

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 there,

I am testing the free version of woocs, but I am facing the loading of price on every page reload.

I want to purchase the pro version but if it is going to take this much time to show the price, then it is not good.
It will keep loading https://prnt.sc/c-Xw3PdCrvgn
other thing is when I select another variant, the font size of price changes.

Please check https://www.youtube.com/watch?v=ehfc0pZDBxc&feature=youtu.be . it will show the loading screen and the font changing

Hello

Ok!  Please disable this option - https://share.pluginus.net/image/i20220601084815.png

I have disabled the option. I do not see the loading now, but sometime on homepage, products have the default currency, it changes after a second when page fully loads.

The font still get small when we select another variant.

yes, that's because your prices are cashed. And the plugin checks this(current  currency) only after the page is fully loaded

What is the solution for this? The font size becomes very small and doesn't look good

Hello

Please  add  CSS

.woocs_price_code .woocs_price_code{

font-size: 1.5em;
margin: 0.5em 0;
font-weight: bolder;

}

Hello

I added this css in

Go to WP dashboard and click on “Appearance”, then click on “Customize”

Additional css

But the result is same.

Can you check?

Thanks

Hello

Please  try  this  code:

.product-info .woocs_price_code{

font-size: 1.5em;
margin: 0.5em 0;
font-weight: bolder;

}

Hi,

It does make a change in font size, but when I select a variant, the font size of the price still changes and becomes small. It happened only after I installed woocs.

I have added the staging site admin credentials. Please test yourself if it helps.

 

Hello

Where did you add this code? I don't see this CSS on your site