| View previous topic :: View next topic |
| Author |
Message |
dee
Joined: 26 Mar 2007 Posts: 3
Location: uk
|
Posted: Tue Mar 27, 2007 10:47 pm Post subject: |
|
|
hey.. it `s working yeah
I am still having a few problems with it though, when i changed the percentage there was a white line through it instead of the colour moving down and also the word sock is at the side of it instead of the bottom. Iv tried tweaking it but i then loose the image!
Thanks for your help, ill have another look when im not so tired, at the moment i cant see the woods through the trees
I got the same thing when i tried to change the hex code which says you can -i lost the image
funny thing though when i did change the percentage it changed colour
from green to purple... 
_________________ http://dee.typepad.com |
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
Posted: Tue Mar 27, 2007 10:58 pm Post subject: |
|
|
I couldn't get it to work with the word at the bottom so I put it at the side instead.
It changes colour from green to purple when it goes to 100% done - it always did that.
I'll see if I can reproduce the white line problem and see what can be done to fix it. and what happens when you change the colour values.
thanks for testing it for me. _________________ Jacquie
Jacquie's Journal
Crafty Threads 'n' Yarns |
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
Posted: Tue Mar 27, 2007 11:07 pm Post subject: |
|
|
When you set up the project values it is very fussy about the format - they have to be separated by a , and exactly one space or it can't find them. Could that explain why the image was lost? _________________ Jacquie
Jacquie's Journal
Crafty Threads 'n' Yarns |
|
| Back to top |
|
 |
dee
Joined: 26 Mar 2007 Posts: 3
Location: uk
|
Posted: Wed Apr 04, 2007 12:52 pm Post subject: |
|
|
hi i have got the code too display correctly but, and here`s the but, i really hate those colours, so, i have been trying too tweak it with no luck.
The part of the code which says set up colours for progress. Do you think it means to set it up like the projects with the [] and hex codes - i noticed on the site that the colours can be changed i just cant seem to figure out how its done!
// set up the colors for works in progress (less than 100 percent) and finished objects (100 percent)
// these can be hex codes, or color names (Green, Red, Blue, etc).
var wipColor = "#33cc33";
var foColor = "#9966ff";
are these the hex codes you have to change? when i did that i lost the image! _________________ http://dee.typepad.com |
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
Posted: Wed Apr 04, 2007 12:58 pm Post subject: |
|
|
Yes they are the ones you need to change. The way it is set up there is just one colour for all WIPs and then it changes to the second colour when the % is set to 100% for an FO.
Please send me an example of what you changed it to exactly so I can reproduce the problem. _________________ Jacquie
Jacquie's Journal
Crafty Threads 'n' Yarns |
|
| Back to top |
|
 |
Becka

Joined: 07 Apr 2007 Posts: 13
Location: Southeastern USA
|
Posted: Sat Apr 07, 2007 1:36 am Post subject: |
|
|
Hello one and all, I'm new to this forum and wanted to thank you very much for your crystal clear instructions on the (I believe) Indie girl WiP progress "projects"! I had tried unsuccessfully I don't know how many times to install them on my previous Blogger blog and I couldn't figure out what I was doing wrong and the key was having the pics stored in the same gallery....THANKS SO MUCH for finally making that clear! I've got them up and running on my blog now and it only took a very few moments to do so! Can't say it enough....THANKS! _________________ Becka
Addicted to the Knit
Whimsical Knitting
Whimsical Knitting Designs |
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
Posted: Sat Apr 07, 2007 9:55 pm Post subject: |
|
|
HI Becka,
So glad you were able to get the WIP code going. Welcome to this forum - hope you continue to find it useful. _________________ Jacquie
Jacquie's Journal
Crafty Threads 'n' Yarns |
|
| Back to top |
|
 |
Becka

Joined: 07 Apr 2007 Posts: 13
Location: Southeastern USA
|
Posted: Sun Apr 08, 2007 11:36 pm Post subject: |
|
|
I'm so sure that I will!
LOL, I canNOT even explain how aggravated I was with trying to put those particular progress trackers on my previous Blogger blog (pre-Beta)! But, there had there had never been a person that made it crystal clear as far as hosting the clear gifs in the same album! It makes perfect sense now....again...THANKS SO MUCH  _________________ Becka
Addicted to the Knit
Whimsical Knitting
Whimsical Knitting Designs |
|
| Back to top |
|
 |
Renocat
Joined: 05 Mar 2007 Posts: 5
|
Posted: Sat Apr 28, 2007 10:42 pm Post subject: Finally |
|
|
I finally got the progress tracker from indie girl working. The code above from Jacquie is what finally solved it.
As I was playing around with my blog, I decide to make a widget that might make it easier for others to add the progress tracker to their blog. It works for me but I am not sure it will work for others. So if you would like to try it out, let me know if it works.
Go to my blog http://kimsknitpage.blogspot.com/ and on the right hand side you will see my progress tracker and under that a button that says Add Progress Tracker. If you click on that, you will be taken to a blogger page that warns about adding untrusted content WHen you click on the Add Widget button, the progress tracker will be added to your page. You then can go to your dashboard and edit where it is displayed. You will also need to edit the section of the code that says
| Code: | projects[projects.length] = "SPINNING, 100, sheep";
projects[projects.length] = "Kureyon Scarf, 40, scarf4";
|
so you get YOUR projects displayed
You should also edit the section where it originally said YOUR LINK in the code to the location where you have your images stored. I left my link in there for now...if I get too many people using my images on my server, I will have to take that out of the code. I left it in so you can see that it is working.
Please let me know if this works or not. THis is my first attempt at making a widget.
Thanks!
Kim |
|
| Back to top |
|
 |
jacquie Site Admin
Joined: 31 Jan 2007 Posts: 102
Location: Salt Lake City, Utah, USA
|
|
| Back to top |
|
 |
|