Discussion on Minimal - Responsive Admin Template

Discussion on Minimal - Responsive Admin Template

By
Cart 749 sales
Well Documented

Tattek does not currently provide support for this item.

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

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?

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

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?

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?

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.

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