Title: Multiple bars in Widgit
Last modified: August 21, 2016

---

# Multiple bars in Widgit

 *  Resolved [ravenoak](https://wordpress.org/support/users/ravenoak/)
 * (@ravenoak)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/multiple-bars-in-widgit/)
 * 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, [http://www.ravenoak.net](http://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://wordpress.org/plugins/progress-bar/](https://wordpress.org/plugins/progress-bar/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [ravenoak](https://wordpress.org/support/users/ravenoak/)
 * (@ravenoak)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/multiple-bars-in-widgit/#post-4728010)
 * 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 [Chris Reynolds](https://wordpress.org/support/users/jazzs3quence/)
 * (@jazzs3quence)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/multiple-bars-in-widgit/#post-4728056)
 * 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).
    [http://wordpress.org/plugins/progress-bar/faq/](http://wordpress.org/plugins/progress-bar/faq/)
 *  [Lorra](https://wordpress.org/support/users/lorra/)
 * (@lorra)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/multiple-bars-in-widgit/#post-4728283)
 * 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 [Chris Reynolds](https://wordpress.org/support/users/jazzs3quence/)
 * (@jazzs3quence)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/multiple-bars-in-widgit/#post-4728284)
 * 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.
 *  [Maialenet88](https://wordpress.org/support/users/maialenet88/)
 * (@maialenet88)
 * [12 years ago](https://wordpress.org/support/topic/multiple-bars-in-widgit/#post-4728303)
 * 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 [Chris Reynolds](https://wordpress.org/support/users/jazzs3quence/)
 * (@jazzs3quence)
 * [12 years ago](https://wordpress.org/support/topic/multiple-bars-in-widgit/#post-4728304)
 * [@maialenet88](https://wordpress.org/support/users/maialenet88/) As per the [forum guidelines](http://codex.wordpress.org/Using_the_Support_Forums#Getting_Your_Questions_Answered_on_the_Forum),
   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.

 * ![](https://ps.w.org/progress-bar/assets/icon-256x256.png?rev=2909774)
 * [Progress Bar](https://wordpress.org/plugins/progress-bar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/progress-bar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/progress-bar/)
 * [Active Topics](https://wordpress.org/support/plugin/progress-bar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/progress-bar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/progress-bar/reviews/)

## Tags

 * [widgit](https://wordpress.org/support/topic-tag/widgit/)

 * 6 replies
 * 4 participants
 * Last reply from: [Chris Reynolds](https://wordpress.org/support/users/jazzs3quence/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/multiple-bars-in-widgit/#post-4728304)
 * Status: resolved