566 comments found.
Is there any timefrime as to when support for MaterializeCSS 1.0.0 will be available?
Hello vanbreda,
Our next major release is coming in next month end. We appreciate your patience.
Cheers~
Hi, I have 2 questions:
1) We are developing cloud-based system. Which one I should choose of licenses? Regular or Extended license?
2) We are developing web project for a company. Should I choose license Regular license?
Hello rusumat,
For both the questions there is only one answer, if users are getting charged for using your cloud based system then you must purchase extended license else you should be okay with regular license.
Regards.
Hm, so, for example, I am developing an application like Facebook. I charging a fee per user. Then I will choose the extended license. Is it Right?
Yes.
Okay, thank you so much.
Hi PIXINVENT, do you have a plan to upgrade to materialize 1.0.0.0?
Hello BigKiddy,
Thanks for purchasing our theme and get in touch with us. We have already started working on materialize RC2 update and working on it, we will let you know once it will be live.
Cheers~
Hi there, I choose horizontal menu layout, when in localhost, the dropdown menu is working properly, but when I upload on webhosting the dropdown not working (not show the dropdown menu), is there any wrong? the css and js 100% same localhost and on web, thank you
Sorry about the comment, I already solved the problem, thank you
Sir , can buy this template to use my application which i gonna develop ERP application and upload codecanyon to use as instance based, please give me a genuine answer .
Hello kushalkhadkaa,
If you want to use our theme and resale it on codecanyon you need to purchase extended license.
Thanks
Sir , can buy this template to use my application which i gonna develop ERP application and upload codecanyon , please give me a genuine answer .
Hello kushalkhadkaa,
If you want to use our theme and resale it on codecanyon you need to purchase extended license.
Thanks
Hi, I found this theme on github. it is similar as your theme. can you please confirm it for me https://github.com/AlbertKellner/MaterializeTemplate
HI fzpolok,
Yes this is 100% similar.
Are you helping me to raise DMCA agains him ?
Hey there, We are experiencing some issues within your Materialize theme, (1) The checkboxes aren’t working probably, the are displayed without any styles and its value can’t be changed, (2) Sticky footer can’t be implemented, footer isn’t at the bottom of the page when the content are not vertically fulfill the page height. (3) There are no Right-To-Left (RTL) templates, could you please provide us a sample page, that built with RTL direction (i.e the main side bar is on right instead of left, the menu items are on left instead of right and etc… ) P.S: issues where found under development environment with the following terms: -OS: Windows 10. -Browser: Google Chrome Version 67.0.3396.99 -Development Stack: ASP.NET MVC 5 -IDE: Visual Studio 2015 Professional -Front-End: HTML + CSS + MaterializeCSS + MaterializeTheme + Microsoft Razor View Engine. Thank you.
Hello eng3alaa,
Thanks for purchasing our theme and get in touch with us. We suggest you to use our support portal https://pixinvent.ticksy.com/ and provide your live application link. As point no 1 & 2 are working fine for us in our demo. There must be customisation related case for this issue. Please refer documentation which we have provided with theme.
Also make sure you are using our latest update.
Sorry we do not provide RTL Support yet.
Thanks
Hello;, I can not find the html editor . Could you tell me where it is
Hello erdogandavut,
Thanks for purchasing our theme and get back to us. No right now we are not providing it. But you can use TinyMCE (https://www.tinymce.com/) which is free and compatible.
Cheers~
I have experimented with a possible error when I open the files on new firefox the icons are wrong: http://prntscr.com/jvbw2s, maybe is for third cookies, try it, this is the starter kit:
1) Download
2) Open the file with your route on new Firefox: file:///Applications/XAMPP/xamppfiles/htdocs/materialize/starter-kit/html/collapsible-menu/page-blank.html
Hello d_seos,
Yes Firefox has issue with cookie and cross domain while you open any file from exiting folder without http protocol.
Please use the http:// protocol using xamp server. This should not ba have any issue.
Cheers~
Hi, I have bought this template to use with Laravel PHP Framework,What is the best way to install on it? I have seen the guide but the only conclution that I arrived is that I should to put the css/js.. files on public folder and built the blades manually, is this right?
Thanks
Hello d_seos,
Thanks for purchasing our theme and get in touch with us. Apology but we are not expert in laravel, so we can not assist you for the same.
Feel free to get in touch if you have any queries regarding our theme.
Cheers~
Hi I have purchased the product yesterday and when install and while acessing demo files im getting Error Saying
THIS SITE CANT BE REACHED BUYRXCHEAP24.COM`S SERVER IP IS NOT FOUND DNS_PROBE_FINISHED_NXDOMAIN
please help to fix this issue
Hello shankar1312,
Thanks for purchasing our theme and get back to us.
Our theme only contain HTML/CSS files which do not required any installation, just upload it on the server to run it.
The issue that you are facing : THIS SITE CANT BE REACHED BUYRXCHEAP24.COM`S SERVER IP IS NOT FOUND DNS_PROBE_FINISHED_NXDOMAIN
It seems server related issue for that you need to connect with hosting provider.
Feel free to get in touch if you have any queries related our theme.
Cheers~
hi thanks for the reply now i have the second issue i just tried to install this template on NodeJs environment as the template is using GRUNT i tried to use the same but GRUNT is not Running/showing the CSS used by you in the template means only the HTML part is visible so please help me in fixing the same
Hello shankar1312,
It is not mandatory to use Node and Grunt. Template css will work with html in the package you have downloaded.
Grunt is required only to compile SCSS file and generate the CSS files.
Which command you are running ? Which error you are facing ?
Please use the https://pixinvent.ticksy.com/ for quick and fast support.
Cheers~
About datepicker, we cannot use date_limits parameter nor selectYears ?? it’s so boring to only display few range of years. if i want to display a birthdate, why display more than current year.
i just want to be able to do thius kind of things
selectYears: 28, min: [1970, 1, 1], max: [1999, 9, 31],
so how can i fix that ?
no answer ?
i verified product and cannot raise anything…..
Hi yuniel,
It seems your support is expired. Please give me time, I will check with support team if we can help.
Cheers~
Hi,
No news ?
Hello yuniel,
You an use the “accessibility labels” for swathing between dates and years.
http://amsul.ca/pickadate.js/date/#accessibility-labels
$('.datepicker').pickadate({
labelMonthNext: 'Go to the next month',
labelMonthPrev: 'Go to the previous month',
labelMonthSelect: 'Pick a month from the dropdown',
labelYearSelect: 'Pick a year from the dropdown',
selectMonths: true,
selectYears: true
})
Use the above parameter “selectMonths” & “selectYears” as true.
Cheers~
i did that before asking. but sill displaying only few years range.
Set selectYears: 100
$('.datepicker').pickadate({
labelMonthNext: 'Go to the next month',
labelMonthPrev: 'Go to the previous month',
labelMonthSelect: 'Pick a month from the dropdown',
labelYearSelect: 'Pick a year from the dropdown',
selectMonths: true,
selectYears: 100
})
nah, still doesnt work. your date system is broken. default date is december 1917…
Hello yuniel,
Could you please raise the support ticket on https://pixinvent.ticksy.com/ with detailed information and live URL.
Cheers~
Hi there, love the theme. I am having some trouble with the select filters on the jsGrid, any idea on how to fix the css on that?
Thanks Sc07713_B01 for connecting with us, Our support person will get back to you shortly.
Hi I purchased this and it’s beautifull! Thanks. I have an issue with the auto scrolling tabs. How do I stop them auto scrolling? Which function can I change? Thanks!
Hello mostaruk,
Thanks for purchasing our theme and get in touch. You can provide any preferred class to that tab and provide below css.
.tab-demo{
overflow-x
}
Regards,
Perfect they works great thanks .
Hello mostaruk,
Thanks for confirmation,We are sure you loved our theme and support, please spend some time to rate & review us on ThemeForest from your profile’s download tab (https://themeforest.net/downloads). Your positive review motivates us to provide awesome updates with more features & top notch customer support.
Cheers~
Hi, does the new version support RTL?
Hello mohannadhenno,
We do not support RTL yet. Will let you know once we will provide it.
Thanks
Hello! when will the next update will be rolling out?
Hello Erezbiox1,
Thanks for your purchase and get in touch with us. We will be providing the next update very soon may be in next quarter.
Cheers~
Hi, I’m interested to buy this template but when I test the “Modals” screen on IE11 the app freezes. The debugger shows an error “Object doesn’t support property or method ‘remove’” in materialize.js. Can this problem be solved? It is very important for me to run on IE also. Thanks/
Hello ByteCode2408,
Thanks for your interest and get in touch with us. Unfortunately this materializecss framework support IE11+ browsers and personally we are also not providing the support for the same.
FYI: https://github.com/Dogfalo/materialize#supported-browsers
Feel free to get in touch if you have any other query.
Thanks,
How do i call out the ”#loader-logo”?
Hello rickyuzuriha,
What do you mean by “call out” ? Could you please be more specific and provide filename, screenshot and some more details to help you.
Please raise support ticket on our support portal pixinvent.ticksy.com
Cheers~
Which Angluar version this theme used and all chart and other widget also used Angularjs?
Hello bhaumikdarji,
This template is not based on Angular 5 or angularjs. It is pure HTML template. You should buy Apex, if you are looking for angular template from here: https://themeforest.net/item/apex-angular-4-bootstrap-admin-template/20774875?ref=pixinvent
Please note that it is not angularjs template, it’s angular 5 template.
Cheers~