Discussion on Materia - Responsive Admin Template

Discussion on Materia - Responsive Admin Template

Cart 457 sales
Well Documented

solutionportal supports this item

Supported

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

53 comments found.

i am very new to templates, I have purchased this template. and worked on it. Its working fine in localhost(xampp) when i use it in server only first it is coming win the design, if i refresh the design is gone and only content is shown, Can any one help me with it.

i have changed files in src folder.

You have to use `dist` folder in production version not `src` folder. Contact me on the email page.

Hi,

Nice template!

You mention a complete To Do app in it but I cannot find it. Can you show where it is?

Thanks!

You can find it on the dashboard. It’s an implementation of open source TodoMVC app. It’s a basic app in which todo save state is implemented in local storage.

Good job man!

Thanks shakogegia

Hello. I think you’ve designed a great template.

I want to purchase it but the thing I want to know is:

Will I get the HTML together with the Angular version if I purchase this license? This is so important to me because I want to use the HTML version. Thanks.

Yes, html version is included in the purchase. See the changelog.

Hi!

Nice work! I am making this work for a project of mine and came across a minor issue. When you’re at the sign-in page and reload without doing anything, it suddenly shows the left and top bar.

Any ideas on how to fix that? :)

Thanks! Keep up the good work!

That’s because, addClass doesn’t work inside directive. So to make it working, replace the customPage directive in app.directives.js with this code:
.directive("customPage", ["$location",function($location) {
    return {
        restrict: "A",
        link: function(scope, element, attrs) {

            var path = function() {return $location.path()};
            var addBg = function(path) {
                scope.bodyFull = false;
                switch(path) {
                    case "/404": case "/pages/404" : case "/pages/signin" : 
                    case "/pages/signup" : case "/pages/forget-pass" : 
                    case "/pages/lock-screen":
                        scope.bodyFull = true;
                }

            };
            addBg(path());

            scope.$watch(path, function(newVal, oldVal) {
                if(angular.equals(newVal, oldVal)) return;
                addBg(path());    
            });

        }
    }

}])
and then add 'body-full': bodyFull to ng-class in body selector.

Awesome, that works! Thanks for the great and fast service! :)

hi, hml verson is not working i get this error XMLHttpRequest cannot load file:///HTML/src/styles/main.less. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

can you make css version also

thanks

You’re doing it wrong. You have to compile src folder via grunt task (which produce dist folder) and then serve it via local http-server or wamp server. Read the doc first.

Do grunt build from command line after installing nodejs.

This is the best Material Design Template what I see here in ThemeForest. Nice job solutionportal! :)

I really wanna buy this item but I wanna see an review or a part of documentation. Who bought this item can evaluate it? Including documentation, please.

The template is new here. So no reviews at present. And if you want the documentation or any help then you have to buy first. Please make sure before buying, you have some basic knowledge of angularjs or someone to handle angular part. In future, I’ll release html version also.

Well done! Definitely the best Material admin template available…Wish there was a non-angular version though.

Thanks for liking. I’ll update to html version after 70-80 (sales) mark.

Nice Work Good Luck :)

Thanks you, joomlastars

Is there an Angular and non-angular version included? I’m interested in using this in a non-angular project.

Only angular version is included. I’ll update to html version in future (after 100 or more sales)

Html version now available. See here

Great Theme & GLWS ;)

Thanks, fieldthemes

Great Design and Creative Job, GL … :)

Thanks bro

Very nice work good luck :)

Thank you, DesignsVilla.

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