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, in html > login page : is there any way to save last view after page postback (button click) , for example in reset pass view after click button and page refresh show reset pass view again? (now it goes to login view if you remove index.html link from button href) (some js code?) thx

Hi, in html > components > notifications : is it possible to show notification (for example success) on page load? (not after button click) , thx

Hi, yes, this is possible, you just need to run UIkit.notify() on page load
$(function() {
  UIkit.notify({
    message : 'Success!',
    status  : 'success',
    timeout : 5000,
    pos     : 'top-right'
  });
});

Thank you

Buenas tardes, Quisiera saber que licencia debo elegir para adaptar y montar el Template a una escuela, que costo tiene el mismo, si es por unica vez y que beneficios tengo. Gracias

Hi, I’m sorry but I don’t understand, please send me this message in English.

Does the template have a single price or a monthly price?

Hi, there is no monthly payments, you just need to pay once and then you will get Altair template + 6-month support. Future updates are always free.
Please check: https://help.market.envato.com/hc/en-us/articles/203269700-How-do-I-purchase-an-item- and https://help.market.envato.com/hc/en-us/articles/208191263-What-is-Item-Support-

Before buying, I just have one query. I already have an ASP .Net MVC Telerik Application for which I am currently using Inspinia theme. I want to replace my current theme (Inspinia) with Altair. Will this be possible as in the live preview page I can only see html and angular js support!

Hi, there is no ASP .Net version of Altair template, in HTML/Angular I’m using free version of Kendo UI components http://www.telerik.com/kendo-ui/open-source-core

Are you planning of creating an ASP .NET version in the future?

Hi, I’m not familiar with with ASP .NET so it’s not likely that I’ll be making that version of Altair template.

Hi Tomek, thanks for the latest updated. Could you please clarify the following changes in more detail please?

[update] Selectize delayed initialization [update] Chatbox message input field (replaced by textarea)

Also, where is pdfmake used?

pdfmake: 0.1.32

Hi, pdfmake is used in datatables-buttons (to create and save a PDF file) https://datatables.net/reference/button/pdfHtml5
[update] Selectize delayed initialization – this has been updated to delay selectize initialization, eg when you are adding new HTML content with ajax call or in wizard (every component needs to be reinitialized on wizard init) http://altair_html.local/forms_wizard.html
[update] Chatbox message input field (replaced by textarea) – regular input has been replaced by textarea to be more like facebook message input (it will resize automatically when you write message)

Hi my friend,

How to leave a clean field in plugins_gantt_chart? No day ticked.

Thanks

Hi, if I understand correctly you need a clean row, without events for specific day, I’m afraid that this is not possible because this days are generated from existing events.

Hi,

How can we change the the pageTitle dynamically? Currently, we can set it in the app.state.js and I want it to be dynamic that I can set the page title like this (“Edit Product ” + product.Name)

Thanks,

angular2?

HI, there is no angular 2/4 version available and at the moment I don’t have plans to upgrade Altair to angular 2/4, maybe in the future but I need to think about it.

Hi tzd, when next update released? i want to start my project with new product update version, and i am waiting for it so much, thank you

Hi, Thank you for new updates, but how many time usually it takes to finish this (awaiting review) status? i think it should be 1 day for updates but it is about 3 days for alt air now and still waiting ;)

Hi, this update is ready for download (it was ready on 19th August actually), I forgot to remove ‘awaiting review’ status, sorry.

no problem ;) , and thank you again for good support and new updates.

Hi there :)

Great theme!

Could you tell me please where can I find / edit the CSS less files in the /dist edition Thinks like assets/less/pages/chat.less

Under the assets I do not have a less file in the distribution folder.

Hi, there are no less files in /dist folder. You can find them in /src folder.
/src folder should be used for major customization, there you can find less files, unminified js and php pages. If you want to make small modifications you can use main.css insted of main.min.css. You see this references to LESS files because sourcemap was used to map CSS generated by LESS pre-processor.

BUG (may be) REPORT.

I write my project in vue.js, and load file http://altair_html_rtl.tzdthemes.com/assets/js/altair_admin_common.min.js dinamicly after dom mounted (rendering App main page). If I load this file 2, 4 , 6 times each after previous project not works.

I try test you demo project, and I give same problem. Please

