205 comments found.
I bought this theme. Now im wondering how can I customize it? Do I need to open every file in editor and change stuff then upload it on hosting or I can use some editors that are drag and drop or something like that?
You need use a editor to change the pages. thanks
I bought the theme some time ago and I am battling with it in iphone view.
1. The top left fa-bars do not click to open the menu, althought the pointer changes
Was this a bug in 1.2.0 that has been fixed in 1.2.1 – How can I apply the fix (it would be very helpful if you had the theme on github, I can just view your changes) also a better place to support and bug fix, we can also send you fixes andyou approve them 
I am also having an issue with charts with I phone view. I am using a lot of sparklines but in iphone mode they do not show. Wondering if you know of any issue with charts on iphone view
Thanks in advance for your help
Ps let me know if you need help setting up a githib account. You can make it private and paid users message you and you apply their github username
I fixed this issue… upgrading the js to latest version resolved

Do you know why modals not working when using AngularJS? I also purchased your theme Angulr (as your modals works there) just to try and see why but I haven’t been able to figure it out.
Did you include the angular-bootstrap? and got any error?
Hi, can you replace Chosen by Select2? Chosen is being abandoned, developers are preferring Select2 to be more robust and be multi language. I’m having problem using Select2, the app.js file has that bar “data-api bjax” that is somehow preventing the select2 is loaded correctly. Could you help me or update the dashboard to select2? Thank you.
You can disabled the bjax. but i think it would not affect the select2.
Thanks
I did it and the select2 worked, but I wanna bjax working together. Do the test! place the select2 and navigate by clicking the links in nav, the select2 will not load, but if you access the page directly by URL, the select2 loads normally. I need it working, please.
There seems to be some Javascript involved trying to do page transitions, or something of that sort, how do I disable this?
in the “js/app.js” line 182, change the
$(document).on(‘click.app.bjax.data-api’, ‘[data-bjax], .nav-primary a’, function (e)
to
$(document).on(‘click.app.bjax.data-api’, ‘[data-bjax]’, function (e)
Hey, I loved your theme, but before I buy it, I would love to know if you can provide a Sass based theme rather than a Less ? I would buy it immediately if you are planning to provide me a Sass template.
Thanks in advanced.
Only Less, Thanks
Hi, can you make the timeline to be align to the left (or right) because if the line is in the middle like the current implementation, if you view on mobile, it is a waste of space.
Thanks, Rusman
You can use a custom css. and remove the ”.alt’ ”.active” class on timeline item.
.timeline:before{left:100px;}
.timeline-item{display:block;margin-left:100px}
Thanks
Thanks!

Hi Flatfull, how can i get horizontal menu on top? please help me.
You can put your menu in the navbar. http://getbootstrap.com/components/#navbar
Thanks
HI Flatfull, it has been more two months since an update for the theme. Most of the plugins need updates. Can you please get back to us on this?
Some plugins will be updated in next update. thanks
Congratulations on crossing 1000 sales. Great work.
I really thought you would release an update when you hit the milestone. Can you please update the theme soon?
Cheers, Ravi
Working on the update. Thanks
Great! Looking forward 
Hi,
A client of mine bought this theme, the latest version which uses Bootstrap v.3.2.0. Is possible that we get a previous version of this theme that was using Bootstrap 2.3.0?
Thank you in advance, Razvan
This item is built base on bootstrap 3, and lot of changes from 2.3.0 to 3.2.0, i suggest upgrade the 2.3.0 to 3.
This is a guide http://www.bootply.com/bootstrap-3-migration-guide
Thanks
Thank you very much for the quick respoonse! I will try the migration guide!
Good luck.
Hi,
Can I generate the tree graph on this theme?
Thank you
No tree graph plugin in this theme. you can try http://www.graphdracula.net/ or http://arborjs.org/ Thanks
The collapsed sidebar (nav-xs) only displays icons of nav items. How can make it display text as well, so the text of menu items is displayed below the icons?
You need a custom style
.nav-xs .nav-primary > ul > li > a span{display:block !important; height:auto}
.nav-xs .nav-primary > ul > li > a i{line-height:1.5; margin-top:4px !important}
I have a question, I would like to use the tab element, but then in a header with the height of the title header in the project app page (e.g. e-learning application). With the current tab element, the tab is too low. How should we do this?
Remove the “m-t-sm m-b-sm”.
Dear Flatfull, unfortunately, this doesn’t help. Could you maybe post the code for an entire block like the project page with tabs? We currently have this:
<div class="col-sm-12 col-md-6"><section class="panel b-a">
<div class="panel-heading no-border bg-success lt">
<ul class="nav nav-tabs pull-right">
<li><a href="#info-1" data-toggle="tab"><i class="fa fa-info m-r-sm" />Info</a></li>
<li><a href="#program-1" data-toggle="tab"><i class="fa fa-calendar m-r-sm" />Program</a></li>
</ul>
<h4 class="text-lt m-t-sm m-b-sm block font-bold m-r">Marketing</h4>
</div>
<div class="tab-content">
<div class="tab-pane active" id="info-1">
<div class="panel-body">
Panel text
</div>
</div>
<div class="tab-pane" id="program-1">
<div class="list-group no-radius alt">
<a class="list-group-item" href="#">
<span class="pull-right text-muted">31 jul 2015</span>
<i class="fa fa-book m-r-sm text-muted" />Module 1
</a>
<a class="list-group-item" href="#">
<span class="pull-right text-muted">19 sep 2015</span>
<i class="fa fa-book m-r-sm text-muted" />Module 2
</a>
<a class="list-group-item" href="#">
<span class="pull-right text-muted">20 okt 2015</span>
<i class="fa fa-book m-r-sm text-muted" />Module 3
</a>
<a class="list-group-item" href="#">
<span class="pull-right text-muted">17 nov 2015</span>
<i class="fa fa-book m-r-sm text-muted" />Module 4
</a>
</div>
</div>
</section>
</div>
However, it looks like this <img />https://dl.dropboxusercontent.com/u/2855095/Screen%20Shot%202014-10-14%20at%2010.55.39.png</div>
Check this page http://local/theme/flatfull/scale/src/components.html . you can use the panel with tab.
I use the Wysiwyg form from form-elements.html, but for me to use it with my CMS, I will have to used a textarea or an input instead of div.
<div id="editor" class="form-control" style="overflow:scroll;height:150px;max-height:150px">
Go ahead…
</div>
I changed the div to textarea and input, but it was not working
Document here http://mindmup.github.io/bootstrap-wysiwyg/ . before you post the data, you can use js and get the data.
$(‘textarea’).val( $(”#editor”).html() );
Thanks, but I’m not sure how this work. Is this code from app.js?
No. when you post the form, you can use a js to do the validation and populate the textarea.
This is my favorite theme, does this work well with angular? Is there an angular version of this theme?
No angular version with this theme. and not all the plugins work well with angularJS. Thanks
Hi There,
Great Theme. I am having difficultly removing the blue overlay in the intro section of the landing.html page. How can you remove it?
.intro > div{
padding: 15% 0;
background-color: #126da7;
background-color: rgba(18, 109, 167, 0.75);
}
IE10-11 bug:
If you minimize IE window the panels will get an line through it (example taken from components.html)
Just need remove the “hidden-sm” class in the panel heading will fix this.
thanks
Can you may make the frontend subscribe form working ?
Add Mailchimp eg
hi, there is a good article about how to subscribe to Mailchimp.
http://www.joshuawinn.com/subscribe-to-mailchimp-newsletter-option-on-contact-form/Thanks
i must say that i am really disappointed about the supoort service.
i have since now over a week the problem that i cant get display the donut and multlipli chart and that the vector map is only show in original size when i open the developer console on chrome.
didnt get any help , even if i said that i would send the simple index file so that they could figure it out.
sorry but there is much better service here on themeforest.
nice looking template, but got looking and functions are not everything!
i think i lost some of your emails. you can drop a comment here if you can not get replied from email.
You put the charts in a second tab that it’s display:none. so the js did not init them. you can fix it by call the plot again when the tab clicked. http://getbootstrap.com/javascript/#tabs
$(’#tab a[data-toggle=”tab”]’).on(‘shown.bs.tab’, function (e) { // call your plot init js. })
i am disappointed too, you give it 2 stars.
also hope you understand that we do not analysis the files you send. it’s your custom js functions that we can not control.
Regards.
in wich js file should i change this.
and what about the vector map ? why is it small and if i open the devoloper tab its getting big.
<!-- Flot --> <script src="js/charts/flot/jquery.flot.min.js"></script> <script src="js/charts/flot/jquery.flot.tooltip.min.js"></script> <script src="js/charts/flot/jquery.flot.resize.js"></script> <script src="js/charts/flot/jquery.flot.orderBars.js"></script> <script src="js/charts/flot/jquery.flot.pie.min.js"></script> <script src="js/charts/flot/jquery.flot.grow.js"></script> <script src="js/charts/flot/demo.js"></script>
same as chart.html
and afetr that ? i took a blank file and try it now they way u say
the charts works now, but not the vector map
then you see the flot charts.
nope, was to fast with the works.
on the test.html is the chart working in a tab. dont know why but it is.
but if i put other forms into and other tabs like here
it is not working and i havethe flot charts js in it
http://backend.awesom-media.de/neuer_kunde.html works not http://backend.awesom-media.de/test.html worksCHARTS not working. VECTORMAP not working. and the js files vor vector are in the html also the css. and the same by the chart. but nothing works.
I have no problem to give people a higher rate, and i do this almost,
but, im sitting now over a week, on the chart and map thing and cant figure it out and dont get any supoort, sorry but then is even 2 stars 2 much!!!!!
there are a lot of other authors, which takes the index.file of the customer and fix the bug they have , i dont understand why here is it such a problem.
let the customer works over a week with this. good job!
http://backend.awesom-media.de/neuer_kunde.htmloh and before i forget it. NOTICE is also NOT working
and i have almost all js into the neuer_kunde.html
<script src=”js/jquery.min.js”></script>
<!- Bootstrap ->
<script src=”js/bootstrap.js”></script>
<!- App ->
<!- Flot ->
<script src="js/charts/flot/jquery.flot.min.js"></script>
<script src="js/charts/flot/jquery.flot.tooltip.min.js"></script>
<script src="js/charts/flot/jquery.flot.resize.js"></script>
<script src="js/charts/flot/jquery.flot.orderBars.js"></script>
<script src="js/charts/flot/jquery.flot.pie.min.js"></script>
<script src="js/charts/flot/jquery.flot.grow.js"></script>
<script src="js/charts/flot/demo.js"></script>
<script src="js/app.js"></script>
<script src="js/slimscroll/jquery.slimscroll.min.js"></script>
<script src="js/jvectormap/jquery-jvectormap-1.2.2.min.js"></script>
<script src="js/jvectormap/jquery-jvectormap-world-mill-en.js"></script>
<script src="js/jvectormap/jquery-jvectormap-us-aea-en.js"></script>
<script src="js/jvectormap/demo.js"></script>
<script src="js/libs/underscore-min.js"></script>
<script src="js/libs/backbone-min.js"></script>
<script src="js/libs/backbone.localStorage-min.js"></script>
<script src="js/libs/moment.min.js"></script>
<!- Notes ->
<script src="js/apps/notes.js"></script>
<script src="js/app.plugin.js"></script>
<script src="js/charts/easypiechart/jquery.easy-pie-chart.js"></script>
sorry but i had never so much problems with a template. NEVER
you use the “slider” component. but you did not include the js
you use the “chosen” but you did not include it either.
so the app.plugin.js have errors. and other js not working.
the Notice not work because the app.plugin.js have error.
the plot charts. i told you it’s the second tab problem. when the plot init the charts. the chart div is in a display:none tab, so it’s no width and plot got a error.
you did not get a response for a week, because i did not get your email and you did not drop a comment here. i only got your one email to ask the slider component and i replied with a solution.
anyway. i downloaded your neuer_kunde.html and have some fix on it. and sent to your email. (including some miss components js, and a little fix on the plot charts when the tab clicked)
Regards.
Hi Flatfull,
Purchased your template. And really loving it. https://rgd.legalaffairs.gov.tt/ttdll-web/revision/list
I am trying to implement the filter on the ul list of items. kindly recommend or point in the correct direction. Thinking of some kind of autocomplete with remote query.
Well done! ajax remote query and replace the list.
Thanks. Got it working on a development copy. Still need some cleaning.
Happy Coding.