Discussion on Materialize - Next.js, Vuejs, Nuxt, HTML, Laravel, Django, Asp.Net Material Design Admin Template

Discussion on Materialize - Next.js, Vuejs, Nuxt, HTML, Laravel, Django, Asp.Net Material Design Admin Template

Cart 12,639 sales
Recently Updated
Well Documented

PIXINVENT supports this item

Supported

This author's response time can be up to 1 business day.

566 comments found.

can not register to your support forum – system tells me: wrong purchase key. Purchased yesterday.

Hi digo_themeforest,

You can ask your query here or pm us on admin [at] geekslabs [dot] com.

Please give me advise how to fix the bug. In combobox when a list data shown we cannot choose and sea top data. See screenshot http://joxi.ru/KAgMM4OF4NqOqm

It works fine only in custom screen resolution. See the screen shot http://joxi.ru/E2pkk4NF94kVzm

Will be very appreciated for any advise!

Thanks for your patience,

luxystech Actually problem is your dropdown has a many options and default matreialize css add max-height of 650px, as you have many option it occupy all the max-heigh of 650px.

OLDER

.dropdown-content {
    background-color: #FFFFFF;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

Due to his max height js got confuse to open on which side up or down.

So you just need to improve or change the height based on your requirement.

I tried for 250 and it worked Add below css in custom css to overwrite the max-height.


.dropdown-content {
    max-height: 250px;
}

You can set it element specific if you don’t want to change for all. i.e


.js-country-unit-selector  .dropdown-content {
    max-height: 250px;
}

Hope this will help, feel free to raise a support ticket on support.pixinvent.com to help you better way.

Thanks,

Thanks a lot!

Welcome

I like the theme very much and is going to purchase it. But before that I want to ask what’s included after payment. I need the DEBUG version of source files, especially the css files (or scss file would be much appreciated). I used to buy another bootstrap theme, but I only got a large minified css file. I’m really going to start development quite soon, so I hope to get your reply asap. Thank you!

Great! Thank you very much for quick reply. Another question, can I receive future updates? and how long?

HI shijistar,

You will receive future updates life time, but support will be based on your selection 6/12 months and if you need you can renew support only.

Thanks

Hello,

We’re glade to announce Materialize – Materialize Admin Template major update.

We have upgrade materializecss framework with jQuery. It also include Gradient Materialize UI with New Collapsible Menu Theme, Dashboard, Cards and many more..

Apology for that delay as we were working on the major release and due that it took long time.

Hope you will enjoy the new features, design & components. Please rate us 5 start to get more new fantastic updates.

Cheers~ PIXINVENT

Hi there,

I want to disable the select2 from theme and remove it totally to use my own bootstrap select2 , how can i do that ?? Please reply asap..

Hi ds77,

You can use it you just need to remove the built in JS of select2 and integrate yours one.

Let me know if you need any help for the same.

Thank you for replying. And where excatly is the built in js ?? Which file plugins.js ?? Because i tried to remove that but it didn’t work

Hi ds77,

We are sorry for replaying late we were on vacation, we understood you are asking for the select 2 dd integration support. Let me clear here we are not using it in materialize admin theme, it has its own built in select plugin.

If you want to integrate it you can do, we are happy to help you.

As lots of new customer are requiring support for select2 we are planning to integrate it soon with next release.

Thanks, PIXINVENT

How can I change theme color?

Hi scolandrea,

You need to user materialize.scss, in that file we have used default theme:


// Theme;
/*
  Tip: You can change the theme name here to generate new default style, you can also create your own !
*/
@import "themes/default/theme";

Inside theme folder we have provided predefined 8 themes. Use any one as you wish and you can create your own.

You need to compile using grunt scss.

Feel free to ask if you have any query.

Thanks, GeeksLabs

can this template integrated with PJAX without any conflicts?

PJAX : https://github.com/defunkt/jquery-pjax

Hi blackzero080 ,

Sorry for the late replay, sure you can use it as this is based on jQuery. But you have to integrate it your own.

Thanks

Hi guys,

I would like to see the auto complete feature added here, as I’m not sure why it’s been taken out?

Thanks

Hi c9dd,

We are yet to add this feature in next update, it will be in a month.

Thanks

Hello,

We’re glade to announce Materialize – Materialize Admin Template major update.

We have upgrade materializecss framework with jQuery. It also include Gradient Materialize UI with New Collapsible Menu Theme, Dashboard, Cards and many more..

Apology for that delay as we were working on the major release and due that it took long time.

Hope you will enjoy the new features, design & components. Please rate us 5 start to get more new fantastic updates.

Cheers~ PIXINVENT

Hi ,

I’m facing a problem. On file plugins.js I got an error everywhere ”$(...).material_select is not a function(…)” I’m using a different jquery version. but I tried to use the theme jquery the same error still appearing.

Full Error Message :

plugins.js:54 Uncaught TypeError: $(...).material_select is not a function(…)(anonymous function) plugins.js:54fire jquery.js:3187fireWith jquery.js:3317ready jquery.js:3536completed @ jquery.js:3552

Any suggestions ?? Thanks in advance

Hi ds77,

Thank for getting in touch, could you please mail me or PM me the link or .zip file so I can check and help you,

Cheers~

The template works perfectly but now I need to port it to angular2 (we have decided to use angular2 instead of angular1) and we have some problems with the submenù. Have you planned a porting to Angular2? If yes you could say a release date? Just because this theme is amazing and I prefer continue using it instead of another one.

Hi Tinwor,

That’s great that you are targeting angula2, but we don’t have any idea or plan for Angular2. We are really sorry that we can not assist you on your query as we do not have full knowledge on the same.

Feel free to ask if you have any query in future

Regards, GeeksLabs

Is this compatible with ReactJS?

Hi nipurn_doshi,

This is not made in ReactJS but its a common HTML , CSS & JS template as others so you need to integrate it in ReactJS.

Feel free to ask if you have pre-sales questions.

Thanks

is there any way to replace native scrollbar with perfect scrollbar on whole page content, not only menu?

Hi koza95,

Sure that can be done easily, you just need to disable the perfect scrollbar plugin.

Regards, GeeksLabs

autocomplete function and css are not update still not working have any solution?

Hi mohamedzajith,

We will include in out updates based on our sales, sure we are planning and it will be included in next release.

Thanks

Hello,

We’re glade to announce Materialize – Materialize Admin Template major update.

We have upgrade materializecss framework with jQuery. It also include Gradient Materialize UI with New Collapsible Menu Theme, Dashboard, Cards and many more..

Apology for that delay as we were working on the major release and due that it took long time.

Hope you will enjoy the new features, design & components. Please rate us 5 start to get more new fantastic updates.

Cheers~ PIXINVENT

Could you please push updates more frequently?

Are you working with git? And if yes, have you ever thought about a Github/Git integration for customers? Like here: http://triangular.oxygenna.com/#/github https://themeforest.net/item/triangular-material-design-admin-template-angularjs/11711437

Hi tomscholz,

No we are not on git right now, but we will be very soon. We are planning to integrate it shortly.

Thanks

Hello,

We’re glade to announce Materialize – Materialize Admin Template major update.

We have upgrade materializecss framework with jQuery. It also include Gradient Materialize UI with New Collapsible Menu Theme, Dashboard, Cards and many more..

Apology for that delay as we were working on the major release and due that it took long time.

Hope you will enjoy the new features, design & components. Please rate us 5 start to get more new fantastic updates.

Cheers~ PIXINVENT

I have the same problem reported here: https://themeforest.net/comments/14449776

Please, fix that…

I just solved the question… In line 3611 of materialize.min.js (beautifier is your friend), just change this element: a(this).trigger(“open”) to a(this).trigger(“close”) :)

Hi sanchezdeveloper,

That’s great, we will check this once again and push your change if looks perfect and also provide your credits.

Regards, GeeksLabs

Hi, if i buy i can use it for my cpmmercial projects right?

Hi tjmugova,

Sure a single licence can be used for single commercial project, if you wish to use for multiple project go with the extended licence.

Feel free to ask if you have any query…

Thanks GeeksLabs

Hi The login page, I am trying to style my login container and put it centre but without inserting page-center.css in my page. In page-center.css html and body elements are styled which doesn’t suit my scenario. Please, can you help me with that? Basically, I need to align my div to appear in the centre without styling body and html elements. Thanks.

P S what is the support email I can use?

Hi accountsandme,

Use our support portal (support.geekslabs.com) or mail us on admin[at]geekslabs[dot]com. Please mail us your project files so we can check that and provide you feasible according to your requirement as you can not use page-center.css

Or else provide us live link we can test online and give you solution.

Thanks, GeeksLabs

Pre-sale question: I want to know something about your ChartJS. Are you using a custom ChartJs script or the actual ChartJS from www.chartjs.org? Because I see your way of doing it is different than the documentation from them. Also your Version is ahead of theirs. They have a version 2.x and you have a 3.x. I need to know this because I want to know if you are actually using the ChartJS library with the latest of their software. Thank you in advance

Hi sarmisegetuza,

Yes we are using the ChartJS. Version info is as below, and it may be possible Author create newer version after chartjs.org established.


/*!
 * Chart.js
 * http://chartjs.org/
 * Version: 3.0.2
 *
 * Copyright 2015 Nick Downie
 * Released under the MIT license
 * https://github.com/nnnick/Chart.js/blob/master/LICENSE.md
 */

Regards, Ajay Patel

Hello. Could you please fix the bug in 404 page. See the screen http://joxi.net/Q2K7gqPC9VN092

Thank you in advance!

Hi luxystech,

Please use the below css change for the fix.


h1.text-long-shadow {
    margin: 0;
    padding: 0 !important;
}

Hi,

I’ve registered on your support website but I can’t see anywhere to create a new thread. Please, can you tell me how do I create a new support ticket?

I would like to start adding my website data in page-blank.html, I am wondering why this page is scrolling even though there’s no content there? Screen Resolution- 1920 * 1080 Browser – Latest version of Chrome.

Thanks

Hi,

You can mail us too, please send us zip code of your customised page and will get back to you with the solution.

GeeksLabs

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