Discussion on Admin.io - Responsive Material Design Dashboard

Discussion on Admin.io - Responsive Material Design Dashboard

Cart 315 sales
Well Documented

monkey_themes supports this item

Supported

25 comments found.

I want cards code in a separate file, so that I can use the cards in other application out of this admin template. Similarly I want other element’s code in separate individual files so that I can have each element implemented in the application I want to use. in short how I want to use this admin theme is to not use as admin theme but have each element’s code, so that I can pick any element I want to use and implement in my other project.

Hello,

Even though all files are bundled into one single file in the end (for better performance) there are still different files in the source code.

Cards are also comming from https://material.angularjs.org/latest/demo/card so they are totally reusable.

Best regards Joao Garin

So are they pure CSS & JS files, which I can just reference them to put these elements into use?

No, not exactly. The css is done with scss (sass) files. The javascript is angular so its not pure javascript exactly, it is pure javascript but using a javascript framework.

Hello,

How to re-compile main css to change default colors for theme.

Basically I wanted to change default colors and use others one. I know there is an option on front end to change theme but those are limited 6 colors and the one is not in list which I am interested in. so wanted to change default colors in scss file and recompile main css (I mean styles.css later main.css)

Help would be appreciated

Thanks Nitin

Hello,

Just replied on email.

Best regards Joao Garin

Can I have the html version of this theme?

Hello, Sorry unfortunately there is only this version of the theme. ITs not really possible to get something like this to work only with HTML..

Best regards Joao Garin

Can I have the html version of this product ? I got the AngularJS version by misktake. Thanks

Hello, Sorry unfortunately there is only this version of the theme. ITs not really possible to get something like this to work only with HTML..

Best regards Joao Garin

HI, My name is Liza and i am writing you in regard to one of your themes on themeforest , I am very impressed with the theme and would like to use it in my upcoming project , which will be a business application for my consulting customers. Is it possible for you to engage with us to design pages, mostly forms for our application using this theme, we have a decent budget of about 2000 usd. let me know your thoughts and you can reach me on admin@conbis.net or gmail address.,,.

Hello,

I will respond to the private message you sent.

Thank you, waiting for the reply.

Hi… I dont have knowledge in grunt.. pls provide link without grunt.. I need to check speed..

Hello,

Included with the theme is information on how to use without grunt. All files included in the index.html you just need to uncomment.

I dont have a demo without grunt. The speed will of be slower, consider also mobile devices where each request makes a big difference. If you split this into multiple files its really bad.

Best regards Joao Garin

Good evening.

I have a concern regarding the limitations of regular license.

I can not charge for entry to my final application because using your template?

Does the regular license is for the development of free web applications?

Thank you for your attention. Stay tuned to your response and collaboration.

Hello,

The regular license can only be used for a single project / web application. You can charge for user registrations on that project or for whatever you like. What you can not do is re-sell the code or use the code for two different projects / web applications.

Let me know if you still have some doubts about this.

Hello, this template uses ui-router? thanks

Just one question you mean the new-router or ui.router? Because the new router is the one used in angular2 I think that would be the one that makes more sense for angular1 now..

https://github.com/angular/router

I am just finishing updating to ui.router. I will push it in the next hours hopefully and will keep you posted

I have bought the theme but it seems like it’s running slow. I wonder if it has performance issues?

Hello,

The demo is running on a ver low server, but still the results are not really bad. For better performance you should make sure to run the “grunt minified” task and not the dev task. This will compress javascrit files and uglify them.

also if there are parts of the application you dont need you can just exclude them from the app config and the gruntfile.

Same for CSS. If you need some extra info on this feel free to send me a private message.

Best regards

I just bought the admin.io theme i wonder how can i change the default color scheme, should i compile the theme to get this change

Hello,

To change the color set the defined primary, secondary, warning etc color variables in styles/settings/colors.scss. Because some color settings are also needed in javascript inside app/config.js there is some settings for colors as well.

Recompile the theme and that should do it.

Best regards

There is a error with select component at form sector. When you focus the select by tab key, it show focus effect, ok… when you press down key it opens, ok… but when you press up or down keys to select another option, it don’t works. Tested with Google Chrome and Firefox, both lastest version at momment. I try hit enter before close effect ends and works, the option has be selected. So, I think it will works fine if the up and down keys do not call close effect for the element, only enter or esc keys or events like $().leave(). Sorry my bad english. Please tell me if you correct this, I like to buy it.

Hello,

