237 comments found.
Do you have the theme with built-in google calendar?
Only have the FullCalendar. Thanks
The timeline component is not compatible with the new Chrome 45.
Quick fix, change .timeline{table-layout: fixed} to .timeline{table-layout: auto}
Thanks
Something happened between today and the last day. The timeline simply bugged when viewed in the Chrome browser. It works on IE but is de-alingned in chrome.
Quick fix, change .timeline{table-layout: fixed} to .timeline{table-layout: auto}
Thanks
Hi, i want to change to table in this page “table-datatable.html”. how can i add a icon to the table?
Hi, i want to change to table in this page “table-datatable.html”. how can i add a icon to the table? for example : http://s3.postimg.org/tj3egwrir/image.png
use the row callback http://datatables.net/release-datatables/examples/advanced_init/row_callback.html
Goto your themeforest dashboard, and click the “Downloads” tab.
Thanks
do you mean the download button that from my account drop down list?but it display 0 item ?and i make sure i had made the payment
Hi, i saw your purchased label once and now it disappeared. you need ask the market supporter. https://help.market.envato.com/hc/en-us/categories/200216004
thanks
Heh, Love the theme, bought it. Our market is predominantly female, wondering if there are other color options? The left nav is a little “masculine” in our view. Cheers, J
hi, you can use “bg-primary”, “bg-info”, “bg-success”, “bg-warning”, “bg-danger” with “lt, lter, dk, dker” classes on the <aside>
or use the LESS css to build your own.
Thanks
Hi, I would like to use this for giving points to users shopping through my site. Can a single license be used for this purpose?
Yes. except 9 on http://themeforest.net/licenses/terms/regular
Thanks
downloaded the theme and tried to put it on a ASP.NET website, such websites require right after body the <form id=”form1” runat=”server”> tag and it ends right before . When we have that on the page there is a problem where the height of the page is like 100 or 200 pixels max, the only way to solve it is to remove the form tag, but that can’t be done with ASP.NET, what can we do to get that fixed?
body>form{
height: 100%
}
downloaded the theme and tried to put it on a ASP.NET website, such websites require right after body the <form id=”form1” runat=”server”> tag and it ends right before . When we have that on the page there is a problem where the height of the page is like 100 or 200 pixels max, the only way to solve it is to remove the form tag, but that can’t be done with ASP.NET, what can we do to get that fixed?
<form style="height:100%"></form>
Thanks
Hello.
How can I enable animate scrolling to anchor links on Landing Page? I see there is a “Smooth Scroll” plugin to this but it doesn’t works. I want the same effect as you have in your other template: http://flatfull.com/themes/scale/landing.html
I have included Smooth Scroll js and I have added “data-scroll” attribute to “a href” tag but it doesn’t help.
What to do?
Thanks for help.
I bought 2 templates from you, can I get some reply? Thanks.
Hi, you can use the js below for the animate scroll.
jQuery.extend( jQuery.easing,
{
def: 'easeOutQuad',
easeInOutExpo: function (x, t, b, c, d) {
if (t==0) return b;
if (t==d) return b+c;
if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
}
});
!function ($) {
$(function(){
$(document).on('click.app','[data-ride="scroll"]',function (e) {
e.preventDefault();
var $target = this.hash;
$('html, body').stop().animate({
'scrollTop': $($target).offset().top
}, 1000, 'easeInOutExpo', function () {
window.location.hash = $target;
});
});
});
}(window.jQuery);
Thanks
It works! Thank you very much!
This is an awesome template! I absolutely love it! Are you willing to offer any more customization to this template?
You can send a msg via my profile page.
Thanks
I have. I sent an email the other day. Did you receive it? Maybe that’s why I never received a response.
You can reach me at cedrick(dot)dunn(@)live.com. I would love to talk to you about a project.
Is this template dead?(support and/or updates)
No big updates, if you want to update the bootstrap, you can download from and official site and replace.
thanks
Wich license to Buy, in the case of a SaaS?
If you charge your user or sell to client. you need the Extended license.
thanks
How do we install this in to the wordpress?
loved it , bought it 
can i write javascript to scroll back to top when click or do some event?
Hi I bought your theme with the intention of using it with meteor. However when I try ‘mrt add notebook-theme’ it says the package does not exist. Please help!
We need to remove the <form role=”search”> </form>
section from our template, everytime we do the whole website stops working with the height of it being 100px, we need this fixed asap or a refund, we can’t figure out what is causing this issue.
A great template
For the Notes section: http://www.oem.com/admin2/notebook/api/notes In the address I get the following output. [{“id”: “1”, “name”: “Meeting some one”, “description”: “Meeting some one \ nThis is a description”, “date”: “1378360777060”}]But I can not add to the MySQL database.
I uploaded all the files to the directory http://www.oem.com/admin2/notebook/
32 and 35 of notes.js file with the following lines
// Save all of the items to local storage under namespace. localStorage: new Backbone.LocalStorage(“http://www.oemindustry.com.tr/admin2/notebook/”),
// Save data to database. url: ‘http://www.oemindustry.com.tr/admin2/notebook/api/notes',
What should be the truth of these lines?
Please answer me. The purpose of my template purchase of this section.
Is there support for the template?
I’m waiting
I just asked a question. I can not answer. Is this normal?
You can change the local storage to mysql.
// Save all of the items to local storage under namespace.
// localStorage: new Backbone.LocalStorage("notes-app"),
// Save data to database.
url: 'api/notes',
but first you need create a mysql database and run the “api/notes.sql” then config in the “api/index.php”
function getConnection(){
$dbhost="127.0.0.1";
$dbuser="root";
$dbpass="";
$dbname="app";
notes.js you send files of any website working?
not working script and not support. Never not buy
downloaded the theme and tried to put it on a ASP.NET website, such websites require right after body the <form id=”form1” runat=”server”> tag and it ends right before . When we have that on the page there is a problem where the height of the page is like 100 or 200 pixels max, the only way to solve it is to remove the form tag, but that can’t be done with ASP.NET, what can we do to get that fixed?
follow up, even if we put a simple before the <section class=”vbox”> the whole page would only be 200pixels in height