Discussion on Quirk Bootstrap Admin Template

Discussion on Quirk Bootstrap Admin Template

Cart 876 sales
Well Documented

themepixels supports this item

Supported

This author's response time can be up to 2 business days.

110 comments found.

Guys,

This template is sick. Clean and elegant, simple, fast and lightweight as hell.

But the main reason that will make me buy it in a future is the lyrics of “The Mysterious Cities of Gold” on the Mail app. Seriously, you made my day.

GLWmoreS.

Hello, I just bought the issue, most do not know about organizing files on it, because when you access the pages in the templates folder, does not show the icons or images. How to organize properly?

Hi, if you access the files directly into the browser, chances are icons does not show. Running it in a server resolves the issue. You can read the documentation on how to run it in server easily using grunt command

Hi,

I have discovered a slight UI inconsistency and I think it might be a bug. On data-tables.html, there is a bottom scroll bar which appears just right below the data table (tested on Firefox and Chrome), which look as though the data table width is beyond what can be contained in the panel/div.

I can’t send you the screen shots through themeforest.net though.

Hope to hear from you soon. Thank you and have a great day.

Hi, thanks for the purchase. For the fix, just remove the wrapper of the table that has a class “table-responsive” or just remove the class attribute of that wrapper.

Hi Hi,

Just a very small request f you could include signin error prompts demo for signin.html? e.g. when the user enters the wrong username or password, expects a prompt of authentication error…something like that. That would greatly help.

Hey, this is truly a good theme and I have absolutely no regrets buying it. Great job guys.

Hi, thanks for the purchase, I will surely add your suggestion in the next release. I’ll let you know when it’s available

Thanks ThemePixels. Truly one marvelous work which you have.

Great look and feel ;)

On safari, the login, registration and 404 page are not centered. My client mainly uses safari, any chances we can get an update?

Thanks!

For the modal fix here’s below

Open the file less/bootstrap-override.less and go to line 759 and replace it with this code below

/***** MODAL *****/

.modal {
  z-index: 2050;
  &.in .modal-dialog {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
For the signup page, go to less/pages.less and go to line 761 and insert this line of code
-webkit-transform: translateX(-50%);
For the sign in page, go to less/pages.less and go to line 707 and insert this line of code
-webkit-transform: translate(-50%, -50%);

Actually nevermind. I resolved it.

Here’s the code I used, perhaps you can add it in to the release.

$('.nav-quirk li a').each(function() {
    var parent = $(this).parent();
    var link   = $(this).attr('href');
    var nav    = $(this).closest('.nav > li');

    if (link == document.location.href) {
        parent.addClass('active');
        nav.addClass('nav-active active');
    }
});

Hey love this theme a lot.

I’m integrating it into a Laravel 5 project and I’ve moved the left sidebar to it’s own partial. Upon doing this, now none of the menu panels will remain open or show as active, obviously since the same menu is being used for all pages.

Would it possible to post a little code that would determine which panel should be open based on the url of the page?

Thanks a lot!

Hi, thanks for the purchase..I see that you solved this issue based on your comment below.

Do you have installation document? I want to buy your product.

There is no need for installation on this template. Just a simple setup for you to run the template in your browser. Just to let you know that this template is a static html pages which means that there are no actual crud functionality in here.

Any plans for an Angular.js version? You would get lots of sales if you embraced a modern framework like angular

Yes there will be since angular js is trending nowadays. Stay tuned.

Very nice and refreshing admin theme here on Themeforest. Finally a theme that stands out a bit more than the rest. I like the part on the sidebar navigation (horizontal & vertical navigation. Refreshing!).

The theme performs very fast in the browsers and has no ridiculous dependencies that makes themes a lot more bloated and slow.

It’s not because I want “more more more” features for the sake of features, but I really like your design style and I would like to see how you solve some more things that fits with the rest of the theme, for example as mentioned before, invoices and maybe some kind of CRUD flow (including the index / view & add/edit forms). I know you have tables/datatables, but I think I would love to see some more filtering / actions / searching / form solutions. However I’m already a happy customer.

Good work!

Hi, thanks for the purchase and thank you that you like this template. We are adding more features on this template but still we are focusing more on the designs

Nice! Before i buy this template, can you you fix this code in header-right, please.

<button class=”btn btn-notice alert-notice” data-toggle=”dropdown”>

This is the notifacation (2) and Reminders (3), if you click on earth icon.

In android mobile doesn´t right work.

Many Thanks.

Hi, if you don’t mind can you pm me some screenshots? Thanks

will this work with angularjs?

In the current version not yet but you can still use the template to integrate it in angularjs yourself. We will be adding angularjs support on future version update.

I agree about the invoice stated above, I will need one as well

Invoice, will be available on next version release. Thanks

Hello

Beautiful design.

I miss an invoice page, it is something that comes in a future update?

Sincerely Jacob

We can make one for the next version release.

I do not like left menu scrollbar. Looks very bad. Are you planning do something with it ?

Are you using windows? I forgot to check this on Windows. I can make custom scrollbar to it to make it uniform to every platform and browsers. I’ll take note on this and will be added on next release. Thanks

Yes. Windows.

Love the template, just bought it. I think I have purchased every one of yours :)

Is the downloaded file missing the template to compose an email?

Hi, thanks. There is no compose email yet. Planning to make it as modal not a separate file. Compose is available on next release

Nice work! GLWS

Hi, is there a “boxed” option for the layout so that not the entire browser is filled? I have little content and tabs and it would look weird stretched over the entire screen. Thank you!

We can try to make one for that on next version. Let you know when it’s available.

Great Theme. One weird bug, on index page, row panel-statistics is dependent upon <div id="basicflot" style="height: 263px" /> being populated. When you remove the “visitor graph” it breaks the <input type="text" value="45" class="dial-warning"> and wont display the dial. It will only show as an input field.

DataTables Page also has some formatting issues with being slightly too wide, as the horizontal scrollbar always displays. http://themepixels.com/demo/webpage/quirk/templates/data-tables.html

About the graph, that’s because the javascript code for basicflot is trying to look for the element that you removed, then javascript will treat it as an error then reading code will not continue. If you remove the graph, then remove the javascript of it also. Thanlks!

For the data table I wrap it inside div with class table-responsive. It was from bootstrap. I thought it’s compatible with datatable. To fix it, remove the wrapper table-responsive. Thanks

Nice work! Good luck!

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