670 comments found.
Hi,
I want to enable random dates in datepicker.. But there is only solution for enable dates between two dates.. So could you please suggest me solution..??
Hi, what do you mean by random dates? If you want to select multiple dates it’s not possible with this plugin.
Yeah multiple dates.. Oh. Is there any chance to implement that..??
UIKit datepicker doesn’t have this feature and it would be quite hard to add it to this datepicker. If you need multiple dates check this plugin https://chmln.github.io/flatpickr/#example-multiple
I want to create a form having validations but on button type=”button” . Is there any sample codes available for help ?
Sample having validation on page “forms_validation.html” in altair have button type=”submit” .
“plugins_crud_table.html” page in altair sample created fields dynamically. I want simple html page having input controls with validations on button type=”button” .
Please help .
Hi, if you need to submit form on button click please check this example https://www.formget.com/jquery-form-submit/
I am using altair design in my mvc application.
Some js files are added in page other than altair js No js error is coming but application throwing a Waring as below.
“Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/."
because of that slidebars and other menu items not working .
Please suggest .
because of above issue , i have to add these files on every page
<script src=”assets/js/common.min.js”></script> <script src=”assets/js/uikit_custom.min.js”></script> <script src=”assets/js/altair_admin_common.min.js”></script>
I want that these files only on Master Page
You need all this files if you want to use Altair components/features. I don’t know why you getting this warning, it seems that this warning is not related to Altair template, it has something to do with your application.
Hi, I have founded an error on angular-tinymce.js module, can you fix this on the next time, I have just fixed this bug into my code, but if on the next release this came my code will be replaced and the bug will appear again, the bug was at line 45 of the angular-tinymce.js file and I just put this complement on the if clause tinyInstance.getDoc() follow de complete block
if (tinyInstance && !tinyInstance.settings.readonly && tinyInstance.getDoc()) {
tinyInstance.getBody().setAttribute('contenteditable', true);
}
Tks
Thanks for the info, I’ll update this tinymce directive in next release. I see that this fix is already added here https://github.com/angular-ui/ui-tinymce/blob/master/src/tinymce.js#L47
Hi, that’s true, this fix I got it from there too, nice, on the next release this bug will not happen anymore.
I want to hide search textbox for status coming in table by default. How can i do it dynamically using jquery/javascript ?
http://nimbus.factorfox.net/page_issues_list.htmlclass="filter-false" in column header
<th class="filter-false">Column Header</th>or you can use
headers option:
.tablesorter({
...
headers: {
0: { // column number
filter: false
}
}
please check first 2 columns here http://altair_html.tzdthemes.com/plugins_tablesorter.html
Cannot read property ‘data’ of undefined.
Above error coming on this line in uikit_custom.js file. wrapper.data(‘toggle’).toggleClass(this.options.clsactive);
how to resolve ?
Hi, I need more info. Where can I check this issue? I see that this code is related to uikit accordion, please provide a link to your page where this issue appears.
I created a simple html page which have reference of common.min.js , altair_admin_common.min.js and login.min.js . It is working fine on local. But when i host it on server , It is showing issues in common.js and altair_admin_common file
common.min.js:1 Uncaught ReferenceError: Invalid left-hand side expression in postfix operation
altair_admin_common.min.js:2 Uncaught ReferenceError: $ is not defined(…)
Please suggest.
Hi, could you send me a link to your site? I’ll check what’s wrong. In the meantime You can include non-minified version of common.js and altair_admin_comomn.js to check where exactly this errors is located.
Is there any issue with the server i.e need to configure something .I hosted a small application downloaded from themeforest but it also not working on server.
http://nimbus.factorfox.net/login.htmlHi, are you using latest version of Altair template? It seems that your common.min.js script is different than latest common.min.js script (from v2.9.1).
Please download http://altair_html.tzdthemes.com/assets/js/common.min.js , replace this file on server and check if it’s working.
Horizontal contact cards, with image on the left and details on the right. Is that possible?
Hi, I’m sorry but this is not possible in Altair. I’ll add this to my todo list and I’ll try yo include this in Altair asap.
Hi Tzd, is it possible to send me the documentation? Very interested in purchasing. Thank you!
Hi, no problem. Send me message through support page https://themeforest.net/item/altair-admin-material-design-uikit-template/12190654/support and I’ll send you the documentation for Altair
How to initialize altair_login_page.init() ? It is not supporting on server under altair_admin_common.min.js file
Hi, you can use altair_login_page.init() but first you need to include assets/js/pages/login.min.js in your page.
Its is not working
hello, how can i fire an event when the item of a multiselect is deleted or selected?
Hi, please check selectize events https://github.com/selectize/selectize.js/blob/master/docs/events.md
thank you!
One more thing, about the dashboard caledndar, how can we load and reload dynamically the events?
also how can the dates of clndr be clickable?
For loading/reloading events you can use clndr api (setEvents method), please check https://github.com/kylestetz/CLNDR#returning-the-instance--public-api
Dates in clndr are clickable but only if there is event attached to particular date. I’m not sure if this is possible to make all dates clickable.
Why uikit dynamic grid run twice events beforeupdate.uk.grid and afterupdate.uk.grid after show all cards in the grid?
Hi, please check your email.
A very good work, keep going like that.
Just a quick observation, in the HTML demo version there are 15 errors of files not found, is that deliberate?
These are the file’s URLs, http://pastebin.com/KxpmgqBA
Hi, thank you. Could you send me more info about this missing files? I see that some of this files are there but in different folders, what tool do you use to check this missing files/links?
Hi, I’m just using Internet Explorer 11’s console to watch how some plugins where used and it shows error message about missing files, so I thought that maybe in other sections of the demo are also missing and I was right.
Thank you for the info. I’ll check it further and I’ll fix this asap.
There are more files now in the latest version http://pastebin.com/6QrWyDGg
Hi, I still don’t see this missing files in IE11 console or in any other browsers. Please send me screenshot of your console or send me more info how can I check this missing files.
Sorry to bother you, I just check the components_modal.html file and what I get is a little parse error for some inline JavaScript (line 675). I’m really sorry for the confusion. Thanks for your quick response and keep doing your excellent job.
Hi, thank you for the info. I appreciate your feedback.
Good Day
I think I asked my question incorrectly the last time, what i want to confirm is:
I would like to use all the functionality of the data tables [http://altair_app.tzdthemes.com/#/plugins/datatables] and table sorter [ http://altair_app.tzdthemes.com/#/plugins/tablesorter ] plugins in/on a single table, meaning I would like to be able to;
Use the Search Data in the entire table (Global Table Search) of the data table plugin Use the Filter Columns with the auto option of the of the table sorter plugin Use the Filter Data (per column, using the individual column searching) of the data table /table sorterplugin Use the Reset Filters of the data table plugin Use all the table tools to (print, copy, export to csv, xlsx and pdf) of the data table plugin Use the table ascending and depending features of the table sorter plugin Use the date/calendar sorting functions in the custom filters of the table sorter plugin
I am using the HTML version of the framework, however i noticed the each table structure uses a specific ID and I am unable to link all ID’s to a single table.
How would i go about structuring the table to use all the data table and table sorter plugin functionality in a single table?
I would really appreciate your assistance as I have been battling with this.
Thank you for your support.
Regards Zehad
Hi, please check your email.
i am having a confusion for the parsley used in this theme. According to the theme the validation works fine. But if i change the name of the form id ‘form_validation’ to any other name and i the same name if changed in the JS file too the validation is not working. could you please guide of how to resolve this issue.
Hi, please check your email.
Check out this video for better explaination http://www.screencast.com/t/LjAUNbjXV
We have purchased this theme and integrate it. But when we are working on multiple add features as we have given in screenshot and video URL, We cannot identify why multiple add going to the wrong format it is shown ”+” sign at the bottom and new rows added above. This is totally wrong as per user perspective. We are using a lot many forms in our system but we cannot use it. we need it as soon as possible otherwise this theme is totally useless for us.
We hope you give us positive feedback as we trust on your product.
Thanks
For the simple form fields (with the inputs, textareas etc) it’s quite easy to append this fields below but for the advanced fields (when you have plugins like selectize, icheck etc. included) it’s not that easy. I’ve been trying to make it work but without success, I think that it would require different approach, like using handlebars template or clone this fields before initializing this 3-rd party plugins. I’ll try to fix this asap.
We have already used in our live system. We need a solution for that. It is totally wrong user point of view and many users are complaining about this. We are not able to do this feature from our side because of you are using third party plugin. So we need a proper solution ASAP.
Hi, please send me an email, I’ll send you fixed version and info how to replace existing dynamic forms, I have it working the way you want but with the use of handlebars template.
We tried all possible ways but we are not able to do it. Please provide us some update over the same.
HI, sorry for the delay. I’ve been quite busy but tomorrow I’ll send you working version.
i still did not receive. client is not happy with the delay.
It was send 7 days ago to webapprise.system@gmail.com, check this email address.
Hi, please check your email.
Yes, I got your email. Thanks
I am planning to buy this, do yo u have any plan for angular 2
Hi, I’m sorry but I don’t have plans for angular2. There is too much 3-rd party components/plugins (used in Altair) that are not ready for angular2.
我只想知道,中国用户怎么买这套模版,是支付完成后,你们发邮箱给我,还是提供下载的地址,我想用你们的这套模版搭建一个管理后台使用,可能用在我自己不同的项目上,但不出售。
I’m sorry but I don’t understand, english please 
I just want to know, Chinese users how to buy this template? After the completion of the payment, you send email to me? Or download address? I want to use your background to use this template to build a management, may use in my own different projects, but not for sale.
After you buy Altair template you will be able to download it from themeforest: https://themeforest.net/downloads About the license please check https://themeforest.net/licenses/standard and https://themeforest.net/licenses/faq#main-differences-licenses-a
Good happy, success of payment and the download is complete, the effect is ideal, thank you.
Hi, thank you for the purchase. I hope you will like to work with Altair.
I saving money to buy this Template. It’s pretty professional template
Thank you, I hope that you will enjoy it after you buy it.
Hi, is it possible to add to Gantt a subproject?
Hi, I’m sorry but subprojects are not available in Gantt chart.
Hi.. After updating template to 2.9.1 version we are getting below mentioned issue
...bindex")||(o=1e3,t.attr("tabindex",o)),t[0].focus(),o&&t.attr("tabindex",""),t))...
TypeError: t[0] is undefined
HI, I can’t reproduce this issue on my dev env and on http://altair.tzdthemes.com/ Please send me more info. Where can I see this bug?
Every time I open a modal which contains dynamic form..
Still can’t reproduce this issue. What browser/os are you using? If it’s possible send me html code for modal/dynamic form.
I am using Firefox latest version browser, windows 10 OS.
Here I am sending modal source code.. Actually it generates dynamically.. But I am giving you final result.
<div class="uk-modal-dialog uk-modal-dialog-large">
<button type="button" class="uk-modal-close uk-close"></button>
<div class="uk-modal-header">
<h3 class="uk-modal-title">Add Pickup</h3>
</div>
<div class="uk-grid uk-grid-divider">
<div class="uk-width-large-3-4">
<form class="uk-form-stacked" id="add_pickup_form" method="post"
enctype="multipart/form-data">
<div class="uk-grid">
<div class="uk-width-medium-1-2">
<label class="uk-form-label">Pickup Route Name</label>
<div class="md-input-wrapper">
<input type="text" name="pickup_name" id="pickup_name"
class="md-input" maxlength="100"
value="" /> <input type="hidden"
id="pickup_id" name="pickup_id" value="" />
</div>
</div>
</div>
<div id="pickup_location_blocks" class="uk-overflow-container">
</div>
<div class="uk-grid">
<div class="uk-width-medium-1-1 uk-text-center">
<a onclick="add_pickup_location();" class="md-btn md-btn-flat md-btn-flat-primary">Add Pickup
Location</a>
</div>
</div>
<div class="uk-grid">
<div class="uk-width-medium-1-1">
<label class="uk-form-label"> <input type="checkbox"
id="check_additional_note" name="check_additional_note"
data-md-icheck> Additional note for your pickup
</label>
</div>
</div>
<div class="uk-grid hide" id="div_additional_note">
<div class="uk-width-medium-1-1">
<label class="uk-form-label">Enter Additional Notes</label>
<div class="md-input-wrapper">
<textarea name="additional_notes" id="additional_notes"
class="md-input" maxlength="1000"
placeholder="Example: Please be ready 15 minutes before the pickup time."></textarea>
</div>
</div>
</div>
<div class="uk-grid">
<div class="uk-width-medium-1-1 uk-text-right">
<input type="submit" value="Save Pickup"
class="md-btn md-btn-success" name="save_btn" id="save_btn">
</div>
</div>
</form>
</div>
<div class="uk-width-large-1-4 help-column">
<div class="help_panel">
<div class="help_support_panel">
<span class="help_tag help_support_header">HELP <i class="help_icon material-icons"></i></span>
<hr />
<div class="help_support_body">
<p>
<a onclick="load_support_video();"><i class="md-icon material-icons"></i>
Watch demo video</a>
</p>
<p>
<a onclick="load_ticket_modal();"><i class="md-icon material-icons"></i>
Contact Support</a>
</p>
<p>
<a onclick="load_tour();"><i class="md-icon material-icons"></i>
Page Tour</a>
</p>
</div>
</div>
<div class="help_container" id="help_container">
<h3 id="hitem_title" class="hitem_title" />
<div id="hitem_body" class="hitem_body" />
</div>
</div> </div>
</div>
</div>
Still no luck, It would be great if you could give me a link to your site because it’s not possible for me to reproduce this issue on my dev env (in all major browsers: firefox,chrome,ie, edge).
Click on “Forgot you password?” link at bottom of the form & check console/firebug
// modal
<div class="uk-modal" id="forgot_password_modal" aria-hidden="false">
<div class="uk-modal-dialog">
<button type="button" class="uk-modal-close uk-close"></button>
<div class="uk-modal-header">
<h3 class="uk-modal-title">Forgot Password</h3>
</div>
<div id="forgot_password_modal_content" />
<div class="uk-modal-header uk-margin-top uk-margin-bottom uk-text-right">
<a class="md-btn md-btn-success">Forgot Password </a>
</div>
</div>
</div>
// php template
<div class="uk-grid">
<div class="uk-width-medium-1-1">
<label class="uk-form-label">Email Id</label>
<div class="md-input-wrapper">
<input type="text" class="md-input email" maxlength="200" id="email_id" name="email_id">
</div>
</div>
</div>
// js code
$("#forgot_password_modal_content").load("templates/forgot_password.template.php" ...
and it should be ok.