Apple iPhone Forum und Community

Normale Version: Weather Elements HD - Version 6 - late 2014
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2 3 4 5 6 7 8 9 10 11 12 13
Hi Zed,

hast du schon iOS9 upgedated und das Theme aufgespielt?
(13.12.2014, 22:32)barnyblack schrieb: [ -> ]Mein Bild ist einfach ohne Grund verschoben mit einmal. Weiß jemand, woran das liegen könnte?

Habe das Problem jetzt auf meinen 6s. In LockHTML ist bei Erweitert/Widget Koordinaten bei X und Y die 0 eingetragen

Wüsste evtl. jemand, wie ich das Bild normal hinbekomme?




[Bild: IMG_3318.png]
Moin.

Prinzipiell läuft WE auch unter iOS 9.  ich musste nur die Symlinks neu kopieren.  Allerdings tritt bei mir -IP 6 - dasselbe Phänomen auf wie bei Barney. Das Script, das hell7 für die Autoscalierung geschrieben hat, funktioniert leider nicht mehr.  Keine Ahnung, woran das liegt. 

Wenn man in der lockbackground.html unter #weather Icon die Werte auf 670 u. 375 px setzt, ist die Grafik wieder bildschirmfüllend.  Aber: nicht auf den forecast Screens und die Beschreibungen sitzen ebenfalls nicht richtig. Vermutlich muss alles per Hand angepasst werden.

CU
Zed
Hmm, bei mir kommt dieses Bild jetzt:

[Bild: FullSizeRender.jpg]
So sieht es jetzt aus bei mir (hoffentlicht kann jemand das Theme für das iPhone 6s updaten):


[Bild: FullSizeRender.jpg]
(19.10.2015, 00:14)barnyblack schrieb: [ -> ]So it looks now with me (hoffentlicht can someone Theme for iPhone 6s updating):


[Bild: FullSizeRender.jpg]


Hi Barney,

I added the Weather Elements V6 on Iphone 6plus today for iOS 9.0.2 and i am getting the same error as you are with the screen size, i have installed the latest Lockhtml4 and nothing has changed. I had this on the same iphone for iOS 8.4.1 and it worked perfect until now. How did you get this to work on your full screen now?

Thank you man
From dj zed:



Zitat:If under #weather Icon the values to 670 u. 375 px are employed in the LockBackground.html, the graphics fill the screen again. But not also sit not right on the forecast screens and descriptions. Probably everything has to be adjusted manually.
hi,

leider muss tatsächlicher jeder Wert angepasst werden, um die Skalierung auszugleichen. Das ist ziemlich viel Gefummel. Ich mach das für mein 6er, aber für das 6+ kann ich leider nichts machen. Ich hatte auch schon Kontakt mit hell7, der das script geschrieben hat - er hat leider auch keine Lösung. Wenn ich fertig bin, stelle ich meine Blockbackground gerne zur Verfügung.


@mambak: Since 9.02 the script in the lockbackground.html: 

<script>
var width = window.innerWidth;
if(width == 375){
viewport = document.querySelector("meta[name=viewport]");
viewport.setAttribute('content', 'width=device-width, initial-scale=1.18, maximum-scale=1.18, user-scalable=0');
}
else if(width == 414 ){
viewport = document.querySelector("meta[name=viewport]");
viewport.setAttribute('content', 'width=device-width, initial-scale=1.3, maximum-scale=1.3, user-scalable=0');
}
else{}
</script>

for the automatically upscaling (ip 6, ip6+) does'nt work anymore. Don't know why. so you you have to adjust every single value. A lot of work. I can do this für the ip6, but not for the 6+. Im sorry man.

CU
Zed
(19.10.2015, 12:19)dj zed schrieb: [ -> ]Wenn ich fertig bin, stelle ich meine Blockbackground gerne zur Verfügung.

Da sage ich schonmal jetzt Danke!
so gents,

ich habe es jetzt mal zusammengefrickelt ... Für das iPhone 6 sieht es jetzt imho ganz manierlich aus. Für das iPhone 6+ kann ich leider nicht testen.

Viel Spass damit.

CU
Zed
Nachtrag:

die Animationen müssten auch angepasst werden - das ist mir aber zu mühselig.

CU
Zed 
@dj zed
So Zed,

So your saying that this wont work on Iphone 6Plus for iOS 9.0.2 right? Is it something different from 8.4 to 9.0.2 that is causing this. What should i do with this LockBackground.hmtl file you submitted, can we change it with the other one?

Thank you man
hi,

i think it will work, but the problem at the moment ist the upscaling. the script which does it automatically doesn't work under 9.02. The file i submitted ist the modified one for the iphone 6. did you try it?

CU
@dj zed Ok i see, yes i tried it but its modified for Iphone 6 and not 6 Plus, but its still the clock and the date is out of place and not align in the middle of the screen
(19.10.2015, 15:25)dj zed schrieb: [ -> ]so gents,

ich habe es jetzt mal zusammengefrickelt ... Für das iPhone 6 sieht es jetzt imho ganz manierlich aus. Für das iPhone 6+ kann ich leider nicht testen.

Viel Spass damit.

CU
Zed

Kannst Du mir kurz noch sagen, wie ich den linken und rechten Pfeil weg bekomme?
Um die Pfeile verschwinden zu lassen, musst Du diesen Code-Teil modifizieren:

Zitat:p id="rightarrow" style="display:none; position: absolute; top: 270px; left: 0px; width: 150px; height: 150px;" onClick="moreInfo();"><img style="margin-right:100px; margin-top:110px;" id="forecastarrowright" src="images/grey_arrow_right.png" p id="rightarrow" style="display:none; position: absolute; top: 270px; left: 0px; width: 150px; height: 150px;" onClick="moreInfo();"><img style="margin-right:100px; margin-top:110px;" id="forecastarrowright" src="images/grey_arrow_right.png" border="0"/> </p>

  <p id="leftarrow" style="display:none; position: absolute; top: 270px; left: 165px; width: 150px; height: 150px;" onClick="forecastTemp();"><img style="margin-right:15px; margin-top:110px;" id="forecastarrowleft" src="images/grey_arrow_left.png" border="0"/="0"/> </p>

  <p id="leftarrow" style="display:none; position: absolute; top: 270px; left: 165px; width: 150px; height: 150px;" onClick="forecastTemp();"><img style="margin-right:15px; margin-top:110px;" id="forecastarrowleft" src="images/grey_arrow_left.png" border="0"/

Die Grafiken "grey_arrow_left.png bzw. ...right.png entweder durch transparente Grafiken ersetzen oder auskommentieren. Das dann auch für die beiden Forecast Seiten.
@dj zed Alright so this officially means that it wont work for Iphone 6 Plus for who know when.
HI hätte eine frage hätte einer das theme für ein iphone 5s da?
moin,

das Paket aus Post #1 sollte funktionieren. wenn Du dazu noch die Dateien aus dem Paket "RealFeel" aus Post #75 ergänzt, ssolltest Du up to date sein. Wenn Du auch an dem Uhrenfant interessiert bist, benötigst Du noch das Paket aus Post #12.

Probiers es mal und melde Dich.

@all: Hat jemand die lockbackground.html für das 6+ angepasst und kann mir die mal zur Verfügung stellen?

Danke

CU
Zed
HI erst mal dank für die hilfe runter geladen habe ich bis auf die uhr der link ist down
Die andern sachen alle erstetzt doch leider ist bei mir alles grau hinterlegt wie ihn post 104 kann auch nciht speichern?
Was für eine zahl muss ich für Ingolstadt ein geben?
Seiten: 1 2 3 4 5 6 7 8 9 10 11 12 13