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.
Hi, it works ok for me, could you check http://altair_html.tzdthemes.com/components_modal.html? What browser/os are you using?
Indeed it works, and on the same browser I am having the issue. I am not running the latest version of it, could it be the reason? Did you fix this recently or I’m doing something else?
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 ?
...
<td>
<div class="uk-button-dropdown" data-uk-dropdown="{mode:'click',pos:'bottom-right'}">
<i class="material-icons md-24"></i>
<div class="uk-dropdown uk-dropdown-small">
<ul class="uk-nav uk-nav-dropdown">
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-header">Header</li>
<li><a href="#">Item</a></li>
<li><a href="#">Another item</a></li>
<li class="uk-nav-divider" />
<li><a href="#">Separated item</a></li>
</ul>
</div>
</div>
</td>
...
great, it works, thank you. I replaced md-24 with md-icon so the mouse is changed to ‘hand’ instead of a typing icon when it is moved over
one more question, how to display an <i> or <div> only when the mouse is moved over the <td> row ?
<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
.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?
Almost ready, I’ll release this update tomorrow or Saturday evening.
...
I’m sorry about the delay, I had to make few more adjustments ro this new update, I’ll release this update in less than 36h.
thanks
no problem
hi angularjs dynamic form?
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.
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’m sorry but I don’t understand. What do you mean by ‘radio buttons are eccentric’?
If I click the radio button, the outer circle of the button and the dark round dot inside the circle are eccentric
Still don’t get it, this radio buttons looks the same as https://material.google.com/components/selection-controls.html#selection-controls-radio-button
it is slightly different, I want to show you but I don’t know how to upload a pic. the center round dot is moved a bit to upper left, not in the center of the outer circle. It is especially clear for the button of “lines”. it looks like the degree of skewing is increasing from “chars” to “words” to “lines”
Could you tell me what browser/os are you using?
I tested this template on multiple platforms: win10/win8/win7 (ie,chrome,firefox,opera); mac (chrome,firefox,safari); mobile devices (ios, android) and I’ve never experienced that issue before.
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?
$("#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, do you want to change this icons to some other icons?
I mean to add icons to submenu in navigation e.x in multilevel link to add icon to first level, second level etc.
This is not possible at the moment. I’ll try to add it to Altair asap.
Any update on this? Is this included in latest version?
<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.