
To disable, add in config.js:
Code: Select all
var _HIDE_TOPBAR = false;
Code: Select all
var columns = {}
columns['bar'] = {}
columns['bar']['blocks'] = ['logo','settings']
Moderators: leecollings, htilburgs, robgeerts

Code: Select all
var _HIDE_TOPBAR = false;
Code: Select all
var columns = {}
columns['bar'] = {}
columns['bar']['blocks'] = ['logo','settings']
Code: Select all
var _APP_TITLE = 'My Title';
Code: Select all
.transbg.dark.col-xs-1, .transbg.dark.col-xs-2, .transbg.dark.col-xs-3, .transbg.dark.col-xs-4, .transbg.dark.col-xs-5, .transbg.dark.col-xs-6, .transbg.dark.col-xs-7, .transbg.dark.col-xs-8, .transbg.dark.col-xs-9, .transbg.dark.col-xs-10, .transbg.dark.col-xs-11, .transbg.dark.col-xs-12 {
border: 7px solid rgba(255,255,255,0);
background: rgba(0,0,0,0.5);
background-clip: padding-box;
}
Code: Select all
background: rgba(0,0,0,0.5);Code: Select all
background: rgba(0,0,0,0.1);Code: Select all
.colbar.transbg {
padding-left: 1px !important;
padding-right: 1px !important;
padding-top: 2px !important;
padding-bottom: 2px !important;
}
i have it set to nl_NL but this doesn't change itEdwinK wrote: Monday 20 November 2017 15:45 Set language to NL if you want it in Dutch. Not sure how to change the time setting
the language can be in the local storage of the browser, maybe you need to clear that.
Code: Select all
config['shorttime'] = ' ';
The topbar is built up in parts, which you can define in config.JSgielie wrote: Monday 20 November 2017 15:34 I really like the topbar but my day name is in english and id like to have it in Dutch, how can i do this?
I also like to remove the time from the topbar, so only the date, is this possible?
Code: Select all
columns['bar'] = {}
columns['bar']['blocks'] = ['logo','miniclock','settings']Code: Select all
blocks[IDX] = {} //Dummy block for topbar
blocks[IDX]['title'] = ''
blocks[IDX]['icon'] = '';
blocks[IDX]['hide_data'] = true;
blocks[IDX]['protected'] = true;
blocks[IDX]['width'] = 8;Code: Select all
/* Dummy for Topbar */
.block_440 {
height:0px !important;
background-color: rgba(0,0,0,0) !important;
} Code: Select all
columns['bar'] = {}
columns['bar']['blocks'] = ['logo',440,'settings']Users browsing this forum: No registered users and 1 guest