Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
As am example of what we can achieve with a simple style sheet and moving the component clusters around:

img0188.png


You can go from the clunky layout I had before to this stylistic(maybe?) layout.

SkyFlakes: I'm not sure why the original weather code posted by dzendeh is not working sometimes. Though, I've rewritten it and it's very stable for me at least. You can obtain the new script inside this theme I made: http://www.mediafire.com/?0keeym30v08ze04

Though it's not the same as the original posted theme, so you may not be able to just merge the two...

Definitely an improvement. I wish there were more fonts to work with! Btw my good friend was Miss Garden Grove a few years ago :)
 
Agreed with some others that the old Times New Roman (actually Typewriter Condensed) looked a bit dated. I'll play with some other fonts, but for now I'm using Arial to soften it up. I'll swap between this and something more like the original concept from time to time. I like clean, and I like the creative. All depends on the day!

And yes, the date is wrong ;). Needed to make sure Wednesday wasn't too BIG!
 

Attachments

  • IMG_0201.PNG
    IMG_0201.PNG
    731.9 KB · Views: 96
Caller ID is not showing up when this theme is active. Anyone have a fix for this?
 
dgstan:

I loaded your theme (it's perfect for me) but for the life of me I cannot change the weather setting to my locale. I've tried switching to yahooWeather and using my local code (USTX0461), and I've also tried using the default and typing Flower Mound, Texas. Neither is getting me past the "Loading..." on the weather section. Any help?

I'm having the same issue. I tried all of the above as well, but even before editing a thing I was getting "Loading". Anyone else have this problem and figure out how to fix it?

edit: nevermind, fixed it. Had to turn my wifi off .. no idea what's up with that, but it worked.
 
Love the crazy, awesome angles. Can you post the script to accomplish this feat?

Here ya go: http://www.mediafire.com/?fg67lmsm85mxc7w

Also, I'm not sure why people aren't seeing caller ID. I still see name/number whenever someone calls me.

How do i change my backround? do i have to delete a file with SSH or add one?
If you are using my version of the code, then it's already using the default background--the one that is in Settings, the official apple setting one.
 
Also, I'm not sure why people aren't seeing caller ID. I still see name/number whenever someone calls me.
Yeah, it works fine for me too, but I'm not running any other lockscreen widget like LockInfo.

In fact, I had to delete LockInfo because it was preventing the phone from registering missed calls. If someone called me, I never saw the missed call bubble on the phone icon and the call didn't even show up in the list of recent calls.
 
Here ya go: http://www.mediafire.com/?fg67lmsm85mxc7w

Also, I'm not sure why people aren't seeing caller ID. I still see name/number whenever someone calls me.


If you are using my version of the code, then it's already using the default background--the one that is in Settings, the official apple setting one.

Great Job Claude!!

One question. Any way to change it to use yahooWeather? For some reason I get more accurate weather from them. Let me know if not its cool. Thanks again!
 
Or, better yet, can it be posted on Cydia? I really want this but I'm not too good with changing scripts and all that complicated stuff :D

But for those of us that don't code in HTML, it's kind for fun to play and learn in the process. Just install it, back it up, and start playing around. You'll be amazed at how quick you'll pick up the basics on .html, .css, and .js files.
 
Here ya go: http://www.mediafire.com/?fg67lmsm85mxc7w

Also, I'm not sure why people aren't seeing caller ID. I still see name/number whenever someone calls me.


If you are using my version of the code, then it's already using the default background--the one that is in Settings, the official apple setting one.
Hey claude, thanks for this! I want the weather icon to be less transparent, what file would I have to edit to find that setting?
 
This threat has got me hooked. Here is my latest set-up:
 

Attachments

  • IMG_0071.PNG
    IMG_0071.PNG
    986.3 KB · Views: 101
This thread is killing me. I wish I could jailbreak again but I was forced to restore to 4.0.2 :(
 
Bump

Anybody able to answer this for me?
No. As far as I know of the original theme, the code is referencing an image file inside the theme folder, so you must SSH an image into that same folder to have it recognize.

Hey claude, thanks for this! I want the weather icon to be less transparent, what file would I have to edit to find that setting?
In the zip package I posted above, there is a "css" folder with a file call "claude626.css".(conceded much? it's MY style. :eek:) Open it with notepad or something text edit. Find near the bottom "#weatherIcon". Edit the "opacity" value there. 0 is invisible. 1 is fully shown.
 
No. As far as I know of the original theme, the code is referencing an image file inside the theme folder, so you must SSH an image into that same folder to have it recognize.


In the zip package I posted above, there is a "css" folder with a file call "claude626.css".(conceded much? it's MY style. :eek:) Open it with notepad or something text edit. Find near the bottom "#weatherIcon". Edit the "opacity" value there. 0 is invisible. 1 is fully shown.

Thanks for the answer Claude, I guess it's time I learn about SSH :)
 
Yeah, it works fine for me too, but I'm not running any other lockscreen widget like LockInfo.

In fact, I had to delete LockInfo because it was preventing the phone from registering missed calls. If someone called me, I never saw the missed call bubble on the phone icon and the call didn't even show up in the list of recent calls.

i use lockinfo no probs.....just set it up to block pop ups,and then lockinfo will popup items as they come in and keep a count(if set to) and mine all works better then the stock popups which i thought were crappy if you got alot at once....lockinfo stacks them all up and you can scroll thru many of popups all within the bars on front screen
 
No. As far as I know of the original theme, the code is referencing an image file inside the theme folder, so you must SSH an image into that same folder to have it recognize.


In the zip package I posted above, there is a "css" folder with a file call "claude626.css".(conceded much? it's MY style. :eek:) Open it with notepad or something text edit. Find near the bottom "#weatherIcon". Edit the "opacity" value there. 0 is invisible. 1 is fully shown.

Thanks for the response. This is what I see:
Code:
}

#weatherIcon{
	height: 64px;
	width: 64px;
	float: right;
	border: none;
	padding: 0 0x 0 0px;
	margin: 0 10px 0 0px;
}
I don't see an opacity, should I add it in?
 
Thanks for the response. This is what I see:
Code:
}

#weatherIcon{
	height: 64px;
	width: 64px;
	float: right;
	border: none;
	padding: 0 0x 0 0px;
	margin: 0 10px 0 0px;
}
I don't see an opacity, should I add it in?

Looks like you're using my previous version back on page 21(i think). That icon should be fully shown. You can't have it any less transparent...
 
i use lockinfo no probs.....just set it up to block pop ups,and then lockinfo will popup items as they come in and keep a count(if set to) and mine all works better then the stock popups which i thought were crappy if you got alot at once....lockinfo stacks them all up and you can scroll thru many of popups all within the bars on front screen
I'm not talking about popups on the lock screen. I mean that missed calls weren't shown on the Apple phone logo on the dock nor did they show up in the list of "recents".

I might have been running an older version, IDK. No big deal though, I wasn't real happy with LI anyway. I didn't like the fact that you could click on an email on the lockscreen and it would open the email (but not really). Just like you could click on the little "X" next to the email to delete it (but not really).

I don't want to be able to do anything on the phone while it's locked. I wish SBSettings wouldn't open from the lockscreen either.
 
thanks claude for your awesome tweaked version

im using it and i changed some of the script to my liking

i also changed the weather icons to the htc set

thanks again!
 

Attachments

  • IMG_0613.PNG
    IMG_0613.PNG
    758.3 KB · Views: 107
thanks claude for your awesome tweaked version

im using it and i changed some of the script to my liking

i also changed the weather icons to the htc set

thanks again!

can you upload this version and your lockscreen background?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.