Can you tell me what element you are looking at? I just tried in this URL : http://themeforest.joaogarin.com/ioadmin/#/forms/elements the select boxes and hitting up or down they open. After opened up or down does select the elements..not sure I understand the issue though maybe I am looking at the wrong thing.

Any other layouts for this? Like horizontal menu, and horizontal with boxed?

Hello,

There are 2 menu options. But both vertical. All the options available are showcased in the theme demo.

but you can easily adapt with css.

Best regards

Hello, really awesome template I am about to buy. Just one question, I was testing it on my iPhone and iPad and not all the clicks (touch) work. For example, if I touch the “UI Elements” in the nav, the submenu expands and collapses again automatically. That happens with everything that should show on click. Could you take a look at that? :)

Hello,

I have fixed the issue you can check it out on the demo page.Thanks for pointing this out!

Well, that was quick, thank you! :)

Yes it wasn’t a very big issue. just something that material angular was doing on the ripple effect that was triggering another event in the button

Hello,

do you offer PSD files for this template as well? Is it possible to get them together with HTMLs/CSSs after I buy the template?

Regards, Valery

Hello,

Sorry but unfortunately I dont have PSD’s for this template. It was developed in-browser so I dont actually have them

Best regards, Joao Garin

Nice Work, is it possible to see the documentation before purchasing ?

Hello,

Send me a private message and I will send you the documentation.

Best regards, Joao Garin

Do you have LESS precompiler and a Gulp file? Does your AngularJS follow the Angular Style Guide at https://github.com/johnpapa/angular-styleguide?

Hello,

The theme files use sass not less.

But it does contain a gulpfile and also bower to manage dependencies of other plugins.

Can you please provide a LESS file please? AngularJS developers, especially on Windows prefer LESS and shy away from installing Ruby. The perception rules and follow what John Papa and other Angular Evangelists are is using. Are you interested in selling your template to a considerably larger audience?

This theme uses angular material design designed by some of those evangelists and they used Sass here. And I think that is actually what they are using, what everyone is using (except for Bootstrap essentially) . Sass has definitely gained a lot of room over Less and I think that will continue. its just better…Unfortunately for the theme (and my own sake) It does not make sense to double the css files I have on the theme.

I use all the best practices Like good sass, SMACSS folder structure, bower, grunt (at work its gulp) and I am a front end developer myself when I am not working for themes here on themeforest. I am definitely interested in making the best product but not necessarily to sell it to everyone. I know its good for some, its not for some others and that is fine. If I was interested in the larger audience of themeforest I would probably use less.

Hello, It is possible adapt it to .net Mvc 4?

Hello,

I have to admit my experience with .net is very limited. But you can most likely do it. all you would need is to be able to provide the data to the javascript via json using for example angular services.

You can check some examples here : https://docs.angularjs.org/guide/services

Hi there,

Few questions.

1. Is the theme built on top of any Yo generators? Like angular-fullstack? If not, then how can we add components to it? 2. Does it support right to left languages like Hebrew? 3. Is it possible to customize the layouts i.e. right sidebar, or bottom sidebar? 4. How can we compile the theme? Node.js? Can you explain a bit?

Thanks a lot

Hello,

Answering your questions :

1. No. You can add components using bower 2. No currently does not support right to left, but it uses tools which theoretically would be able to use right to left so it just hasn’t been tested. 3. The layouts can be customized, it uses angular material from google which comes with a lot of components and combining with bootstrap the possibilites are a lot. it does not have any kind of drag and drop builder or anything like that. its a static HTML theme so..you would have to do some HTML. 4. You can implement however you would want and simillar to any other HTML template here on themeforest. My best approach or advice would be to use any backend you are comfortable with (php, .net, java, nodeJs you name it) provide a webservice that serves a JSON output (very easy to do in any language). Then use angular services or factories that get this data from the backend and with that data build the visualizations.

Hope this answers your questions.

Does the theme support horizontal menu?

Hello,

Currently it supports two types of vertical menus on the left sidebar (see the top header item to toggle different menu style).

It does have support for bootstrap and so you could easily make a vertical menu. But it does not provide one by default, only what you see on the demo.

Best regards, Joao Garin

Why no simple HTML & CSS files? :)

I’m not sure what to do with the theme, but I guess it will be a learning curve :)

Hello,

Send me a private message and I will send you the file. I will include both in a later release ( a commented version of what to include when not using grunt)

Hi, did you add this yet?

Did you send me a private message? Send me a message and I will send you the necessary information.

It will be confusing to provide this inside the theme here in themeforest

Best regards,

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