128 comments found.
I am trying to run this template in internet explorer from visual studio 2015 . But it is giving this error message JavaScript runtime error: bootstrap-datetimepicker requires Moment.js to be loaded first
Hi,
I am having a problem with Example Pages/Invoice/Print Button.
I am producing invoice dynamically, and sometimes the content is much greater than one page. However, when window.print() is called, only the content for first page is displayed in print preview. I have tried various things, adding page breaks (doesn’t work), a print plugin https://github.com/DoersGuild/jQuery.print (shows all pages, but messes up style for the table), replacing and restoring content of body on print (shows all pages, but restored content messes up style for scroll bar). I am using chrome version 45.0.2454.85.
Any help in this matter would be appreciated greatly. Preferably a CSS based solution.
Hi,
there is “overflow: hidden” for ”#content” element so you need change this css option into “overflow: visible” for @media print like this:
@media print {
#content {
overflow: visible!important;
}
}
I apologize for this one 
Thank you very much. Works perfectly.
No need to apologize. I understand it is almost impossible for someone to test a design for all possible scenarios. Great work on the theme by the way. I love it. 
I am having a problem with Interface/UI Elements/Custom Modals.
The text inside the modal appears blurred for all effects except “Sticky Up”. I also noticed that text becomes clear if I open chrome inspector while the modal is open. I am using chrome version 44.0.2403.157.
Please guide me how to resolve this issue. Specifically I want clear text for “3D Slit” effect modal.
Hi,
please try to add this:filter: blur(0); -webkit-filter: blur(0);
to ’.md-modal’ css class
Thanks a lot. It works.
dear sir i like to know that is it possible for you to prepare a verion of your admin panel that can work with a framwork?
if not, do you have any idea that how can your template work in a framwork?
thank you
Hi, implementing theme to your chosen framework is up to you, sorry 
Hi,
I bought your Minimal Theme on 16 Oct 2014.
I just want to download the latest version as I saw you made some tweaks in 2015 that help with the navbar. Do I have to repurchase it to get the latest version?
I have a download link that says “You purchased this item. Download it here.” But when I download it, I think it’s the same version from 16 Oct 2014. In the ZIP, the change log is the same as the version from Oct 2014 with “22.7.2014 – Version 1.3” being the last update.
Can you help with this?
Nevermind! I checked the dates on the files in the ZIP and they’re updated to 05/11/2015 so it is indeed automatically downloading the latest version.
Nice Work! I have seen alot of admin templates’s but this one is perfect! But i have 1 question… Are they some tutorials how to implement it? The scripts? Or is there a standard working source that i can see? instead of the demo?
Hey, thank you. You can use this theme as any of others HTML templates…..you can just build your own project on top of this or you can start your own projects and apply stylesheets/js files and html parts into it
please reply
Please Give a reply We tried to remove the menu sidebar. But when removing it, a small blank space is left in the left side. Also the scroll bar appears in the left side and not in right side. How can we fix it
You need to edit main js and css files if you want to make this theme without sidebar. Just remove all properties which changes content padding left or left position.
Could you please mention which all files and properties do we need to change?
Naah okay it’s relatively easy.
from HTML file just remove whole sidebar it might me lines: 406-758.
from SCSS file remove line 75 for content padding and line 8031 for scrollbar position.
from main JS file remove lines 26-83 for functions widthLess1024() and widthLess768(). Then you need remove all functions that are in some coopertation with sidebar and all callings for functions widthLess1024() and widthLess768(). It can be lines: 250-321 and 452-453.
We have downloaded the latest version from envato and tried to make the changes.
We removed line 75 from ‘minimal.css’, but there is no line 8031. It had only 2835 lines.
We also made changes in the ‘minimal.js’ files as mentioned. Please clarify if we were correct, because we couldn’t obtain the expeced result.
I wrote SCSS file, if you are not using scss remove lines for this elements ’#ascrail2000, #ascrail2000-hr’ making it float left from minimal.css. Or just add to your own css float:none for this elements.
Remember that in html files is linke minimal.min.js file so you must change that to minimal.js or minify your edited file.
Hi, god work. There is a little (but important) bug on closing modal dialog on mobile device: “TypeError: n is not a function”. In file minimal.min.js it’s not recognized function n() in the section
$("#content").getNiceScroll().remove()}).on("hide.bs.modal",function(){$("body, #content").css({overflow:""}),n()})
Hmm, that’s weird maybe something went wrong with minifications, please try to use non-minified file. Thanks
We tried to remove the menu sidebar. But when removing it, a small blank space is left in the left side. Also the scroll bar appears in the left side and not in right side. How can we fix it
I am trying to add a drop down select box next to the main search at the top of the page but it wants to go down below it or I have to remove all the classes from the select for it to work but then it looks funny. any ideas on how I can get this working?
Hey you can use same classes and styles as dropdowns which are positioned on right. Just make .navbar .navbar-nav.quick-actions-left float left and assign that new class to your html.
Ok, thank you, I was able to get it to work. now the only problem I have is when it is collapsed down. How can I get it to move over into the sidebar like the search box itself does.
You mean when you collapse sidebar your dropdown stays at same position?
It was when the bar auto collapsed while changing the window/screen size. It would overlay the drop down icon over the dashboard icon, but I think I figured that out. Thank you for the help.
Ok, good job, thanks.
Can I incorporate bootstrap Mega Menu, Yamm!3 (http://geedmo.github.io/yamm3/) in this template?
Hmm I don’t know, but why not.
Do you know any drag and drop builder to edit minimal without coding?
Sorry, I don’t think something like that exists
I found “Pinegrow”. It is pretty impressive. Just a friendly FYI 
Thanks so much for this template – I am really enjoying it!
Is there an easy way to move the navigation to the top instead of on the sides? I understand this would require a fair amount of surgery to the layout and involve some kind of overflow reference.
Hi,
I’m happy that you are enjoying template but I’m afraid there is not easy way to make horizontal navigation. I think only way is make it whole from the start.
For collapsed sidebar: 1. add class ”.collapsed” to ”#sidebar” element 2. to your css add #wrap #content {padding-left: 55px;} 3. from minimal.js file remove or comment lines calling actions widthLess1024() and widthLess768(). It’s lines 269,270,277,278,487,488
i try this code for collapse right menubar but there is no change
how collapse right menu bar
Hi,
sorry what do you want collapse? navbar at left of right menu on right side?
sorry i want to collapse left navigation menu permenently
hmm ok, can you see collapsed sidebar if you make this?
1. add class ”.collapsed” to ”#sidebar” element 2. to your css add #wrap #content {padding-left: 55px;}
i am already do this, but at the time of page open the menu is collapsed and after page loaded the menu become changes to its original state, please help
Then if you prevent calling functions widthLess1024() and widthLess768() it will stay collapsed.
kk , thank yoy
Hi Tattek,
Remember Minovate Angular template?
I want to ask you that is used angularjs in this template? you know my requirement. i want to use your template with php and mysql with all plugins (in your template).
So can i purchse this template?
Hey,
no there isn’t angular in this theme so if you just need html/jquery template it can be suitable.
Hi Tattek,
I had purchased your template. and its really nice.
I want to change backgrounds. i want to use your bg <body class=”solid-bg-3”> but its not working. i think i am missing something to set this(solid-bg-3) by default.
Hi,
I think you can just use solid-bg-3 class in body and thats it.
Thanks Tattek. Its working.. 
Hi Tattek,
I am going to change background color on login page and on some pages but its not working. in minimal.css line #4941.
Hi,
on login page you need to change background of this element ”#content.full-page”
Hi Tattek
I want to use range slider. but i am unable to develop on my page. can you tell me how can i use range slider which supportive files will needed like java script link and css. i want to use for price range. min and max..
Try to look at this http://refreshless.com/nouislider/
Hi tattek.
Please check my this site.
www.munafpatelproperty.com Demo username : pbhavsar13@gmail.com password : 12345 . . See the navigation bar not working properly on Android Phone. Please see on urgent basis.Hmm strange, will need to look at that closer but I’m overloaded not with something else….I can look at it next thursday-friday.
Oppps ! Tattek
Its little bit urgent. Check on mobile in every browser.
Thanks.
Ok, I’ll try to find some time at weekend.
With which platfor I can use it? Can it be used on opencart admin theme? Thanks!
Hi, Excellent theme!
I’ve implemented it in a .net application which requires a <form> tag to wrap all the content, adding this form tag breaks the NiceScroll script for the #content tag, however the #sidebar scroll still works. I can’t seem to figure out why – do you have any ideas?
Are you getting any error in browser console?
Nope, no errors from the JS console in chrome. To replicate this you can wrap the entire contents within the tag with a <form> tag and you’ll see the main scroll bar does not function. Even if I comment out the NiceScroll script, the normal browser scroll bar does not appear.
Hmm ok, adding styles
overflow: hidden; height: 100%;
to form element, seem to solve that problem
Spot on! Thanks Tattek, that’s fixed it 
Glad that helped you 
Hi
If i change the number of columns on a basic datatable it breaks the table functionality (sort, search etc). Where can I set this?
Thanks
ps. great work
Hi – figured it out,
removed a null from below:-
“aoColumns”: [ null, null, { “sType”: ‘string-case’ }, null ],
Hi,
nice work
, that’s it.
Hi, Tattek.
First of all, great work, it is an excellent theme.
Just one question, in the login page, why the class full-page has the background (bg-1) fixed? Even change the body class to a solid one, the background still the default, because the full-page class.
Am I doing something wrong or it is just a fix opportunity?
Thank you.
Hi, if you want to change background of these pages, just edit class .full-page and change background to transparent. After this it takes background from body element.