• Resolved ravenoak

    (@ravenoak)


    I know you can use the shortcode to post multiple progress bars in a page/post, but what if I want multiple bars in a widgit?
    I don’t want to drag the widgit over multiple times because then I’ll end up with the Widgit title and spacing multiple times.

    If you go to my page, https://www.ravenoak.net, you can see the bar in the right hand side widgit. Basically, I want the Progress! title and then under that, multiple progress bars.

    Is that possible?

    https://www.ads-software.com/plugins/progress-bar/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ravenoak

    (@ravenoak)

    Aha! When I tried it anyway, it did exactly what I wanted. Nevermind! Thank you for an awesome plugin.

    I do have another question, is there anyway to change the shape of the bar to square (vs. rounded) and make the bar (including the candystriped) thinner? I went into the CSS and changed the width, but it only changed the grey background width. The text was too large and the candystripes remained their original size.

    Plugin Author jazzs3quence

    (@jazzs3quence)

    Hi! Glad you got it figured out!

    I have some example CSS on the FAQ page — it’s geared specifically toward changing the color but it should give you an idea of what you might need to be affecting to change the shape of the bar. Basically you’d want to do both divs, the background one and the foreground (the one that’s the actual progress).
    https://www.ads-software.com/plugins/progress-bar/faq/

    Hi ,

    I would like to hide the progress bar , I do not want my website to show the progress until maybe sometime next year .how would i do this

    Plugin Author jazzs3quence

    (@jazzs3quence)

    Hi Lorra —

    Not sure I understand your question. All you need to not display the progress bar is either not use the shortcode or not use the widget.

    Please create a new post when posting to the support forums as your question is not related to multiple progress bars in a widget.

    Hello!

    Thank you very much for your plugin!

    would it be possible to relate this progress bars with BadgeOS or something similar where the bar is related to the users and the points that they have?

    Plugin Author jazzs3quence

    (@jazzs3quence)

    @maialenet88 As per the forum guidelines, please create a separate post for new questions. This issue has been resolved for a month.

    To answer your question, it’s absolutely possible, but you’d need to do it in the code. You would need to load the progress percentage or the from/to values into variables that you could then pass on to the shortcode like this:

    <?php
    echo do_shortcode( "[wppb progress=$value_a/$value_b]" );
    ?>
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Multiple bars in Widgit’ is closed to new replies.