Title: [Plugin: Our Progress] Incomplete?
Last modified: August 19, 2016

---

# [Plugin: Our Progress] Incomplete?

 *  [jossi](https://wordpress.org/support/users/jossi/)
 * (@jossi)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-our-progress-incomplete/)
 * The plugin download is missing the css and the images used by the plugin….
 * [http://wordpress.org/extend/plugins/fundraising-thermometer-plugin-for-wordpress/](http://wordpress.org/extend/plugins/fundraising-thermometer-plugin-for-wordpress/)

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

 *  [Bernard Bos](https://wordpress.org/support/users/bossy/)
 * (@bossy)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-our-progress-incomplete/#post-970758)
 * It’s not missing, the plugin file searches in the wrong map. Just change these
   lines:
 * `$path = "../wp-content/plugins/ourprogress/images/"; (line 93)`
 * with
 * `$path = "../wp-content/plugins/fundraising-thermometer-plugin-for-wordpress/
   images/";`
 * and
 * `echo '<link type="text/css" rel="stylesheet" href="'. get_bloginfo('wpurl').'/
   wp-content/plugins/ourprogress/images/'.$theme.'/style.css" />' . "\n"; (line
   169`
 * with
 * `echo '<link type="text/css" rel="stylesheet" href="'. get_bloginfo('wpurl').'/
   wp-content/plugins/fundraising-thermometer-plugin-for-wordpress/images/'.$theme.'/
   style.css" />' . "\n";`
 * That will do the trick.
 *  [christopherross](https://wordpress.org/support/users/christopherross/)
 * (@christopherross)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-our-progress-incomplete/#post-970800)
 * Hi guys, sorry about that. It was completely my fault, I had uploaded the repair
   to WP a month ago but hadn’t updated the SVN properly so it wasn’t fixed.
 * The new download (0.2.9) has the new path functioning properly.
 *  [relish1227](https://wordpress.org/support/users/relish1227/)
 * (@relish1227)
 * [17 years ago](https://wordpress.org/support/topic/plugin-our-progress-incomplete/#post-970834)
 * I have this on a site here — [http://macyswim.com/donations/](http://macyswim.com/donations/)—
   and it keeps on reverting to 0. I have changed it a number of times and it seem
   to work temporarily — then later on something happens and it goes back to 0. 
   Have any of you seen this or know what could be interfering here?
 * Thanks.
 *  [angryblackwoman](https://wordpress.org/support/users/angryblackwoman/)
 * (@angryblackwoman)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-our-progress-incomplete/#post-970841)
 * Having the same problem as relish. I’m on 2.7.1
 *  [peachorama](https://wordpress.org/support/users/peachorama/)
 * (@peachorama)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-our-progress-incomplete/#post-970846)
 * same problem here on 2.7.1!
 * keeps reverting back to zero and the default theme.
 * also, the mercury bar doesn’t quite line up to the amount its supposed to.
 * please help!!!
 *  [dataplus](https://wordpress.org/support/users/dataplus/)
 * (@dataplus)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-our-progress-incomplete/#post-970857)
 * Anyone figured out how to get the thermometer and the lines to add up correctly?
 *  [arkitekt](https://wordpress.org/support/users/arkitekt/)
 * (@arkitekt)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-our-progress-incomplete/#post-970863)
 * I also have this issue, and can’t seem to figure it out — I will post back if
   we fix it.
 *  [arkitekt](https://wordpress.org/support/users/arkitekt/)
 * (@arkitekt)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-our-progress-incomplete/#post-970864)
 * I have figured out a workaround for anyone else interested — I didn’t want to
   toy with things too much, so I just went into the Plugin Editor and changed the
   default numbers to my fundraising goal and current progress… and where it said“
   default” for the theme (in two places) — I update this to default-green and it’s
   now working great as a workaround. Not the easy, GUI interface I would have preferred
   but at least I can make it live today and figure out the issue later.
 * If you need help sorting that out let me know — here’s the code you are looking
   for:
 *     ```
       function show_ourprogress_graphic() {
   
       	if(get_option("ourprogressmax")) 		{$max = get_option("ourprogressmax");} else {$max = "100";}
       	if(get_option("ourprogressprogress")) 	{$current = get_option("ourprogressprogress");} else {$current = 0;}
       	if(get_option("ourprogressformat")) 	{$format = get_option("ourprogressformat");} else {$format = "$%(#10n";}
       	if(get_option("ourprogresstheme")) 		{$theme = get_option("ourprogresstheme");} else {$theme = "default";}
       "
       ```
   
 * and one more location for default:
 *     ```
       function addHeaderCode() {
       	if(get_option("ourprogresstheme")) 		{$theme = get_option("ourprogresstheme");} else {$theme = "default";}
       ```
   
 * Hope this helps, it’s definitely a workaround until someone can look at the code
   in more detail
 *  [stevemaclean](https://wordpress.org/support/users/stevemaclean/)
 * (@stevemaclean)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-our-progress-incomplete/#post-970869)
 * Is there anyway to make the image smaller?

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

The topic ‘[Plugin: Our Progress] Incomplete?’ is closed to new replies.

 * 9 replies
 * 9 participants
 * Last reply from: [stevemaclean](https://wordpress.org/support/users/stevemaclean/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-our-progress-incomplete/#post-970869)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
