Discussion on Multi Style AngularJS Responsive Admin Template | mAdmin

Discussion on Multi Style AngularJS Responsive Admin Template | mAdmin

Cart 1,282 sales
Well Documented

TheRubikThemes does not currently provide support for this item.

139 comments found.

How can i run this template on a “normal” nodejs server

Hi,

Let refer here server static. Put the code into a file static_server.js in “app” folder and execute it with the node program from the command line

$node static_server.js

Open your browser and run localhost:8888

Hope this help!

Thanks that worked, but why pointing all frontend examples to http://swlabs.co/madmin/code/frontend/ ? Are there any frontend pages included ? cheers

Yes, there are frontend page included. Please use exactly directive link http://swlabs.co/madmin/code/frontend/one-page.html

Sorry about this inconvenience

Hi,

Great theme. Purchased it and loving it.

The problem is when the header & sidebar is fixed, the sidebar is not having the scroll at all.

Is there a way to have a separate scrollbar for sidebar. (jquery scroll may be). The problem is it has to control the dynamic height of the sidebar based on the content.

Thank you.

Hi,

Yes, you can have a separate scrollbar for sidebar by js code below in js/main.js:

$('#sidebar').slimScroll({
        "height": '250px',
        "wheelStep": 30
    });

If you want sidebar fixed, you can set ‘height’ equal height of window.

Thank you!

Hi, how can i add dropdown that can trigger another dropdown to active or disabled? and how can i make my own format for placeorder and mask input form? thx!

Hi kijembar ,

Template use default dropdown of Bootstrap, let use javascript event to control another, you can read Bootstrap dropdown for more detailed

You can edit attribute “placeholder” in input tag as you want. With mask input, you can handle it by using functions in js/form-components.js, i.e:

$("#date").mask("99/99/9999");
Read more here

Hope this help!

I am just wondering when you will come out with an actual working contact form page/template in your AngularJS application for this product?

Hi,

We will plan it, thanks for your comments

is there a way to get a formatted html code instead of a single line minimal version? That would help me a lot

Hi,

We updated new source file, waiting for review, please download again when you get notification

Thanks for purchased!

Hello, I bought your theme and used the hightcharts lib (http://www.highcharts.com/ ) since the flot spline chart provided with the theme did not support labels for the actual points. The problem is that the footer seems to be in an incorrect location. It shows up around 100-200px above the bottom of the page. Is there a specific function that is being called to bound the footer to the bottom of the page? Or is being done though some specific css style?

Thank you in advance

Hi,

Yes, we have a script to set height for page content in js/main.js, that’s first function

$(window).on("load resize", ...
if($('#sidebar').height() > $('#page-wrapper').height()){
   $('#wrapper').css('height', $('#sidebar').height());
}
Thank you for purchased!

ok thank you

About jstree it seems that a way to make it work will be using angular directive. I found one there http://jstree-directive.herokuapp.com/#/plugins but it needs to be implemened in the ui-treeview Thanks for your help !

Hi, serge75.

Thank you for comments, we appreciate your research. We have some prior plans now, maybe will implemened it in next version .

As we see, your link has detailed instructions, let do follow it and contact us if you have other issues.

Angular version seems to break with iOS, took your preview link and tried it in iOS safari, there is extra space on right and also the different menu styles seem to break. Any plans on fixing them?

thank u for quick response,

another item, clicking the menu button next to search in header bar doesn’t collapse the side bar menu the first time, click it second time it works.

This issue is little complex, we will update later. Thanks so much.

Thank you for the update to the theme and making it better, just checked the latest for the responsive issue on iOS, it still seems to be there. Any plans on when it can be fixed? Thank you very much,

Hello again,

I found an other bug related to jstree in the AngularJS version : You cant drag and drop any longer. If you drag some node you will always get a red cross and you cant drop it anywhere !

You can check it there : http://madmin.swlabs.co/#/ui-treeview

Thanks again for your help

Hi,

Great package ! But I found an annoying bug with jstree on AngularJS version and I am totally stuck after weeks of work.

The jstree context menu plugin does not work in angularjs version (it does with HTML one) and everything I coded use it !

You can check it here : http://madmin.swlabs.co/#/ui-treeview

Try to right click on the context menu plugin exemple.

I got the following error in Console :

Uncaught TypeError: undefined is not a function at jstree.min.js:3 e.vakata.context.show jstree.min.js:4 _show_contextmenu at jstree.min.js:3 show_contextmenu at jstree.min.js:3 (anonymous function) at jstree.min.js:3 x.isFunction.i at jquery-1.10.2.min.js:4 x.event.dispatch at jquery-1.10.2.min.js:5 v.handle

Many thanks for your help, that is a bit urgent because without that I am stuck with weeks of work !!

Thanks for your help !

i have a problem about your checkbox,when click checkbox can not fire event in jquery such a “click” or “change”. this is a bug ? and can solve this problem?

Hi, here is example:

$('input').on('ifChecked', function(event){
  alert(event.type + ' callback');
});

Please go here for more information.

When can we expect the fixes on angularjs version?

About two weeks, we will have next update.

Could you contact and send us some issues you meet with angularjs version?

Hello, A colleague of mine has bought this theme and we are looking at the chat part which is available at the dashboard. If you use the “type a message here” the message will instantly be shown above in the chat portlet. What javascript plugin is used for this? If it is not a plugin and it is just a javascript function please tell me where that is located. Because I cant find the documentation for this part. Thank you, Evan

Hi,

It’s our javascript function in main.js

Could you tell us your colleague?

Hello,

I’m a big fan of this template.

I’m trying to adopt it for RTL but failed.

Please advise if you can RTL support in the next update.

Hi, we are researching RTL now, as schedule upgrade will come next weekend.

Thanks.

hi, template supported RTL already, let check it out!

Working perfect * (5 stars) :) . thanks a lot.

Does the Angular version provide lazy loading of modules? Apart from that, does it include ngTranslate?

Thanks.

Hi,

Template will use lazy load in next version. Unfortunately, we have no plan with ngTranslate now, will consider about it.

Thanks!

Hi Guys, how can i deaktivate the /#/ on every URL in the angular version? thanks

Hi, we have not tried yet.

Hope this topic will help

hi there if you have some time for some custome one page dashboard using the template please do contact me at a7medo778(at)gmail.com

We have other plan now. Thanks!

there seems to be a bug in the demo (php and angular js version). When you click the search icon in the top bar to enter some text and then move the cursor over the toogle icon on the left, the search box imidiatle jumps to the left of the window. Tested with OSX Chrome.

Something you could optimize: give the mobile drop down a display:none declaration before everything loads. Right now the mobile menu pops out while loading…

Hi,

We will fix it.

Thanks so much.

thanks! Can you estimate when we can expect the next update?

Your theme is so fantastic, but have some bug, it is slow, And not fit correctly in a mobile device, except Angular version. Please fix it cause i want to buy. thanx.

Thanks for your comment, we still work hard with Angular version.

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