Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22652

    is there a way to get the progress bars to display info in more specific increments, not just groups of 5?

    #116648

    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

    #116649

    awesome! thank you for answering!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘progress bars’ is closed to new replies.