1) open link : http://altair_html_rtl.tzdthemes.com/ 2) Open console in Chrome 3) copy and paste :

$.getScript(‘http://altair_html_rtl.tzdthemes.com/assets/js/altair_admin_common.min.js') .done(function( script, textStatus ){ console.log(“OK ”+ textStatus);

})
.fail(function( jqxhr, settings, exception ){
  console.log('error')
})

4) Test search, button of side menu show/hide and open and close side menu groups. Not working property.

Please correct this, and remove state saving from js file. Or inform me what I can make to correct this. Thank you for best material theme.

Hi, some elements are not working because you have loaded altair_admin_common.min.js twice. You can add flag to check if this file is already loaded and if not, you can use getScript to load altair_admin_common. Please check https://stackoverflow.com/a/9521360

Hi, I am having difficulty in finding CSS clss in Kendo UI for making my fields small. Is there anything CSS class from Kendo UI for making the field small? In which this is equivalent to “uk-form-small” from UIKit or “input-sm” from bootstrap?

Thanks

Hi, I’m afraid that there is no classes like ‘uk-form-small’ in kendoUI.
If you need small inputs please check this example http://dojo.telerik.com/AHile

Hello,

Can you help me on how to display a whole number/integer for Kendo Numeric text box?

I tried the following 4 code snippets below but I failed.

1.) <input kendo-numeric-text-box k-format=”n0” k-ng-model=”value” />
2.) <input kendo-numeric-text-box format=”n0” k-ng-model=”value” />
3.) <input kendo-numeric-text-box k-format=”n0” k-decimals=”0” k-ng-model=”value” />
4.) <input kendo-numeric-text-box format=”n0” decimals=”0” k-ng-model=”value” />

Thanks

Oops! Never mind. I already figure it out. Thanks.

Great, I’m glad that you figured it out.

What way close Fab buttons after click in hover mode

div class=”md-fab-wrapper md-fab-in-card md-fab-speed-dial-horizontal” data-fab-hover

Try not hover mode and copy and past html code to vue.js component.

If you want I can send all files.

That would be fine, you can send me this files, I’ll check what’s wrong.

Hi, do you have plans to release an update of the template using uikit v.3? If yes, when it is expected to be released? Thank you!

Hi, for now I don’t have plans to upgrade Altair to UIKit v3. There are many changes in js/html and there are missing components in UIKIT v3 (used in Altair). Maybe in the future (when it reach stable stage) but I’m not sure yet.

Hi,

Is it possible to show notification on top of Modal?

thank you, Dashti

Hi, yes, it’s possible, you just need to increase z-index value for notifications
.uk-notify {
    z-index: 1500;
}

when is the next release i want to buy template

Hi, next release should be ready in less than two weeks.

is angular 4 supported in the next release??

Hi, at the moment I don’t have plans to upgrade Altair to Angular 2/4 (maybe in the future but I’m not sure yet). It would require a lot of work to make angular 2/4 version.

Please correct two sets rtl and ltr version of projects. I see difference in html files, different demo text (!) and it is vary difficult compare, Please compile one version for rtl and ltr and put this for download. And please list of all different files for LTR and RTL (not different assets directories). I try switch between rtl and ltr, and confused.

Theme Is excellent, but please complete you work.

Hi, like I said before there is no way to switch between LTR and RTL on the fly. If you need RTL version you should use Altair HTML or Angular version from ‘admin_rtl/’ directory.

Please add list of rtl and ltr files that I must change for switch between to directions. This is vary difficult to compare two assets rtl and ltr directories to compare difference between files. And also for bower_components directory.

What a simple way switch off lightbox on image click in gallery – page_gallery.html. I not want pop up dialog with image on image click.

Hi, to switch off lightbox you just need to remove data-uk-lightbox="{group:'gallery'}" from image

1) Please Add RTL to LTR switch in sidebar color theme and Layout. 2) Please help me with short js script to switch between rtl and ltr. I want change this on language switching

BUGS: 1) Print -Tabletools – Datatables – Plagin – RTL (In print window direction not RTL) 2) plugins_tablesorter.html RTL Print Window not RTL direction.

Hi, thank you for the info about the bug in RTL version, I’ll add it to my todo list and I’ll add it Altair asap.

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