429 comments found.
Hi, I am getting this error when I run the project: Error: Invalid value for <text> attribute transform=”matrix(NaN,NaN,NaN,NaN,0,0)” on raphael.js
Hey,
that’s the morris.js chart plugin error when charts have resize: true parameter, still waiting for solution https://github.com/morrisjs/morris.js/issues/420
Oh ok! Thanks
Hello, I has RTL site, I want to use you demo ADMIN, but when I modify the HTML baslis driection to “RTL” every thing got miss tup. I see you have the attribute ” containerClass: ‘rtl’” what if about the componenet like input and form that sould support RTL
You can add class “rtl” to html and body elements
How can i simply change the default colors( branding, navbar , sidebar, active item ) in both the angular and non angular versions?
I am getting this error when running grunt—force build “Minifying with UglifyJS…Reading .tmp/concat/scripts/vendor.js…OK Killed”
Running “ngAnnotate:dist” (ngAnnotate) task Killed
Hey,
1. Angular version – in controller main.js there is a $scope.main, in settings you can change default layout to another one.
2. Non Angular version – in main.js on line 70 there is layout section which contains default scheme settings
Hi, what’s the difference between compiled and uncompiled files?
Nevermind i did a bit a research and got my answer.. I was looking at the Sass files and tried to compile the css on visual studio and i think i’m missing some mixins and variables
Hi!
First, your template is awesome.
We have problems detecting the final and public folder of this template. which is the folder that will eventually be public? a- /app/ b- /dist/compiled/
If the option is B, what is the command for generate again these files?
Regards…
Hi, final folder prepared for deploy is in dist folder (compiled or uncompiled), you can generate this by running grunt serve at app folder, this will create dist folder in your app folder.
Hello,
We performed testing in Chrome browser on different screen size on theme and found issues related to responsive. Below are list of issues. Kindly check and let us know solutions.
Chrome:
1. Not able to open Foo Table.
http://prntscr.com/98mvq22. Issues on size 640×960.
On sorting arrow anr ID merge. http://prntscr.com/98ns29 Content layout not correct. http://prntscr.com/98rt0d http://prntscr.com/98rv3e3. Issues on screen size : 768×1024
Calendar layout. http://prntscr.com/98nucb http://prntscr.com/98nup9 Content override. http://prntscr.com/98nvht http://prntscr.com/98nwh5 http://prntscr.com/98nwy4 http://prntscr.com/98qujx http://prntscr.com/98qwmm http://prntscr.com/98r1mw http://prntscr.com/98r9x3 http://prntscr.com/98rtse http://prntscr.com/98rtzy Content not fit. http://prntscr.com/98nw4y http://prntscr.com/98qrpx http://prntscr.com/98qv4r http://prntscr.com/98qymx http://prntscr.com/98qx2z http://prntscr.com/98qyzm http://prntscr.com/98qznb http://prntscr.com/98r40x Calendar event not fit. http://prntscr.com/98s068 Charts not fit. http://prntscr.com/98s0xb4. Issues on Size : 1366×768
Apointments box not fit. http://prntscr.com/98nydj http://prntscr.com/98qy3n Chart content override. http://prntscr.com/98s1edHi, thank you for suggestions, I’ll try to fix as most as possible in some of next updates
Really nice job,
Hello , I want to buy “Minovate”, but before buying I have a few questions.
1- Is RTL layout supported perfectly in all browser and screen size?
2- Can i change bootstrap datepicker to persian bootstrap datepicker?
3- Can i use this theme in my ASP.NET MVC Application?
Thank you
Hi, thank you
1. RTL layout is not perfect so there can be some glitches across the browsers and screen sizes, so before buy it would be best to test it, if that fits to your puproses
2. There is angular ui bootstrap datepicker used and I don’t think you can replace it with persian bootstrap datepicker but you can try to find another library which will fit
3. No experiences here with asp .net mvc but take a look on that http://www.codeproject.com/Articles/806029/Getting-started-with-AngularJS-and-ASP-NET-MVC-Par
In HTML version left sidebar doesn’t work properly, when I am changing browser size (width), left sidebar is resizing to smaller but it doesn’t back when screen is bigger. I don’t want to use Angular version. Can you fix it ? I am want to buy this template.
Hi, I’ll try to look on that for next update
Hello, We bought “Minovate – Angular Admin Dashboard” theme. We did setup of this theme on our system. When we checked it we faced some issues on screen size 1360X768. Below are some screen shots of issues.
1. Sort button display in search box. http://prntscr.com/97vzl5 2. Sort button alignment wrong. http://prntscr.com/97w0m6 3. Header of column is not right. http://prntscr.com/97w132 4. ”+” button alignment is not correct/ http://prntscr.com/97w1n5Regard, Hemant Aseri
Hi Tattek,
“How to build index.html with new application specific *.js and *.css files automatically incuded?”
Basically, I have added new bower dependencies, and I have written new .js files for my application, but I do not know how to build index.html so that new *.js and *.css files from my application are automatically included.
seems like there are plenty of ways, I have tried using some of these, but none seems to update index.html with new dependencies included. How YOU do it?
Hey, bower dependecies should update index file automatically after running grunt if you manually add them into bower.json file or run command with “—save” attribute. However your own created file you have to add manually to index.html
Tattek, I have new dependencies added to bower.json, still I cannot have them automatically added to index.html after running “grunt” or “grunt serve”. What else I might need to do, apart from modifying bower.json?
Hi, I integrated backend auth system to this template. I added below code in app configuration. But after adding this code, pageloader directive is unstable. Sometimes I see loading animation on login,register,404 pages. Have any idea? Is this a problem about multiple $stateChangeStart listener?
$rootScope.$on('$stateChangeStart', function (event, toState, toStateParams) {
$rootScope.toState = toState;
$rootScope.toStateParams = toStateParams;
if (Principal.isIdentityResolved()) {
Auth.authorize();
}
});
Can u help me make HORIZINTAL view as default in template.
try to add class “hz-menu” to html and body elements
Hi,
I just bought your template and i want to make a retail platform with asp.net MVC. I’m a little bit new to angular and all the .js libraries to manage packages so I don’t really know how to get started with my project..
Do you have any advice I could use to get started?
Thanks
Hey….try to check out this one http://www.codeproject.com/Articles/806029/Getting-started-with-AngularJS-and-ASP-NET-MVC-Par
I’m gonna check it out! Thanks
Hello!, im getting this error when im navigating on some pages…
Error: Invalid value for <text> attribute transform=”matrix(NaN,NaN,NaN,NaN,0,0)”q vendor.b13de48d.js:84B.transform vendor.b13de48d.js:84w vendor.b13de48d.js:84B.attr vendor.b13de48d.js:84b.Donut.d.setLabels vendor.b13de48d.js:88b.Donut.d.select vendor.b13de48d.js:88(anonymous function) vendor.b13de48d.js:87b.Donut.d.redraw vendor.b13de48d.js:88b.Donut.d.resizeHandler vendor.b13de48d.js:88(anonymous function) vendor.b13de48d.js:87
vendor.b13de48d.js:84
Error: Invalid value for <text> attribute transform=”matrix(NaN,NaN,NaN,NaN,0,0)”q vendor.b13de48d.js:84B.transform vendor.b13de48d.js:84w vendor.b13de48d.js:84B.attr vendor.b13de48d.js:84b.Donut.d.setLabels vendor.b13de48d.js:88b.Donut.d.select vendor.b13de48d.js:88(anonymous function) vendor.b13de48d.js:87b.Donut.d.redraw vendor.b13de48d.js:88b.Donut.d.resizeHandler vendor.b13de48d.js:88(anonymous function) vendor.b13de48d.js:87
Hey,
that’s the morris.js chart plugin error when charts have resize: true parameter, still waiting for solution https://github.com/morrisjs/morris.js/issues/420
Are the “layered PSDs” up to date? I would like to know this before buying the template please (I bought the “Metronic” theme and found only outdated PSDs).
Hey….hmm there are three psd files for this template, for dashboard, frontpage and e-commerce page. They are not up to date but there is nothing to change as almost everything is as it was at the start. Anyway don’t expect that there are psd files for every page for admin dashboard. Thanks
Hi Tattek,
I purchased your theme. I notice that you are using sass, but my project is using less currently. are you able to provide the less version theme? if not, would you please suggest a way to convert the sass to less?
regards,
allen
Hi, I’ve a problem with fonts in a production server. I have installed the theme in local, on a MAC OS X system and all is right, like the demo. I have installed the theme in a Ubuntu Server 14.04 too (production server) but I have problems with the fonts. Have you ever had this problem? I hope you answer. Regards.
Hi, I took all files and folder in admin\angular\app\minovate, then I followed documentation http://tattek.sk/minovate-angular/#/app/help but i have this error
Running “serve” task
Running “clean:server” (clean) task
Running “wiredep:app” (wiredep) task Warning: Error: Cannot find where you keep your Bower packages. Use—force to c ontinue.
Aborted due to warnings.
Execution Time (2015-11-11 10:24:56 UTC) loading tasks 13ms ?? 2% clean:server 10ms ? 2% wiredep:app 503ms ????????????????????????????????????????????? 94% Total 534ms thankd in advance for your help
Hey,
did you run “npm install” and “bower install”? If yes is your bower_components folder existing at root folder?
Yes i run “npm install” and “bower install”. I don’t have “bower_components” in my root folder, I have folder “node_modules”
Do you have an actual version of bower? It should download all dependencies into bower_components folder.
bower—version : 1.3.12 npm—version : 1.3.11 node—version v0.10.20 I add git to my PATH then folder “bower_components” is created, now error message is :
Running “serve” task
Running “clean:server” (clean) task Cleaning .tmp…OK
Running “wiredep:app” (wiredep) task
Running “concurrent:server” (concurrent) task
Running “copy:styles” (copy) task Copied 1 files
Done, without errors.
Running “sass:dist” (sass) task Syntax error: Invalid CSS after ” eot”: expected “)”, was ”: ”#{$file-pa… ” on line 22 of C:/wamp/www/project/bower_components/bourbon/app/assets/sty lesheets/helpers/_font-source-declaration.scss from line 28 of C:/wamp/www/project/bower_components/bourbon/app/assets/s tylesheets/_bourbon.scss from line 5 of app/sass/main.scss Use—trace for backtrace. Warning: Exited with error code 1 Use—force to continue.
Aborted due to warnings.
Execution Time (2015-11-11 15:21:12 UTC) wiredep:app 323ms ???? 8% concurrent:server 3.3s ???????????????????????????????????? 83% sass:dist 340ms ???? 9% Total 3.9s
All right so please update your bower to actual version as first, latest is 1.6.4
Hi, I have now node—version : v0.10.20 bower—version : 1.6.5 Now I have this error
Running “serve” task
Running “clean:server” (clean) task Cleaning .tmp…OK
Running “wiredep:app” (wiredep) task
Running “concurrent:server” (concurrent) task
Running “copy:styles” (copy) task Copied 1 files
Done, without errors.
Running “sass:dist” (sass) task Syntax error: Invalid CSS after ” woff2”: expected “)”, was ”: ”#{$file-path. ..” on line 22 of C:/wamp/www/coupon/bower_components/bourbon/app/assets/sty lesheets/helpers/_font-source-declaration.scss from line 28 of C:/wamp/www/coupon/bower_components/bourbon/app/assets/s tylesheets/_bourbon.scss from line 5 of app/sass/main.scss Use—trace for backtrace. Warning: Exited with error code 1 Use—force to continue.
Aborted due to warnings.
Execution Time (2015-11-12 21:06:43 UTC) wiredep:app 1.4s ?????? 12% concurrent:server 9.1s ????????????????????????????????? 76% sass:dist 1.3s ????? 11% Total 11.9s
But in my Macbook pro I don’t have no error and everything is ok. It’s possible to add laravel and mysql to your code ? Thanks
Theme and Color scheme is not attractive. Specially color combinations offered with the theme are not appropriate, redesigned the the whole theme and color combinations. View at: https://dl.dropboxusercontent.com/u/14041256/Dshboard%20Design-1.jpg Appreciate if you work on color combinations and theme designing in next upgrade of this Theme.
Hi, We are implementig our data to the theme but we don’t know how to use the daterangepicker , we are sending two dates to the file via POST and we set this values to the start/end inputs in daterangepicker.js , if we view by code is correct it loads this values but it’s not showing in the input , it shows default values. How can we set Start/End dates correctly to daterangepicker.js? (We are not using Angular version) Thanks!
Hi, please don’t change any values in vendor scripts, I can’t guarantee functionality if you are changing these files. If you want to change daterangepicker settings please change initializing script in main.js file starting at line 481. Thanks
Thanks! It’s fixed!