Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Looks like mine is overlapping too
I got it on cydia earlier

3050a994.jpg


Anyone know a fix fir this?
 
I noticed that shifting the images down pushed everything to the right. I corrected that, but still can't get my temp/description to display correctly. Arg.
 

Attachments

  • photo.PNG
    photo.PNG
    581.4 KB · Views: 115
Looks like mine is overlapping too
I got it on cydia earlier
Anyone know a fix fir this?

It looks like ours is displaying the description on 2 lines rather than previous posters laying out in line. Does any one know where to adjust this?
 
Library>Themes>Slantedlock.theme then change the name images.theme to just images.

I honestly don't know why the folder is renamed to "images.theme". :( The ONLY folder that should be named with the .theme part is the single theme folder that contains everything else related to the theme: "SlantedLock.theme"

but how do i make it display the current weather in my town

The weather defaults to enabled and set to YahooWeather with my WOEID. It may seem a bit confusing, but this is how Yahoo wants it done as using zip code will be removed from their system in the future. WOEID is just another fancy word for a unique number that identifies your city. It's easy to find out your WOEID by following this instruction near the top under SUMMARY: http://developer.yahoo.com/weather/

Claude, Angelman8 had originally made the lockscreen theme.

https://forums.macrumors.com/threads/995133/

The thread starter then "cleaned it up" and has claimed it as his own.

Ah, thanks. This is kinda why most of the time I keep things to myself... I really don't want to step on anyone's toes...

So even if people get it from cydia, they will still have to ssh or use ifile to choose their location. I was wondering if there was any way the code could use your current location but I realized that was probably not possible.

I realize this is a huge inconvenience too, but I'm looking for a way to have users enter it all on their phone instead... drawing blanks at the moment though. :p

Love this theme!! Thanks to all who have answered the questions to make this easy for the newbie's. I've padded the the top to center the image a little more to my liking. Even before that, though, my weather was overlapping with the description. Is this a bug? Does anyone have an easy fix? Thanks all!!

This is because the editing program you used (probably iFile) to edit the js file is removing the whitespace holder in my script. There's this little "nbsp;" characters that holds space in the html and also in some part of the js file. iFile removes these things and replaces it with a " " for some reason. The iPhone respects and keep the "nbsp;", but it will strip and remove " ". Thus, the weather chunks didn't have space holders to properly keep the box to fit your content.

The fix is simply retrieve the original file and edit it with another editor.

What part do I have to change AM/PM to the color black?

Open up the CSS file, find: div#ampmbox. There is a lline that says color:#xxx. change that to color:#000.
 
This is because the editing program you used (probably iFile) to edit the js file is removing the whitespace holder in my script. There's this little "nbsp;" characters that holds space in the html and also in some part of the js file. iFile removes these things and replaces it with a " " for some reason. The iPhone respects and keep the "nbsp;", but it will strip and remove " ". Thus, the weather chunks didn't have space holders to properly keep the box to fit your content.

The fix is simply retrieve the original file and edit it with another editor.

Thanks for the reply Claude. For anyone else that is looking at this, you need to redo both the SlantedLock.css and the SlantedLock.js with something other than iFile. I changed the weather locations and modified the layout with TextEdit and reloaded through CyberDuck. Problem solved. Thanks again Claude!!
 
Open up the CSS file, find: div#ampmbox. There is a lline that says color:#xxx. change that to color:#000.
Which file? The one I edited doesn't seem to have that section listed. (timetopcenter.css)
 
Which file? The one I edited doesn't seem to have that section listed. (timetopcenter.css)

Ah... You are using one of the packages from the first post. Those packages are not mine. They are also very different in nearly all aspects...
 
I honestly don't know why the folder is renamed to "images.theme". :( The ONLY folder that should be named with the .theme part is the single theme folder that contains everything else related to the theme: "SlantedLock.theme"

Haha, not a big deal at all. I think most figured it quickly. :p
 
Well I got the moon phase version of claude's slanted theme workin.
Fell free to edit it.

From 9pm to 7am it shows the current phase of the moon. And I edited the HTC set of icons to not show a generic moon. I have a script to calculate sunrise and sunset, but it's pretty long and I have a feeling it would be difficult to implement. I figure 9-7 is just easier

The moon will be 48x48 behind the weather icon (which is semitransparent). I'm working on higher res moon icons right now.

http://www.yourfilehost.com/media.php?cat=other&file=4443MoonSlanted.zip

I'll post a screen shot around 9 (central) tonight to give you a better idea of what it looks like rather than the one I had a couple of pages back.
 
Ok folks. I did a bit of cleaning up to make up the short coming of the theme...

I have separated the configurations from the actual scripts so iFile doesn't mess with it. I've also consolidated the assets into a single folder call Private in hopes that we don't get weird folder renaming like "images.theme".

I've also re-worked the weather scripts a bit. accuWeather now has an option to use Real Feel. yahooWeather no longer need to call an extra convertTemp function to convert from F to C--it just rides off the isCelcius configuration variable now.

Added 24 hours option.

The configuration file is "ConfigureMe.js", that sits right inside the Private folder. Edit away using iFile to your heart's content.

http://www.mediafire.com/?2u4be6i9rrk80tb

Edit: I figure it might get old with updating packages a lot... but I figure some of you are probably just as obsessed at tweaking your phone as I am, so here ya go. LOL There's always more room for changes and tweaks. xD
 
I did a little tweak of Claude's version . This is what i got. Thank you very much Claude.
 

Attachments

  • 031.PNG
    031.PNG
    762 KB · Views: 126
  • 002.PNG
    002.PNG
    795.6 KB · Views: 117
I see a lot of people are leaving the font colors the same as the original, but I kept struggling with trying to get nice font colors to compliment whatever scenic background I happened to be using. I finally ended up setting all the font colors to white and setting the opacity to .1 (and .2 for the small text). Now the text looks transparent and looks good regardless of the background.

For me, the retina display is too beautiful to cover up with a boatload of lockscreen info.
 

Attachments

  • IMG_0419.PNG
    IMG_0419.PNG
    959.7 KB · Views: 98
Is there a simple way to get rid of the AM/PM indicator (it's easy to figure that one out :) ) and the "seconds" indicator (my eyes are so bad I can't see it anyway!).
 
Love the slanted theme!
Downloaded it from cydia - my weather shows Garden Grove - I read that I need to enter my cities WOEID - only problem is I can't figure out where to go & do that?
Thanks in advance for any help!
Very new and need very detailed instructions - sorry one day I'll be an expert but today just a beginner.
 
Claude....

this seems to be the same program as weatherFurik isnt it?

if it is....can you apply this to a HOME SCREEN weatherfurik theme?....i have my homescreen WF setup and love it,but it is very slow to update compared to yours,which i know you have optimized...

what do you think?....can you take my below homescreen WF and re write the HTML to work better(optimize) like the awesome slant lock?.....even when i set them both for 15 min updates the WF theme takes much longer to update,and im betting it robs more battery power then your optimized lockscreen.

here is what mine looks like now for homescreen,Clock,AM/PM,day,date and below a simple temp and ICON.
 

Attachments

  • WF_home.PNG
    WF_home.PNG
    732.5 KB · Views: 140
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.