Page 2 of 24

Re: Aurora theme

Posted: Monday 18 December 2017 10:21
by piokuc
And when i copy directory aurora to /www/style this theme not working. I must under directory aurora\aurora4-mobile copy file to to directory aurora and theme start working


In backup page button do backup and restore has other style:
style_button.jpg
style_button.jpg (88.12 KiB) Viewed 4419 times

Re: Aurora theme

Posted: Monday 18 December 2017 11:34
by fkok
madpatrick wrote: Monday 18 December 2017 6:11 I'm having the same issue.
Tried to clear cache on several ways, restarted the server,....
I see no errors in Chrome
gijsje wrote: Sunday 17 December 2017 22:17 I have the issue that it does not show corect but i have it with all the themes.
I did delete the cache and did try ctrl F5
Any ideas?
Image
Same problem here!! In Safari, Chrome and FireFox....

Re: Aurora theme

Posted: Monday 18 December 2017 11:41
by Phantom
The download link is still not working here
Image

Maybe an idea to put it in github?

Re: Aurora theme

Posted: Monday 18 December 2017 12:21
by gajotnt
Amazing Work :O :D

Re: Aurora theme

Posted: Monday 18 December 2017 13:05
by basmaaks
can't get it work

copied the files and subdirs to //domoticz/www/styles/aurora, //domoticz/www/styles/aurora/aurora4-mobile, //domoticz/www/styles/aurora4-mobile

don't know wich one is right ?

Re: Aurora theme

Posted: Monday 18 December 2017 14:48
by DarkAllMan
Same for me

Re: Aurora theme

Posted: Monday 18 December 2017 14:54
by piokuc
Suggestion
Sub menu Cameras, Users etc should be show when we set poin mouse on MORE OPTION...Like as in sidebar menu. Now is show when we open SETUP menu. This is no good.

Re: Aurora theme

Posted: Monday 18 December 2017 15:05
by Skippiemanz
fkok wrote: Monday 18 December 2017 11:34
madpatrick wrote: Monday 18 December 2017 6:11 I'm having the same issue.
Tried to clear cache on several ways, restarted the server,....
I see no errors in Chrome
gijsje wrote: Sunday 17 December 2017 22:17 I have the issue that it does not show corect but i have it with all the themes.
I did delete the cache and did try ctrl F5
Any ideas?
Image
Same problem here!! In Safari, Chrome and FireFox....
It was not working for me to.. But then i checked the zipped folder. in this folder there is a subfolder autora witch contains the actual images etc. This folder needs to be placed in www/styles/ Then it should work

Re: Aurora theme

Posted: Monday 18 December 2017 15:06
by Skippiemanz
fkok wrote: Monday 18 December 2017 11:34
madpatrick wrote: Monday 18 December 2017 6:11 I'm having the same issue.
Tried to clear cache on several ways, restarted the server,....
I see no errors in Chrome
gijsje wrote: Sunday 17 December 2017 22:17 I have the issue that it does not show corect but i have it with all the themes.
I did delete the cache and did try ctrl F5
Any ideas?
Image
Same problem here!! In Safari, Chrome and FireFox....
It was not working for me to.. But then i checked the zipped folder. in this folder there is a subfolder autora witch contains the actual images etc. This folder needs to be placed in www/styles/ Then it should work

Re: Aurora theme

Posted: Monday 18 December 2017 15:33
by gajotnt
The zip file contains this
_MACOSX
aurora4-mobile
Looking at the other themes, this (aurora4-mobile) must be placed in

\Domoticz\www\styles\aurora4-mobile

