
ssidjain4@gmail.com(@ssidjain4-gmail-com)
7 Posts
Customers
Quote from ssidjain4@gmail.com on May 31, 2022, 18:14
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 1, 2022, 10:48
Hello
Ok! Please disable this option - https://share.pluginus.net/image/i20220601084815.png
Hello
Ok! Please disable this option - https://share.pluginus.net/image/i20220601084815.png

ssidjain4@gmail.com(@ssidjain4-gmail-com)
7 PostsTopic Author
Customers
Quote from ssidjain4@gmail.com on June 1, 2022, 10:54
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.
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.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 1, 2022, 12:30
yes, that's because your prices are cashed. And the plugin checks this(current currency) only after the page is fully loaded
yes, that's because your prices are cashed. And the plugin checks this(current currency) only after the page is fully loaded

ssidjain4@gmail.com(@ssidjain4-gmail-com)
7 PostsTopic Author
Customers
Quote from ssidjain4@gmail.com on June 1, 2022, 14:17
What is the solution for this? The font size becomes very small and doesn't look good
What is the solution for this? The font size becomes very small and doesn't look good

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 2, 2022, 09:39
Hello
Please add CSS
.woocs_price_code .woocs_price_code{
font-size: 1.5em;
margin: 0.5em 0;
font-weight: bolder;
}
Hello
Please add CSS
.woocs_price_code .woocs_price_code{
font-size: 1.5em;
margin: 0.5em 0;
font-weight: bolder;
}

ssidjain4@gmail.com(@ssidjain4-gmail-com)
7 PostsTopic Author
Customers
Quote from ssidjain4@gmail.com on June 3, 2022, 08:14
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 3, 2022, 11:44
Hello
Please try this code:
.product-info .woocs_price_code{
font-size: 1.5em;
margin: 0.5em 0;
font-weight: bolder;
}
Hello
Please try this code:
.product-info .woocs_price_code{
font-size: 1.5em;
margin: 0.5em 0;
font-weight: bolder;
}

ssidjain4@gmail.com(@ssidjain4-gmail-com)
7 PostsTopic Author
Customers
Quote from ssidjain4@gmail.com on June 3, 2022, 20:42
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.
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.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 6, 2022, 10:40
Hello
Where did you add this code? I don't see this CSS on your site
Hello
Where did you add this code? I don't see this CSS on your site