Discussion on FlatLab - Bootstrap 4 Responsive Admin Template

Discussion on FlatLab - Bootstrap 4 Responsive Admin Template

Cart 4,194 sales
Well Documented

vectorlab supports this item

Supported

540 comments found.

I want to buy this template to implement for our web application. With in our web application, we are going to use ASP.NET MVC4 Views & AngularJS

Does your template support latest version of AngularJS fully?

Please confirm to move forward with purchase.

Hi, our theme is made just html, css and js only. So you can use it any framework.

thx

how to integrate this theme into yii..please elaborate

Hi I’m a Developer,

Choosing your template to be my Admin interface for every client I have. So i will be buying one for each client, but I need RTL Support as most of my clients are from Dubai and KSA, How far are you from releasing the RTL Support? I may assign one of my team for this too, but it would be much better if you do it, as you are much familiar with your template and would take you less time plus i see a lot interest in that in the comments above.

Thank you

A quick question about license. We provide an email marketing suite, a cloud service online (SaaS), used by thousands of users, if we were to use this template in our product, would the “extended license” be okay?

Sorry, found the answer here: http://themeforest.net/licenses

Hello, I have a problem using morris graphs. The point is that I have to add multiple line graphs on the page, but it’s impossible. I tried to organize graphics by tabs, but only the graph of the first tab is displayed. I thought it was because they were two graphs on the same page. But when I tried to separate the graphics in separate pages, same thing keeps happening. What I could find is that it only sees the graph whose details are in first place in the js /morris-script.js file.

That the code i have in the morris-script.js archive is the following:

var Script = function () {

    //morris chart

    $(function () {

      new Morris.Line({
        element: 'general-pedidos',
        data: [
           {"period": "11", "pedidos": 27},
           {"period": "10", "pedidos": 18},
           {"period": "9", "pedidos": 27},
           {"period": "8", "pedidos": 13},
           {"period": "7", "pedidos": 13},
           {"period": "6", "pedidos": 27},
           {"period": "12", "pedidos": 13}
      ],
        parseTime: false,
        xkey: 'period',
        ykeys: ['pedidos'],
        labels: ['Pedidos'],
        lineColors:['#8075c4']
      });

      new Morris.Line({
        element: 'ventas-pordia',
        data: [
           {"period": "23", "pedidos": 29},
           {"period": "22", "pedidos": 30},
           {"period": "21", "pedidos": 25},
           {"period": "13", "pedidos": 25},
           {"period": "12", "pedidos": 13}
      ],
        parseTime: false,
        xkey: 'period',
        ykeys: ['pedidos'],
        labels: ['Pedidos'],
        lineColors:['#8075c4']
      });

      $('.code-example').each(function (index, el) {
        eval($(el).text());
      });
    });

}();

Thanks in advance

Can you please check their documentation http://www.oesmith.co.uk/morris.js/index.html

thx

Great theme. How do i add a footer to my layout

Please go to this page http://thevectorlab.net/flatlab/blank.html here already have footer.

thx

vectorlab great job! I want to buy this template, but I have a question for them before. Are Multiple file upload and Dropzone file upload configured to upload files to different folders on the server? For example if a company for real estate they could property you choose to upload these pictures in particular? I’ll have support to configuring these tools? Thank you very much.

Hi glad to know that you are interested our theme. Firstly we wana say our theme is just made for html, css and js only. We are using many plugins for demo purpose. For Multiple file uploader and Dropzone file uploader we are using http://blueimp.github.io/jQuery-File-Upload/ and http://www.dropzonejs.com/ you can check their documentation.

thx

Hi I really love your work just amazing, Can you just help me with 2 things before I buy 1.) Can you please show front end of ecommerce or shop page without side bar with proper hear

Or

2.) Is it(easily) possible to remove sidebar or menu bar from shop page?

Thank You

Hi, glad to know that you are interested to buy our theme. Yes its possible to show ecommerce/ shop page without side bar. but its need to add some extra class with css. we can guide for this instance. We will give this little modification support but after you purchased this.

thx

how i can start panel-body closed ?

