• Is it possible to make a progress bar, that don’t uses dollars? Can I somehow use a different currency symbol?

    I tried progress=CHF50/CHF100 or progress=CHF 50/CHF 100 but unfortunately that does not work.

Viewing 1 replies (of 1 total)
  • Plugin Author Chris Reynolds

    (@jazzs3quence)

    The plugin supports $ symbols because it knows to strip those out when doing the calculations for displaying the percentage. To use any other currency, you’ll want to use the custom text parameter. In your case:

    [wppb progress=50 text="CHF50/CHF100"]

    This would display a 50% progress bar with the text “CHF50/CHF100” in the bar. You can also use currency symbols as applicable e.g.

    [wppb progres=50 text="€50/€100"]
Viewing 1 replies (of 1 total)
  • The topic ‘Different currency symbol’ is closed to new replies.