I found a way to fix it, in the default.php file, on line 23 ($child_output .= ‘<div class=”lsow-number odometer” data-stop=”‘ . intval($odometer[‘stop_value’]) . ‘”>’;) take out the intval and parencesis and it works.
I don’t know if that breaks anything elsewhere, but it worked for me.
Greetings