why do you have to click twice when sidebar is started closed by default? :confused

we’ll check it and let you know.

thanks

There is no option to delete the images that get uploaded to the dropzone? There is the x image, but the css doesn’t do anything, and even with making changes to that, there is no function behind it?

Anyone? This is a vital function to be able to use dropzone.

Hi, we are using http://www.dropzonejs.com/ you can check it out here.

thx

I don’t particularly care what you are using. YOU have an element in YOUR theme that doesn’t work, that is YOUR issue to fix.

You demo is very slow, I am unable to evaluate the theme! Is it possible to customize the colour scheme easily?

Now demo is more faster. yes you can easily customize color.

thx

Hi

I’ve customised a basic form and when i try to submit the form using Opera it simply selects the first field, rather than submitting. This is a problem I’ve had with several variants of this form. How can I remove any JS that is preventing form submission whilst retaining the formatting? Thanks in anticipation.

Hello vectorlab,

good stuff here.. How do I programatically close/hide the sidebar on the admin template? setting the section class to “sidebar-closed” does not work.

Hi. “Nestable” isnt drag. I’m test on local folder and preview mode, but doesnt work too. Test on FF, CH and IE. Can you confirm that?

How would I incorperate this into my existing wordpress website? It that possible?

Hi bjparkash11, our theme is made just HTML, CSS and JavaScripts only. You can use it any framework but remember that you need to implement code by using this template.

thanks

It seems like the scrolling for the sidebar has stopped working. I’ve downloaded a fresh copy of FlatLab and opened index.html locally on Chrome and IE and the sidebar doesn’t seem to be able scroll down. For example, if I expand “Layouts”, I am unable to scroll down to “Extra”. I’ve tried it on another PC and it’s the same issue. Has something changed?

Hi bjparkash11, our theme have two scroll one is site scroll and another is left menu scroll. So when you expand any menu pointing mouse in left side to scrolling. Hope you get it.

thanks

Yes, I get it but the left side doesn’t scroll. It only scrolls if I use the wheel on my mouse. Can I email you my website info? It requires a login and I dont wish to display that info here.

ok sure you can it would be better to check it out.

thx

HI,

Just purchased your theme. I have a quick question. I’m trying to make a mock-up admin dashboard.

When I paste the code of a chartjs (animated) line-chart to the index page, (copied from the samples page), it has the height / width specified along with the canvas ID like this -

<canvas id="canvas" height="300" width="700"></canvas>

So it’s not responsive. I tried using 90% for width but that doesn’t work. I may be missing something obvious here but can you please tell me how to add an animated chartjs line chart to the homepage (in place of the custom bar chart) which would be responsive ?

Thanks.

HI,

I figured that the chartJS charts are not responsive by default…..so i’m using morris tables which are.

I’m also having an issue with the data tables. I’m trying to add an ‘editable data table’ to a new page but when I do that, it appears without the entire row that has the dropdown selector for showing ‘5 entries’ and the search box, and the pagination. Plus it shows all the entries.

I’ve added all the required scripts from the editable_table.html page to the new page but it won’t work.

It looks like in this image -

Can you help me with why the data table will not work, what’s it missing? BTW, same case with advanced tables too.

Wish your response time for queries was as good as your design.

Thanks.

IE8 does not appear to be supported as indicated. The main content overlaps with the left sidebar. Can you please advise on how to get it looking better in IE8?

Did you check it downloaded file or live link in IE8 ? If you checked in downloaded file directly then it will broken as respond js doesn’t appear directly so you can put the file in your localhost or check the live link.

thx

All of the above, including your live demo. See screen grabs: http://i.imgur.com/E0g1a8V.jpg http://i.imgur.com/fOoofiu.jpg

Do you intend to add support for IE8?

Hi I am wondering whether it is possible to add a searchable dropdown menu to this template. I know there is a multiselect option but I want for single select.

I looked at select 2 but it didnt work on this template

now we don’t have searchable dropdown menu option.

Though we didn’t implement select2 but it should be work. if its face any trouble then you can see the select2 documentation.

thanks

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