670 comments found.
Hi Dear, you have said “shortly” since May’19 about new release :/ When will it become?
Hi, I’m realy sorry for that. I need 4-5 days to release this new update. It should be ready before end of next week.
Autocomplete can’t select on ios safari/chrome (ios 13).
autocomplete.select = function () {
if (!this.selected) return; <- return null
must long press on item for select
Hi, at the moment I can’t check this on ios 13. I’ll add this issue to my todo list
when will your update be ready?
Hi, update for Altair should be ready next Friday/Saturday.
Why does loading take so long?
Hi, this next update is sheduled for the next Friday/Saturday and in this release I’ll add 2-3 new feature but mostly I will update plugins and modules to the latest versions. If you have special requests regarding Altair Template please let me know.
Still no update?
Still working on it, I need few more days to release this update.
any update soon ? Thanks
Hi, I think that the update should be ready in about 3-4 weeks.
Hi again, Is a right-click menu possible for datatables? Thanks
Hi, I think that this feature is not officially supported but please check this example https://jsfiddle.net/rathore_gee/5vdb7t0L/
Hi dear, When will the new update arrive? You said November 
Hi, I’m still working on it. It will be ready before end of December. Sorry for the delay.
On this site sale illegal copy of your template – https://freakpixels.com/
Hi, thank you for the info.
Hi. I love this theme, congrats you. I have a suggestion for you. After changed the theme’s color the default color appears briefly while loading the page. Can we stop this?
Selected theme is saved in loca storage and on page load this theme is loaded in style switcher script (after the html elements has been loaded)
// get theme from local storage
if(localStorage.getItem("altair_theme") !== null) {
$theme_switcher.children('li[data-app-theme='+localStorage.getItem("altair_theme")+']').click();
}
I’ll fix that in next release.
Hi, in last release this bug is not fixed. fyi
To fix that add this code to
<head> element
<script>
// enable selected theme
var selectedTheme = localStorage.getItem("altair_theme");
if(selectedTheme) {
var html = document.getElementsByTagName("html")[0];
html.classList.add(selectedTheme);
}
</script>
I’ll add it shortly to Altair.
It is okay man. You are so kind. Thank you
Do you have any plans to release an Angular 8 version? We currently use your AngularJS version, but we are undergoing a project rewrite as AngularJS is being deprecated.
Hi, I don’t have plans to release Angular version, sorry. It would take a lot of time to make that version, I would have to rewrite the entire template if I wanted to create it.
is there a new update?
Hi, there will be new update before end of the November. If you have some suggestions please let me know, I’ll try to include it in this new release.
hi, i want to purchase this theme ,please verify that it contain all html ,js and css files i do not want angular version i want normal html css and js version of template so in purchased folder zip i will get all html and css and js files for using ?. Thanks.
Hi, when you buy Altair Template you will get both versions: HTML and AngularJS.
Altair template package comes with:
/html/src – contains all source files (plain/minified JavaScript, uncompressed/compressed CSS, LESS files, PHP files)
/html/dist – contains production ready files (minified JavaScript, compressed CSS, HTML files)
/angular – contains AngularJS version (plain/minified JavaScript, uncompressed/compressed CSS, LESS files, angularjs files /angular/app/ folder)
/landing_page – Landing Page for Altair Admin
Thanks for reply .
when I run npm install, it returns the error: npm ERR! file package.json npm ERR! code EJSONPARSE npm ERR! JSON.parse Failed to parse json npm ERR! JSON.parse Unexpected string in JSON at position 924 while parsing ‘{ npm ERR! JSON.parse “name”: “altair_admin_angularJS”, npm ERR! JSON.parse ‘ npm ERR! JSON.parse Failed to parse package.json data. npm ERR! JSON.parse package.json must be actual JSON, not just JavaScript.
Hi, there is no comma after “natives”: “1.1.6”
Please add it to package.json. Sorry for the troubles, I’ll fix that in next release.
thumbar
hi,
I have version 2.13 and a issue with scrollbar in “some situations”.
the scrollbar suddenly disappears after Routing changed; it works with keyboard (up/down arrow keys) but not mouse! and the users have to press F5 to reloading the page and everything goes fine again.
I don’t know why and when, and I can’t generate the error case.
how can I fix this? Is there any bugfixes or updates for this?
thanks
Hi, it’s hard to debug without the example. Please check latest version and let me know if this issue is still present in the latest version.
OK, I found it..when I open a Modal page, and then change the Route (ex: press Back from the the Browser), it gonna happen : the scrollbars disappears!
$transitions.onBefore({}, function(transition) {
// hide modal/cleanup before state change
if($('.uk-modal.uk-open').length) {
UIkit.modal('.uk-modal.uk-open').hide(true);
}
});
right before
$transitions.onSuccess({},function ($transition) { ...
well done..now it’s done after adding the above code.
thanks
Hi Tomek, in addition to the collapse column feature in your Scutum template, I like the dropdown filter on the Task Board page in Scutum. Any ETA on when these will be added to Altair?
Hi, sorry for the delay. I’m sure that I’ll add this features in July, but I can’t specify the exact date for this new update. I’ll try to do this asap.
Thanks! I like the whole Task Board in Scutum too
Would be good if it sized to screen height on small devices. Looking forward to an Altair update in July.
gantt event not clickable
...
behavior: {
clickable: true
...
}
This options are set as default for gantt chart:
showWeekends: true,
showToday: true,
toggleProjects: true,
cellWidth: 20,
slideWidth: 400,
kineticScroll: true,
startDate: false,
endDate: false,
startToday: false,
behavior: {
clickable: false,
draggable: true,
resizable: true
}
hmmm thQs a lot
hello,
when clickable is true, and i fire a resize event or drag event the click event is also fired.
Hi, sorry for the delay. Here is the fixed Gantt Chart script http://altair.tzdthemes.com/download/gantt_chart.js
all good now thQs
Hi, no problem 
Hi I’m using the example of the page_contact_list and the same for what I want is bad when trying to load a number of maps. Here’s an example of the problem :
https://imgur.com/QQizG8H
$('#contact_list').trigger('display.uk.check');
// or
UIkit.$html.trigger('changed.uk.dom');
In the sidebar, is it possible to have a section that has sub-sections be open by default (instead of closed). Like in the demo, if I wanted the “Plugins” item to be expanded on page load, how can I?
If you want to open a section on page load you just need to add class
act_item to li element.
<li title="Plugins" class="act_item">...</li>
I like the collapse column feature in your Scutum template; any plans on adding it to Altair?
Hi, not yet but I’ll add it to todo list.
Hi Tomek,
Any news on the next version release? I’m awaiting some of the features discussed above.
Thanks!
Hi, I’m not sure when this new update will be ready but I’ll try to release it before end of May. I have few things on my todo list (mostly minor fixes and plugins’s update) but I can’t find/remember this features that you mentioned, could you remind me them for me please?
EnjoyHint > Mobile Device Support and AutoScroll Fix
Fullscreen Header > Chrome Support
Collapse Column Feature > As per Scutum
Contact List Horizontal > Height of the card grow to accommodate a long name entry
Dark Theme > Issues with links, select2, and other elements
Hi, this issues:
EnjoyHint, Fullscreen Header, Contact List Horizontal and Dark them
has been fixed already, you can download updated template from themeforest.
I have added Collapse Column Feature to todo list but I’m not sure when this new release will be ready.
Thanks, I upgraded and still some issues with dark theme (default button has white colour instead of dark). Looking forward to the collapse feature 
Hi, sorry for the delay. I’ll try to fix this issues with dark theme asap. I’ll also try to release new version shortly.