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.

can I use this theme with wordpress or joomla?

thanks

I purchased this theme from another account. I’m trying to install it for wordpress plugin and this is what I get

Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.

Thank you in advance for your support.

Hi glad to know that you purchased it. I already told its only html, css, and javascript. So you have to develop its in your own environment. as its not by default ready for wordpress thats why its shown install failed. you need to develop wordpress friendly code by using this template.

Hope we clear enough.

thx

Hi,

When can see the timeline page?

In the home page already have timeline. we didn’t do it in different page.

thx

Greetings from Tokyo. My name is Samson, our team really like your work and have purchased this theme, currently considering purchasing the extended licence. I was wondering how flexible you are if we were to ask for additional parts, (say a specific type of sliders that would match this theme, or a different colour theme) Do you have a hourly / daily rate? Would love to discuss that with you over email. Thank you.

We are glad to know that you already purchased our template and also interested to purchase extended license. You are asking some additional parts like ( slider and different color theme ). In that case we need more detail discuss through our mail. For your kind information if the change is minor then we can give you free support. Of course if you purchased extended license. please feel free to mail our support dkmosa@gmail.com

thx

Do you have any example code or documentation on how to make the “Editable Table” work server-side (PHP)?

Found a simple solution to my problem.

If you look at the code, no more than one row can be edited at the time.

Therefor i just added a hidden cell containing the ID of my entry, and when the user clicks the edit link a hidden input will be assigned with the id.

When the users click on the “Save” link, a form will be submitted containing only our edited data.

Simple.. Maybe not the best solution, but it works.

how i can start sidebar closed on specific page?

If you want to sidebar closed initially then just add a class “sidebar-closed” in container section which is just after the body tag. see the following code <section id="container" class="sidebar-closed">

thanks

Unfortunately we don’t this option.

thx

Hi,

Have a couple of questions about this theme, using it for a project and ran into a couple of issues:

1) How can I configure the theme to start with the sidebar collapsed by default? Every time I refresh the page, it starts with the sidebar menu automatically expanded (meaning the menu is always showing, which is a big nuisance on mobile since the menu comes down from the top and blocks out half of the page on small screens)

2) How can I programmatically open and close the sidebar with Javascript (Rather than having to manually click on the Navbar button)?

Other than that, I’m really loving the theme; looks great, thanks!

In gratitude,

Jason

thanks for noticing this.

1. please go to style-responsive.css line# 90 where have #sidebar { height: auto; /*overflow: hidden;*/ overflow-y: auto; position: absolute; width: 100%; z-index: 1001; display: block; }

replace it the following code

#sidebar { display: none; } .sidebar-close #sidebar { height: auto; /*overflow: hidden;*/ overflow-y: auto; position: absolute; width: 100%; z-index: 1001; display: block; }

2. we are little confused this question. can you plz bit more details. or if you want programmatically handle menu then you have to modify it yourself.

thx

http://thevectorlab.net/flatlab/advanced_form_components.html

OMG, I found new problem.

At WYSIHTML5 Editor, Insert link doesn’t work.

fix it please. (and masked input before too!)

Thanks.

we are using this from here http://jhollingworth.github.io/bootstrap-wysihtml5/ you can try it.

thx

Very nice theme! It is possible to have a panel closed as standard, and open it with a click on the top?

yes its possible.

thx

Hi, I bought your template and I think it good. But now I have a little problem.

At the masked input when I click the input box to type text. I don’t know how to start the pointer to the left(first) of input box?

thanks for noticing this. we are trying to figure it out and let you know.

thanks again for keep patients.

Ok, Thank you so much. I’ll wait for you. Please let me know soon.

hello good evening, I bought your theme http://m4bmarketingdigital.com/crm/, but do not quite understand how to configure.

You have to help me please? If necessary I’ll pay for you to set up and make ready for use.

I am Brazilian, translation by Google

Thanks for your comments. what kind of configuration you talk in about its just html, css and js files only.

thanks

Hello, i have an interesting problem. Custom checkboxes not working if it checked. Checkboxes works when we use regular checkbox instead custom checkboxes. How can i solve it?

Hi, firstly sorry for late reply. we checked it but nothing found any issues. can you please give your demo link to check it out.

thx

Hi,

I want to purchase this but unfortunately as mentioned by several people before the menu is broken on mobile devices (when you try to scroll it it closes). Do you have a date when this will be resolved (amongst other fixes)?

Cheers,

Thanks for your interest. We are trying to fix mobile device scroll issue. We’ll let you know when it fixed.

thx

Thank you. No date then? I’m working on an important project and I would like to implement your interface asap, and if this is not possible any time soon, I’ll look into another option although yours seemed to be the best one to me.

Cheers,

Great Work!!! Simple question, i’m not a programmer. I would like to use your editable table. I know how to populate the table with a query to my database. Can you provide me and example how to Update and Save change. I look inside your editable-table.js but don’t know where to start.

Hi,

This code in some files of js

if (top.location != location) { top.location.href = document.location.href ; }

Have issue when put advanced forms in a lightbox, because when the lightbox is open redirect to page.

How can fix this issue? or how can put advance forms in lightbox?

Please urgent :-(

Sure, I need this page in lightbox http://www.grupori.com/www/contacto/solicitud-particular.html, but the code that I write in themeforest redirect to page.

I´m try with colorbox but not work.

Thanks

Can you please try bootstrap modal.

thx

Not work, redirect too how can put a template form in iframe?

Bought this as was supposed to contained Layered PSDS. However, most of the elements have been rasterized to flat layers – for example, the menu and icons / text are all one layer, un editable.

Disappointing.

Thumbs up on the attitude buddy :)

You need to relax, these are suggestions from an experienced buyer – if you want to make customers happy, then don’t give them poorly labeled, poorly arranged file. Simple.

I will claim for a refund as this product is not completely layered, is missing several UI screens (listed as “PSDS” so assumed all were included, as is expected) and is poorly organised. I’ve let you know so you can improve your product, not have a cry that someone has criticized you.

Thank YOU and that is all.

Buddy one question for you. Did you buying HTML template or PSD template?

PSDS are optional its not mandatory. At the beginning we aren’t included psds as its not much important in dashboard template. But some of our clients are asking for psds so we included what we have. It doesn’t mean we have to give all pages psds.

Hope you got the point.

thx

Oh I got the point alright mate! Lol, hilarious.

The datepicker flies off the edge of the screen on mobile and doesn’t close after choosing a date or clicking outside of the picker on iOS. This is breaking the page layout and making the date inputs impossible to use. Is there a way to disable the datepicker flyout and use the native browser datepicker on mobile only?

http://i58.tinypic.com/15zi55i.jpg

thanks for noticing this. we will check it and try to fix it.

Hi, I saw in past comments that some people reported the problem with the menu on mobile devices (can’t see the bottom links). I purchased today the theme and the problem persist. Do you have a fix for that? I really need a working mobile menu. Thanks.

Thanks Estebanana, we are aware of this issue and trying to fix it. After fixing this issue we will give an update.

Hi, is there a simple way to show a sidebar on both left and right?

if you purchase it i’ll give you support to do that.

thx

Hi, I want to ask you how can you change the event colors of fullcalendar to twitter-bootstrap-style colors. Thank you.

we pick the default calendar class and gave style in style.css line no 2814 to 2900.

thx

RTL Support please !!!

Right now we don’t have RTL version.

thx

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