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.

The transparany is a nice look but it does distract. How do I set the headers (all) to solid color?

Hi, which headers do you mean? In tiles just don’t use classes .transparent-black or .transparent-white and .color . Tile without these classes are solid white as default.

Hey,

I don’t if this is the right place for issues, but I have one.

Front page scroll don’t work in ipad.

Can you fix this issue ?

Maybe sounds weird but it works when i put my ipad on the vertical.

How can i know what exacly did you change on this last fix ? I can overwrite all my files now.

For that fix you need only replace minimal.js files from frontpage template

Hi,

Is there a admin (admin login) to manage the front page design ?

And what is the “admin” url to manage the admin dashboard to add / remove widget ?

thank you

Hi, this is only html template, there is no backend admin panel.

Very cool, I ve been looking for a transparent template all day. But will it be easy for me to: -Use my custom image background? -Change the font color to black(ish)?

I suppose to make it perfect, transparent buttons will be nice.

Hope to hear from you soon coz I need to decide on which template to use for my project.

Thanx for your time.

Hi, thank you.

Yes it will be easy to use your custom bg and font color too.

Hi Tattek,

I’m using you’re template V1.2 and I want to use the multi-levels menu. I’ve updated bootstrap.js, added bootstrap-dropdown-multilevel.js.

The problem is when I click a second level list item the parent list item closes. When I check the source code in my browser i see that the second level list is open but the class open of the parent is removed.

How can I fix it?

Hi, i think you need to update minimal.css and minimal.js files too.

Do you have rtl version for this template ? :)

By the way , it is great theme :)

Hi, sorry no rtl version planned here.

Does it take long time and efforts to make rtl for this template ?

Hi, that depends on what is a long time. I have a lot of work now and no time for this so yes for me it takes a long time now. Maybe in future it can be possible.

I have an other problem, when the JSON return of the datatable is empty the script crash and so the load message “Current process…” is blocked

http://puu.sh/bl9Qg/5061729cfb.png http://puu.sh/bla1E/46377add15.jpg

How can I fix it ?

Try to find answer here

Thanks for this awesome template ! I have one question, can we open a modal window directly by jQuery ? Because actually I can open a modal windows from a button on a datatable, outside the datatable all work fine

Hi, sure you can use this function for manual modal opening:

$('#myModal').modal('show')

Thanks !

Nicescroll doesn’t work on Windows Phone (IE11 mobile) or in IE11 in touch-mode.

Any thoughts ?

Hi,

sorry I don’t have any idea why it is not working. In documentation of plugin there is only IE10 compatibility maybe IE11 is not supported by nicescroll plugin. I’m aware we must wait for new version which can solve it.

Thx for the quick update..

One more question, this time regarding the easy-pie charts. I’m fighting a loosing “responsive” battle here. I want them to have fluid width/height (in %), and not a fixed px width/height and line-height.

I’ve placed 3 piecharts inside a bootstrap col. Something like: Looks fine on large desktops, but as soon as you hit smaller desktop’s, tablets etc, everything goes south (vertical)

Any thoughts ?

Do you have an example page where can I take a look how is it going?

Wow thank you for the quick update :)

Now it works, but I think there’s one remaining bug, in index.html, collapse the menu and scroll down to “Recent Activity”, try to change the tabs, sometimes it won’t work you can’t click on a tab.

The same bug happened randomly on others elements and the funny part is that bug seems to happen only at the left side of the page where the menu should be located when it’s not collapsed (sometimes the scroll gets stuck too).

Hope my description is accurate, i can make a video if not.

Thank you!

Hi, solved and updated. Thanks

Thank you again, it’s working now :)

Hi Tattek, I have a big issue with the lastest V1.3 of your theme, when the left menu is collapsed nothing works on the page, the scroll is stuck, the hover on links/graphes/cards doesn’t work, it happened with FF and Chrome (latest) on Win7×64 with two different computers.

Can you fix this?

Thanks.

Hi, sure I’m gonna check it out and fix it.

Hi, problem solved, you can download fixed version. Just replace main css and js files from new version.

I would like to buy a copy of this theme, but I was just wondering if you support RTL languages?

Hi, sorry there is not rtl support planned

Hi – how do I refresh just one tile on a page: I have a form in one with a list in tile two, I’m processing the form in tile one with Ajax and once the success response comes back from my server I change the contents of tile one with the result but want to change the contents of tile two.

Hi try something like this:

html:
<a href="#" id="refresh" data-target="#myFormTile">refresh</a>
jquery:
$('#refresh').click(function() { 
    var el = $(this).data('target');
    elBlock(el);
    yourRefreshFunction();
    window.setTimeout(function() {
      elUnblock(el);
    }, 1000);

    return false;
  });

Hey, first of all, it’s an amazing template you’ve done there!! really impressive.

I’m just encountering a problem to use the owl-carousel in a tile, It doesn’t seem to work, it load the photos in a vertical list in the div :(

hope you can help me a bit.

Regards.

Hi,

You can find example of usage owl-carousel in a tile at widgets page, I think it’s working fine here (tile with users and quotes).

how do i get the login button to link to the index when there is match to a username and password

would you be able to give me an example of what that code would be for one user? or give me a link to something that would help me out?

I only have 3 or 4 users that i will have index pages for. If i could get a code to paste in the login.html that would link the submit button to that function you talked about but when there is not a match it would just reload the same page login.html page

maybe you can try something like this

Is there a set of png’s open files of the UI Kit and elements included in this template?

Hi, there is psd file with some elements.

The video BG is slick! That is pretty awesome! However, how can I change the color of it?

Hi, I’m sorry but that is not possible. Maybe some more video backgrounds will come in new version.

Hello,

I have purchased the Minoral theme that you created and wanted to migrate to this one after purchase. How difficult would it be to migrate to this one?

Hi,

as the core and many naming associations remains mostly same, I think it would be easy to migrate from minoral on minimal template.

Hi. I’ve bought this template for a corporate admin panel and we’ve found it’s terribly slow in the average. The problem comes with /js/vendors/modals/cssparser.js where there is a 6k lines js file used for modals and custom inputs with a search engine included. Some of the pages delay 7 seconds to load with just some form inputs. 6 seconds come from this js.

Is there anyway to override this js file or having modals in a separate way? If we remove that js we are losing too many functionalities.

Hi, please send me your purchase code on email. Thanks.

I didn’t noticed any problems with loading this file, it takes about 30ms to load in my case. By the way this file is not very important for my theme only reason to load this file is correctly viewing last two modal types (just me and blur).

If you don’t need this two modal types you can safely remove loading this script or you can use default bootstrap modals.

Really sorry for another question :) Love the new modals, they’re awesome. But if you put content in them then they don’t scroll and run off the top and bottom of the screen. Is there a quick fix for this? Thanks

Hi, I will fix that in next version, for quick fix edit your css and add this:

.md-modal {
  height: 100%;
  margin-top: 60px;
}

.md-content {
  max-height: 80%;
  overflow: auto;
}

Awesome, thanks works great now. If you could get it to nicescroll in the next version that would be great.

I’ll see what can I do.

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