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 there. UIkit.modal.prompt doesn’t focus on the input element. Original uikit version works correctly and input comes focused. Any trick to fix it? Thank you.

Im using chromium on a Linux system called Netrunner.

I was trying to reproduce this issue on chrominium browser (56.0.2896.3) but it also works ok. This prompt modal in Altair should work the same as the original prompt modal from uikit because there was no modifications to this component.

Okay, thank you very much. I will investigate further. Maybe I changed something somewhere, I don’t know.

Hi, How do I make a dropdown menu for a <a> or <i> element in a <td> element in a <table> ? I can do this by embedding a <div class=’md-card’> in <td> but “md-card” is with borders like a buttion which is not what I want. If I don’t use “md-card” for the popup menu then the popup menu is located to the most close “md-card” which could be far off the <td> element. Is there a good way to do dropdown menu for a <a> or <i> in <td> element ?

Hi, you can add ‘uk-visible-hover’ class to ‘td’ and ‘uk-hidden’ class to dropdown https://getuikit.com/docs/utility.html#visibility-utilities
<td class="uk-visible-hover">
<div class="uk-button-dropdown uk-hidden" data-uk-dropdown="{mode:'click',pos:'bottom-right'}">
...
</div>
</td>

Hi, is there a way to fix the table column width (measured in %) and truncate text if length of the text not fitting into the column ? I don’t like uk-overflow-container as the popu menu in the table which is within the uk-overflow-container will change the size of the container each time it is activated, which makes the window flicks. but if I remove uk-overflow-container, the column will extend outside the container. That’s why I want to fix the table column width. Thanks

HI, you can use grid classes to set width .uk-width-* https://getuikit.com/docs/grid.html and add .uk-text-truncate to td
<td class="uk-width-1-10 uk-text-truncate">...</td>

Hello, push notifications don’t seem to work on Chrome for Android

Hi, it works on Chrome but the website in which it is running on must use a valid SSL certificate, please check https://github.com/Nickersoft/push.js#mobile-support

Check this at Altair demo v2.9 “NetworkError: 404 Not Found – http://altair_html.tzdthemes.com/assets/js/pages/page_chat.min_small.js"

Hi, thank you for the info. Demo is fixed now, I’ll upload fixed version to themeforest in about 30 min.

what is the release date for Altair with Angular2?

Hi, I don’t have plans for the Angular2 version of Altair template. There is too much 3rd party plugins (used in Altair) that are not ready for the Angular2.

do you have admin page builder inside? or if not then when you planing to come with builder ?

Hi, there is no page builder included in Altair. I don’t have plans to add page builder.

i bought the template but how i can use rtl template

Hi, in downloaded package you will find two admin folders: admin and admin_rtl. In admin_rtl folder you will find RTL version (HTML/Angular) of Altair template.

Hi! Is it possible for you to mail me the documentation? Thinking of purchase…

Hi, no problem, send me message through my profile page https://themeforest.net/user/tzd and I’ll send you the documentation

Hi, did you get my message?

Hi, please check your email.

hi update?

Hi, I’ll add it to Altair in next update, for now you check this simple example how to make dynamic form fields in angular http://codepen.io/anon/pen/rVNoYP

hi next update?

Hi, next update will be released in January 2017

Hi, can this theme be used to build an admin dashboard on Yii framework? Secondly how easy is it to add a user onboarding flow to the dashboard for registrations? A flow similar to https://www.gloriafood.com/admin/app/setup/signup?restaurant_name=tetsing

Setting extensions doesnt display in angular js template. How user will be able to change the theme color etc?

Users can easily change theme color, this feature is integrated with Altair template, unfortunately there was some issues with the latest update and you can’t test it on http://altair_app.tzdthemes.com/ but it will be fixed in next update (should be ready in about 3-4 days) and it will be working.

Material design is not working in angular 2 spa. Here is the problem link: http://stackoverflow.com/questions/39974914/external-js-files-are-not-working-inside-angular-2-components

Please check your email.

Can I use vue.js for frontend with you template?

Hi, I think that this is possible.
Altair AngularJS version is build on HTML version as a base so you can use HTML version to build vue,js app.

Hello, the tables sorter in the template is great the only thing is that the print, sort , reset filters and export functions , which are linked in id’s and the multiple ID’s cannot be all linked into a single table ID. How can I use all of them without needing to use each id?

Hi, please clarify.
You want to use print, sort , reset filters and export functions to control multiple tables (like one print button to print multiple tables)?

I just purchased this and am hoping there is ability to toggle between table and list, does it exist? Thanks.

Hi, sorry for the delay. This feature is not implemented in Altair. I’ll add it to my todo list and I’ll try to add it to Altair asap.

radio buttons in http://altair_app.tzdthemes.com/#/plugins/diff_view are eccentric, can this be fixed ?

I am on win7 enterprise , using chrome Version 38.0.2125.111 m, I tested it using internet explorer and the skewing is slightly better.

I’m sorry but this version of chrome browser is outdated (released in 2014) and not supported.

Thanks, I will update my browser …

Hi, if i set the value of a input by jquery, the placeholder will not show properly and overlap the value. for example

<div class="uk-form-row"> <label for="input_title">Title</label> <input class="md-input" type="text" id="input_title" /> </div> $("#input_title").val("someValue");

The value(“someValue”) will overlap the hints (“Title”).

How can I solve this problem?

To fix this issue you need to use altair_md.update_input() function (when the value is set by jquery)
$("#input_title").val("someValue");
altair_md.update_input($('#input_title'));

Thanks a lot! I am not sure, but the order seems matter.

this order doesn’t work for me. $("#input_title").val("someValue"); altair_md.update_input($('#input_title')); but this solves the problem. altair_md.update_input($('#input_title')); $("#input_title").val("someValue");

Thanks

Hi my friend thank you for your help in my previous post.Is it possible to icons in the submenu of the left sidebar?

Hi, I made few tests and it seems that this is working quite good without any modifications, try
<a href="#"><i class="material-icons uk-margin-small-right"></i>Sub menu item</a>

Hi my friend,

I need something like this id: 1, title: ‘1’ icon: ‘’, submenu: [ { title: ‘1.1’, link: ‘link’, icon: ‘’ }, { title: ‘1.2’, icon: ‘’ submenu: [ { title: ‘1.2.1’, link: ‘link3’ icon: ‘ } ] }

Hi, you can use this code that I have send before but you need to make a recursive loop to show all this submenus.

Question: Why do you use Angular and not Ember (with Ember Handlebars integrated templates)? What do you recommend me?

I’m not using Angular :) I simply created AngularJS version of Altair template to help people develop application in that framework. You can use Ember if you like but it would require a large amount of work to create that version (using HTML version as a base).

Hi TZD,

How would I adjust the Scrum Board so there were only 2 columns; 1 large left-hand column and 1 smaller right-hand column?

I want to be able to drag from the right to the left but leave entries there (on the right) and allow multiple / duplicate entries on the left? Is that possible with dragula setting copy to true?

I want to be able to drag from the left to the right and remove them from the left but not duplicate on the right? Is that possible?

Hopefully you’ll see what I’m getting at? A kind of “builder” where you can drag from the right and build up entries on the left!

Thanks

Hi, It would require some custom work to make it happen but it can be done. I see that there is no ‘SUPPORTED’ badge next to your name, if you need further help please renew support for Altair template.

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