Page 5 of 7

Re: New "progress" theme.

Posted: Thursday 06 April 2017 15:47
by htilburgs
@Bikey, I've been playing around and this is what is the result "last seen". Like it?

Image

Re: New "progress" theme.

Posted: Thursday 06 April 2017 18:38
by Bikey
All I can say is perfect! :D

BTW: how do you get the battery level of an iPhone in Domoticz?

Re: New "progress" theme.

Posted: Thursday 06 April 2017 19:20
by htilburgs
Bikey wrote:All I can say is perfect! :D

BTW: how do you get the battery level of an iPhone in Domoticz?
@Bikey: iPhone battery level is done by a script on this forum https://www.domoticz.com/forum/viewtopi ... 23&t=13318
Follow the instructions on page 1 and use the modified script on page 8 (by ben53252642 ยป 15 Jan 2017, 15:21 - https://www.domoticz.com/forum/viewtopi ... 40#p114362). I changed the names in the script in Dutch. If you do so, also change the names of the dummy switches.... ;)

@Blauwebuis: I'll send you the modifications I made for the 'last seen:' (I like to keep it central and maybe there are consequences for other items I maybe miss).

Re: New "progress" theme.

Posted: Friday 07 April 2017 18:12
by Bikey
@htilburgs: thanks for the info and the work on the "last seen"!

I just downloaded a new version of the progress theme (link on the first page) and the sidebar menu is now working fine. However now the floorpan does not work any more (only the thumbnail is shown on mouse over on the buttons).

Re: New "progress" theme.

Posted: Friday 07 April 2017 19:04
by htilburgs
@Bikey, for the 'last seen', edit the base.css file.
Search for #dashcontent #lastupdate, and change this section into:

Code: Select all

#dashcontent #lastupdate, 
#dashcontent #type {
    font-size: x-small;
    color: #2571ab;
    position: absolute;
    top: 7px;
}
Then you should have the Last Seen info into the Dashboard icons.

For the floorplan is strange, because for me it's working fine since the last update from blauwebuis.
Have you cleared your cache? That's always an issue with the themes.

Re: New "progress" theme.

Posted: Saturday 08 April 2017 17:27
by Bikey
Thanks for the code, that works indeed.
What would I have to change to put the last-update text in the bottom left corner?

I tried again with the latest download, but even after clearing the caches or in incognito mode, the floorplan does not work with that version.

Re: New "progress" theme.

Posted: Saturday 08 April 2017 19:48
by htilburgs
Bikey,

Last seen:
Change the line "top: 7px" into "top: 42px".
You can / have to play around with it. One issue with the bottem left corner is the slider, that can cover a part of the text.

Floorplan:
I cannot find a reason, why it shouldn't work. For as far as I can see, there is no CSS that has impact on this.

Re: New "progress" theme.

Posted: Saturday 08 April 2017 19:56
by EdwinK
Since today I notice that the the theme looks different from yesterday :(

Image

Decided to re-upload the theme, but no change.

Re: New "progress" theme.

Posted: Sunday 09 April 2017 0:15
by blauwebuis
Yes, sorry about that. It's getting a bit complicated to maintain the theme for both the new github-version of Domotizc I'm working on, and the current version. Sorry about that.

You can download the latest version of the theme here:
https://github.com/domoticz/domoticz/tr ... es/feynman

.. but I have no idea how it will look without the proper javascript and html files now. Specifically:

1. You will really need this javacscript file in your www/app folder:
https://github.com/domoticz/domoticz/bl ... troller.js

2. Optionally, you may want this file in your app/views folder:
https://github.com/domoticz/domoticz/bl ... setup.html

Image

Re: New "progress" theme.

Posted: Sunday 09 April 2017 10:41
by EdwinK
I guess I better wait till there is a new version

Re: New "progress" theme.

Posted: Monday 10 April 2017 14:25
by blauwebuis
Yes, making good progress!

-drumroll-

Here's the most recent version, with see-through items enabled:
Image

Re: New "progress" theme.

Posted: Wednesday 12 April 2017 15:27
by blauwebuis
I tried the theme on a normal beta version of Domoticz, and it almost worked perfectly. So I've created a new version of the theme for download.

Please test it.

Re: New "progress" theme.

Posted: Wednesday 12 April 2017 18:19
by Bikey
Great work! I tried it (downloaded from the first page).
Unfortunately still some issues (yes, I cleared the cache):
Dasboard.png
Dasboard.png (144.63 KiB) Viewed 3966 times
Switches.png
Switches.png (35.03 KiB) Viewed 3966 times
Settings.png
Settings.png (111.29 KiB) Viewed 3966 times

Re: New "progress" theme.

Posted: Wednesday 12 April 2017 18:22
by Bikey
I also downloaded the Feynman Theme from Github, that is really starting to look cool (the dashboard at least) with the transparent switches!
Can't wait to see that theme completely finished across all pages ;-)
feynman.png
feynman.png (83.75 KiB) Viewed 3965 times

Re: New "progress" theme.

Posted: Wednesday 12 April 2017 19:01
by EdwinK
Bikey wrote:Great work! I tried it (downloaded from the first page).
Unfortunately still some issues (yes, I cleared the cache):
Dasboard.png
Switches.png
Settings.png

Also have the tings not displayed properly. But it's better then the last version I had.

Image Image

Re: New "progress" theme.

Posted: Wednesday 12 April 2017 19:22
by htilburgs
Make sure you run the latest beta version of Domoticz.
Try to delete the progress directory completly and then copy the latest version again.
You have to download the GuiWork version from https://github.com/domoticz/domoticz/tr ... es/feynman
Clear cache and try again.

I had the same problem and now its ok.

Image

Re: New "progress" theme.

Posted: Wednesday 12 April 2017 20:15
by Bikey
I did all that again: updated to latest beta, downloaded Feynman from GitHub and Progress from the first post and cleared the caches multiple times, but no difference.
On Github there is only the "feynman" theme which, on my system, is completely different than what you are showing. It has a black background and navigation on top.
If I try incognito/private mode on Safari/Chrome/Brave the page even stays completely blank...?

Re: New "progress" theme.

Posted: Wednesday 12 April 2017 20:24
by htilburgs
Bikey wrote:I did all that again: updated to latest beta, downloaded Feynman from GitHub and Progress from the first post and cleared the caches multiple times, but no difference.
On Github there is only the "feynman" theme which, on my system, is completely different than what you are showing. It has a black background and navigation on top.
If I try incognito/private mode on Safari/Chrome/Brave the page even stays completely blank...?
@Bikey, that's right, the custom.css is not correct. You have to edit the second line into

Code: Select all

@import url("feynman.css");  /* Don't remove this line! */
now it has @import url("classic.css"); /* Don't remove this line! */

Re: New "progress" theme.

Posted: Wednesday 12 April 2017 21:19
by EdwinK
htilburgs wrote:Make sure you run the latest beta version of Domoticz.
Try to delete the progress directory completly and then copy the latest version again.
You have to download the GuiWork version from https://github.com/domoticz/domoticz/tr ... es/feynman
Clear cache and try again.
I might be blond or something, but I can't see the 'download' button or a clone thingy.

Re: New "progress" theme.

Posted: Wednesday 12 April 2017 21:28
by Bikey
EdKo66 wrote:
I might be blond or something, but I can't see the 'download' button or a clone thingy.
You have to go to the toplevel, then you get a button to download the complete branch "GUIWwork" in a ZIP-file.