but it doenst work correctly (Internet explorer, Edge, Chrome, Firefox) :(

Re: Aurora theme

Posted: Monday 18 December 2017 15:34
by DarkAllMan
When I download the ZIP it only contains a folder aurora4-mobile and a mac-os folder...

Re: Aurora theme

Posted: Monday 18 December 2017 15:46
by gijsje
If i edit the custom.css and add this it works a bit better but still not as it should be i think.

Code: Select all

/* These are the minimal required CSS files for the theme. The rest is loaded via javascript. */
@import url("aurora.css");  /* Don't remove this line! */
@import url("base.css"); /* Don't remove this line! */
@import url("center_popups.css");  /* Don't remove this line! */
@import url("dashboard_camera_previews.css");  /* Don't remove this line! */
@import url("dashboard_highlighted.css");  /* Don't remove this line! */
@import url("dashboard_highlights_see-through.css");  /* Don't remove this line! */
@import url("dashboard_merge_items_with_same_name.css");  /* Don't remove this line! */
@import url("dashboard_move_sun.css");  /* Don't remove this line! */
@import url("dashboard_show_data_visualizations.css");  /* Don't remove this line! */
@import url("dashboard_show_last_update.css");  /* Don't remove this line! */
@import url("dashboard_vertical_columns.css");  /* Don't remove this line! */
@import url("extras_and_animations.css");  /* Don't remove this line! */
@import url("navigation_main_sidebar.css");  /* Don't remove this line! */
@import url("navigation_settings_fixed_tabs.css");  /* Don't remove this line! */
@import url("navigation_settings_sidemenu.css");  /* Don't remove this line! */
@import url("oldbrowser.css");  /* Don't remove this line! */
@import url("show_version_number.css");  /* Don't remove this line! */

Re: Aurora theme

Posted: Monday 18 December 2017 15:51
by gajotnt
gijsje wrote: Monday 18 December 2017 15:46 If i edit the custom.css and add this it works a bit better but still not as it should be i think.

Code: Select all

/* These are the minimal required CSS files for the theme. The rest is loaded via javascript. */
@import url("aurora.css");  /* Don't remove this line! */
@import url("base.css"); /* Don't remove this line! */
@import url("center_popups.css");  /* Don't remove this line! */
@import url("dashboard_camera_previews.css");  /* Don't remove this line! */
@import url("dashboard_highlighted.css");  /* Don't remove this line! */
@import url("dashboard_highlights_see-through.css");  /* Don't remove this line! */
@import url("dashboard_merge_items_with_same_name.css");  /* Don't remove this line! */
@import url("dashboard_move_sun.css");  /* Don't remove this line! */
@import url("dashboard_show_data_visualizations.css");  /* Don't remove this line! */
@import url("dashboard_show_last_update.css");  /* Don't remove this line! */
@import url("dashboard_vertical_columns.css");  /* Don't remove this line! */
@import url("extras_and_animations.css");  /* Don't remove this line! */
@import url("navigation_main_sidebar.css");  /* Don't remove this line! */
@import url("navigation_settings_fixed_tabs.css");  /* Don't remove this line! */
@import url("navigation_settings_sidemenu.css");  /* Don't remove this line! */
@import url("oldbrowser.css");  /* Don't remove this line! */
@import url("show_version_number.css");  /* Don't remove this line! */
Looking more like it should, but still alot is missing

Re: Aurora theme

Posted: Monday 18 December 2017 16:07
by gajotnt
Had to install Domoticz Beta btw

had to copy images do domoticz\www\images\

Re: Aurora theme

Posted: Monday 18 December 2017 17:18
by zak45
Not able to save the settings for the theme, every time I made modification and save, when come back to settings, retreive old (original)values:
Capture.JPG
Capture.JPG (153.23 KiB) Viewed 4278 times

Re: Aurora theme

Posted: Monday 18 December 2017 18:42
by niki_lauda
blauwebuis wrote: Sunday 17 December 2017 22:53 Link has been fixed.

@niki_lauda: I made some adjustments, you could try to redownload the theme. I don't have KODI to test it with, so I had to wing it a bit..

@febalci: The theme has been tested on mobile. I recommend choosing 'desktop' mode, and letting the theme create the mobile view.

@gijsje: it looks like a javascript problem. Are you using a javascript blocker? Try: right mouse button -> inspect element -> console and see if you can spot some errors there.
Much better

Re: Aurora theme

Posted: Monday 18 December 2017 20:52
by gajotnt
Getting this warning on the chrome console

Code: Select all

jquery-1.12.0.min.js:4 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
send @ jquery-1.12.0.min.js:4

Re: Aurora theme

Posted: Monday 18 December 2017 22:37
by niki_lauda
Very small bug.
If I click the add or remove from dashboard star in the utility tab. the values are shown in the block.

Re: Aurora theme

Posted: Tuesday 19 December 2017 1:14
by blauwebuis
I have uploaded a new version of the theme. This version is faster (simplifications), and has a better mobile display, which can also be used for the desktop:

Image


@Skippiemanz, @madpatrick, @gijsje: this indicates a javascript problem. Check the console and report any errors. Also, try the new version of the theme. Also, you should probably be on the beta version of domoticz.

@Phantom I tested the download link, it should work.

@piokuc thank you for your help!
- I've made it so that long words are not broken into multiple lines.
- I could style the buttons for backup and restore. hmm.

@zak45 settings are stored both inside domoticz and in the 'local storage' of the browser.
- If you can change colors, and these changes are still there when you reload the page, then local storage is working.
- Check if you have a "theme-aurora" variable under your User Variables. This stores all the features' ID's. For example, here's mine:
[2,4,5,6,7,8,9,10,11,12,13,14,16,17]
The numbers correspond to the feature ID"s which you can find inside theme.json.

@niki_lauda
- Glad to hear the remote works now. Is it just better, or actually working ok?
- I've made the theme respond quicker to making an item a favourite. Thanks!

Re: Aurora theme

Posted: Tuesday 19 December 2017 7:56
by bing69
What ever i try i get this in chrome, safari , IE; I dont now what to do??
Clear cache etc.

Image