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,

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.html
Hi, to disable search textbox for table column you can use class="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.

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.html

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

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

hi, check out this URL it has an image. Here when I click on add (Red circle) then a new row is added but it is added between the above and below. I want the box to be appended below. https://s18.postimg.org/p710ac57d/12345.png
Hello, I did not get any email. Can you please send me again below two email id as soon as possible ? Please mention comment here once you send us email. kakadia_bhavik@yahoo.com bhavikkakadia2002@gmail.com

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.

我只想知道,中国用户怎么买这套模版,是支付完成后,你们发邮箱给我,还是提供下载的地址,我想用你们的这套模版搭建一个管理后台使用,可能用在我自己不同的项目上,但不出售。

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

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).

https://www.toours.com/partner/login.php

Click on “Forgot you password?” link at bottom of the form & check console/firebug

Hi, this is a specific case, you are loading content to modal but you don’t have the actual HTML code for modal, you just have a modal wrapper. You need a full HTML code for modal and then you can load dynamic template into ’#forgot_password_modal_content’ div:
// 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.
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