Thread Starter
josba
(@josba)
RESOLVED!
HI everybody,
we got it: in row 4089 in assets/js/fields.js
return Number((value).toFixed(2));
If you change 2 to 3, the slider doesn’t round after 2 digits anymore.
Jo
-
This reply was modified 9 years, 7 months ago by josba.
Thread Starter
josba
(@josba)
Hi,
we’ve set that value before.
+++++
<?php
@ini_set(“memory_limit”,’512M’);
define(‘WP_MEMORY_LIMIT’, ‘512M’);
+++++
So unfortunately that doesn’t solve our problem.
Do you have any idea?
Thanks in advance.
Cheers.