is there a way to get the progress bars to display info in more specific increments, not just groups of 5?
Hey!
Yes wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesprogressbar.php – in replace:
"subtype" => AviaHtmlHelper::number_array(0,100,5)
with
"subtype" => AviaHtmlHelper::number_array(0,100,1)
We’ll change this in the next version.
Best regards,
Peter
awesome! thank you for answering!