Discussion on Altair - Admin Material Design UIkit Template

Discussion on Altair - Admin Material Design UIkit Template

By
Cart 3,301 sales
Well Documented

tzd supports this item

Supported

This author's response time can be up to 2 business days.

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, 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?

Hi, in last release this bug is not fixed. fyi

Hi, sorry about that, I forgot to include fix for this issue.
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

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!

Hi, this issue has been fixed already in latest version, if you are using v2.13 please open app/app.js and insert
$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

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
Hi, sorry for the delay. It seems that you need to update this grid when all maps has finished loading. To do that please run:
$('#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?

Hi, sorry for the delay.
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, 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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey