566 comments found.
The theme seems amazing.
I have a few questions. I want to use this both as a admin page in which I can create events and moderate content only able for a few users and as a users page where they can see the content and subscribe to events. Is that possible?
Also, I want a way that only the admins of the system can create group chats. Is there anyway I can do that?
And the login/subscribe part. Does it works or it’s just the html page?
Thanks for your time.
Hi paulo_richa,
This is the pure HTML,CSS and JS theme, you can integrate it with any backend language i.e .net, ruby, java, PHP.
All those theme pages you can use for any users and login page are for UI purpose only you nee to integrate it for login code.
Cheers~ GeeksLabs
Pre sale question. DO you have a form wizard? Also the form with validation does still submits without form being filled out. Can that be changed?
Hi mdrsolutions,
We do not have form wizard now but we will add that in our next release. Forma validation is already there though we will improve it more.
Thanks, GeeksLabs
Hi guys,
Nice theme, thanks! I only have one small issue, and i’m getting tired of it. I want the overlay for modals back. How can I fix this? Thanks!
Hi yce_mem,
Overlay of modal back mean ? You want modal popup body bg overlay right, we already have that.
Please explain more if there is any specific.
Thanks
by clicking the “show 10-20 …” button does not disappear after the click, see in link below
http://demo.geekslabs.com/materialize/v2.1/layout01/table-data.htmlHi aldeiaweb,
We have notice this issue, sure we will add this in our task and fix in our next release in next week.
thanks for the patience .
Modal: when i click outside the modal, it’s don’t close
input type file, when i click in input nothing happen, only button, input dont work to choose file…
Hi aldeiaweb,
Could you please raise a support ticket for all your query on support.geekslabs.com. So we can attach files for your solutions.
Thanks
do you have an support e-mail??
what happens in some pages, It is appearing horizontal scroll bar??? this error happens in 1000px down width screens
below is a page example with this problem:
http://themeforest.net/item/materialize-material-design-admin-template/full_screen_preview/11446068found out what causes this problem of horizontal scroll bar …
in styles.css line 367 #content .header-search-wrapper {
I commented the: /* width: 100%; */ and it worked…
adding overflow: hidden; also works well, without removing width: 100%;
Okay, Please raise any concern you have support.geekslabs.com
Does the theme come with a Theme Color Switcher?
Hi ngeshlew ,
This theme built in colors classes and variables to customize your theme with scss. http://demo.geekslabs.com/materialize/v2.2/layout01/css-color.html
Let us know if you need to ask anything else.
Thanks
Yes, I’ve seen. But I want a color switcher that changes the sidebar and top bar colors.
Hi ngeshlew,
That is what you can do with the primary and secondary color variables from _variables.scss if you have css or scss knowledge.
Sorry as of now we do not have color switcher for sample theme we will add soon in next release.
Thanks
When is the next release?
In next week, we will add predefined themes in that.
Okay. thank you
I can’t copy the code but you have it in the forum system, please give me some feedback.
Hi hitpro,
We apologize for the delay, are you using that model popup with PHP or any other language ? Is it possible to provide the live url we will not disclose it any where, you can mail us on admin@geekslabs.com
Thanks
I’ve sent you an email to admin@geekslabs.com but basically is how to add a shortcode or php code inside modal content because seems not work because the result is printing the code as text. Eg if I add [shortcode] in modal content the result is “[shortcode]”(as text) not the function that executes this shortcode.
Hi hitpro,
We will check your mail and and get back to you, but as you know a HTML theme or code will not affect the short code of PHP there may be some issue from backend side.
If your modal popup is not binding with ajax than it may possible that you should do that to run the short code from backend side.
Regards, GeeksLabs
hi geekslabs, great template, how to smooth menu transition in mobile devices. Transition and css effects breaks in mobile devices. Can you suggest me a solution? Thanks
Hi sha_ucsc,
Could you please raise a support ticket on support.geekslabs.com/forums/ also let us know the mobile browser and version of os you are using.
Thanks
Merhaba ben bunu sat?n almak istiyorum fakat 2 menü çal??m?yor. S?k?nt? nedir yok mu? yoksa benim taray?c?dam? bir problem var
http://i.hizliresim.com/vRQM6O.pngHello I want to buy it, but the menu does not work 2. Is not What trouble? If there’s a problem in my Browser on my
Hi webbocugu ,
Actually there is no bug but that notification DropDown is not there , you can add.
We not down your request and will add that.
Thanks
I’d like to buy this template to use in my MVC site. But someone ask “It support to use with ASP.Net MVC Backend?” and you said that “This theme support only wordpress platform on PHP, Apache Server.”
I just want to make sure whether this template is suit for any server side coding including .NET MVC and not for wordpress. Looking to hear from you. Thanks.
Hi megaprofit ,
Its support any back-end language PHP, Ruby , Java or ASP.NET. You need to take care your self for the back-end code.
Regards, GeeksLabs
Hi, finally I decided to bought the template. Thank you. I have a question about the CSS, Images and JS folder. Since this will be put in my MVC site, I’d like to put the CSS, Images, and JS folder deeper from root, not directly in the root.
Let say I’d like to put the CSS folder in root\content\template\default\css and the JS in root\script\template\default\js, And for images put in root\content\template\default\images. Is it okay?
I hope there is no any conflict with path being used by any css or js files. Thank you.
And for sass and font folder also will be put in deeper location. Is it okay?
Hi megaprofit,
Its all fine to put all JS CSS and Fonts to some specific location, I understand the your MVC may has some different folder structure.
All you need to take care is to set the all js, css & fonts file relative path should be proper so that your page can have those.
Regards, GeeksLabs
Wonderful. Thanks. And I have another question, does the template provide template color preset? I’d like to change the blue and light background to some darker color.
HI megaprofit,
We do provide the all material flat color custom classes to use it anywhere.
Check: http://demo.geekslabs.com/materialize/v2.2/layout01/css-color.html
Cheers~ GeeksLabs
Great theme. I have 2 questions:
1. How to show a smaller datepicker? Just like any ordinary bootstrap datepicker below a form field.
2. Can you make a form wizard example please?
HI tstkenny,
A1. To show a small date picker you need to integrate the third party bootstrap date picker js as this theme is not based on bootstrap you need to add it separately.
put the js,css file in js,css folder , you can also used the CDN library of that http://cdnjs.com/libraries/bootstrap-datepicker
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.1/css/bootstrap-datepicker.css" type="text/css" rel="stylesheet" media="screen,projection">
<!-- ================================================
Scripts
================================================ -->
<!-- jQuery Library -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.1/js/bootstrap-datepicker.js"></script>
A2. As of now in our theme there is no form wizard option, we would like to add it based on your requirement.
All the above two requirements are the features which dose not covered in the theme as of now so we can guide you in that case.
Regards, GeeksLabs
Hi I have found a bu in version 2.3 about the closing for the modals We can’t close them anymore by clicking anywhere on the page Can you fix this issue quickly please ? I use modals in my project and it’s very annoying to me Thanks as usual Waiting for your answer
You can also close them programatically:
$('#modal1').closeModal();
Let us know if you need more help for the same
I would like to have the same behavior than before If we click anywhere outside the modal the modal close itself Thanks
Hi,
Its working fine here on our latest version, http://demo.geekslabs.com/materialize/v2.1/layout01/ui-modals.html
So we can say its not due to the new updates, You can try also
$('body').click(function(){
$('#YoutModalID').closeModal();
});
Sorry Guys but to be sure of what i say… I’m just downloading the last version on themeforest (the 2.3 version) When you decompresse the RAR file for this version, the bad behavior for the modal is here !!! Then check out the archive you put on themeforest and let me know what is wrong Thanks
About http://demo.geekslabs.com/materialize/v2.1/layout01/ui-modals.html when you look the code source the header shows us that it’s the version 2.2…
No more answers guys ? Thanks for your return
Hi iviewclear,
Sorry for the inconvenience caused, we have replied you on our support forum, if you still have doubt you can raise your concern their.
Thanks
Sorry but no you don’t reply to my last post here and your answer in your forum is not efficient what about that i quote :”Sorry Guys but to be sure of what i say… I’m just downloading the last version on themeforest (the 2.3 version) When you decompresse the RAR file for this version, the bad behavior for the modal is here !!! Then check out the archive you put on themeforest and let me know what is wrong Thanks” Thanks for your answer with correct explanations
Hi iviewclear,
We are really sorry for the delay and the confusion occurred, we apologize for that.
New js version 2.3 has added the new feature to dismissible: true/false (Modal can be dismissed by clicking outside of the modal).
So you just need to change that,
Our model class is modal-trigger so it will be …
See dismissible: false, // Modal can be dismissed by clicking outside of the modal
$('#modal-trigger').leanModal({
dismissible: false, // Modal can be dismissed by clicking outside of the modal
opacity: .5, // Opacity of modal background
in_duration: 300, // Transition in duration
out_duration: 200, // Transition out duration
ready: function() { console.log('Ready'); }, // Callback for Modal open
complete: function() { console.log('Closed'); } // Callback for Modal close
}
);
So in our theme in v2.3 go to layout01/js/plugin.js line no 76 and replace the single line of
$(’.modal-trigger’).leanModal(); to the following code.
$('.modal-trigger').leanModal({
dismissible: false, // Modal can be dismissed by clicking outside of the modal
opacity: .5, // Opacity of modal background
in_duration: 300, // Transition in duration
out_duration: 200, // Transition out duration
ready: function() {
//alert('Ready');
}, // Callback for Modal open
complete: function() {
//alert('Closed');
} // Callback for Modal close
});
Hope this will clear all things.
Regards, GeeksLabs
$('.modal-trigger').leanModal();
So explain me why the closing is working fine by clicking outside the modal in this
There is something I don’t understand…
I’m just seeing that there are a lot of changes about modal between v2.1 – v2.2 and v2.3 in file MATERIALIZE.JS…
Are you sur that there is no changes to make between these 2 files to make modal working fine ??? It’s just a question I ask
anyway the better will be to have a new clean version with all good files in all layouts
Thanks for your answer PS : do you want to have my site url to see what is going on ???
Hi iviewclear,
Please provide us your platform URl to investigate the and let you know the proper solution.
Send us mail of platform like if it is private.
Thanks
Ok but how to contact you ? here http://support.geekslabs.com/ I don’t see any contact page
On http://support.geekslabs.com/ you can log private topic or message also or mail us on admin@geekslabs.com
Hi, please add me a chat option and update the demo, as thats the main thing thats holding me off from buying the template.
Also, the top right corner, notification buttons are not showing any dropdown, unlike other admin templates.
Hi aristotlian,
Sure we will note your requirement to out TO DO list and add in next release, however those are very small task which could be done using our theme easily with normal HTML CSS changes.
Thanks, GeeksLabs
Hi. Thanks for the update. Tell me, what file should be replaced to correct the error with Firefox? Thank you
Only two files change are there
v2.3/layout01/js/materialize.js v2.3/layout01/js/materialize.min.js
Hi anybot,
Thanks for the rating.
Would you like to share your application made with Materialize Admin Theme, we would like to add it in our showcase.
Thanks GeeksLabs
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 no more updates ?? Some FF’s bugs also persist !! When do the next version arrives with these fixes ? Thanks
HI iviewclear,
Sorry for the delay iviewclear, Our Updates are based on sales target, we have released today new updates having the this FF fix, will let you know once it live.
Thanks
we are waiting for this….
it will be live soon will let you know
thanks
New release is there with FF bug fix
You can download it
Big Thanks ! I confirmed that the menu bug on FF is fixed now I have a question : which files were changed between version 2.1 and 2.3 ? Only changes in JS Files i suppose to fix the menu bug on FF ??? For my actual project i’m afraid of unexpected behaviors…that’s why i ask… I see that there is now a class activ on the item menu…cool Have you got a changelog file even if i understand that you have answered very quickly to our requests…and you have no time to create it…. Thanks
The class activ on li already exists…forget what i say before…..
Hi iviewclear,
Thanks for the rating.
Only two files change are there
for FF change I can say you file name for 2.2->2.3
v2.3/layout01/js/materialize.js v2.3/layout01/js/materialize.min.js
There may be be change in 2.1 – > 2.3
v2.3/layout01/js/plugins.js v2.3/layout01/css/style.css
Would you like to share your application url or live link made with Materialize Admin Theme, we would like to add it in our showcase.
Thanks GeeksLabs
Thanks My project is not finished yet But when it will be i will update you
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
It support to use with ASP.Net MVC Backend?
Hi nyein007 ,
This theme support only wordpress platform on PHP, Apache Server.
You can purchase our HTML version : http://themeforest.net/item/ashoka-responsive-minimal-multipurpose-theme/8296581
And use it your own way for .NET MVC.
Thanks
Nice theme, pre-purchase question,
are you using bootstrap 3+ on the theme to make it responsive? If not, what you have used to make it responsive, thank you.
Thanks wwwtech ,
Its base on materializecss frmework and its a responsive also. Its not based on bootstrap.
Regards, GeeksLabs
Hello,
Does the theme support drupal? Currently, I have a bootstrap theme on drupal. Is it going to be a huge change to move it over?
Also, do you have anything to display a hierarchial structure?
Thanks,
Hi gana2537,
Thanks for the appreciation. ?? I am not sure but if the bootstrap can easily integrate then this theme is also same so it should suport.
or folder structure check : http://demo.geekslabs.com/materialize/v2.2/documentation/documentation.html
Regards, GeeksLabs
On Thu, Sep 17, 2015 at 5:10 AM, Envato Market <do-not-reply@market.envato.com> wrote: Hello,
I think the theme just awesome. Do you know if it will integrate with Drupal easily? I have a bootstrap theme in drupal currently.
Please let me know.
Thanks!
This email was sent through your item support contact form on Envato Market.
Item: Materialize – Material Design Admin Template Sender: gana2537
Purchase: gana2537 has not yet purchased this item from you.
You can reply directly to this email to respond to gana2537.
On the 20 of juli i made contact with you guys about the timeline function, you responded with:
We have added this Timeline Page requirement in out ToDo list as per many of our buyers required it. In our next release in end of this month we are going to add timeline page also, and will add many more.
On 24 of August i made contact again because there was no timeline in the update, you responded with:
We are doing our best efforts to release in this month as we are covering lots of new features and bug fix.
It’s now 9 of september and now i read in the comments above that the next update will be coming in about two weeks, what changed and why are you keep pushing it forward for the last two months?
Hi lubbertkramer,
We apologies for the delay, but enhancement support only based on our selling numbers, its common for all developer based on profit.
We are below then our target, though we had promise we will surely going to add those features.
Regards, GeeksLabs
Thanks for the reply. I understand that support and new features are in line with the profit but just like you said you promised it would come. Will it come with the update in two weeks?
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
Also, there seems to be a problem with the drop down menus and Firefox (40.0.3). On Chrome I can hover, they drop down and then I can select my option. On Firefox the options show but once you move the cursor down the menu disappears. This happens on your demo as well.
Hi dlollman,
It’s a known issue and we will shortly release the new version with this fix.
Regards; GeeksLabs
Thank you! Do you have any sort of ETA just for my own planning?
In 2 weeks
Just an FYI that I installed the new version of materializecss and firefox seems to be working without a hitch now!
Thanks dlollman,
Will check that and update soon 
How can I use the horizontal menu without icons? Removing the icons seems to leave a large space to the main nav.
Thanks!
HI dlollman,
Could you please provide us the live url or html code sample that you have changed, you can resolve your issue with CSS.
Let me know the requited information, we will send you the solution.
Regards, GeeksLabs