98 comments found.
Hi
I’m using the modal form as in your examples.
My question is : How to close it programmatically ?
Thanks
Hi, I want to know if the frontend template is for wordpress.
Hi
Frontend is HTML, CSS and JS. It’s not compatible with wordpress
I was interested in buying this script but I don’t understand what it is exactly. Is this a CMS for site building?
I see the “front end” option but does the admin side build the front end?
Hi
Thanks for showing interest. This is not a CMS or builder. What you get in the download package is a bunch of HTML, CSS, JS, and less files (for both admin and frontend) which you can then use in coding your site or product.
Cheers
Online docs – coming soon, its not ok 
Hello I’m looking at buying this theme for a project of mine and i would like to know if you’ll be doing any updates to it ? like adding any new pages to it or maybe AngularJS. there is a couple of pages i would like to see with in this theme such as a projects page to display progress on the project and a todo list on the project page as well so if i have more then one person working on a project at one time they can see what needs to be done and what has been done. Just an idea i got from another theme here is the link. Project and Project Details Please have a think about adding them pages as i would really love to see them in this theme
Hi there is a different behavior between IE and other browsers (CHROME, FF), in homepage where there is the quote with the background photo. When I scroll I can see all the background photo (nice). In other browser I can see just a piece of photo (the initial background of the quote). Could you solve it and make IE behavior the standard one? Thanks a lot.
Hi
Which version of IE are you using
11. It has very nice effect that show all imge
Hi, any news ?
Hi
Sorry for the late response. You can change the following code but then you will encounter issues on mobile devices since support for background-attachment: fixed is poor:
in structure.less change
.no-touch {
.parallax, .parallax-0 {
background-attachment: fixed;
}
}
to
.parallax, .parallax-0 {
background-attachment: fixed;
}
If you’re using css, then edit main.css
.no-touch .parallax,
.no-touch .parallax-0 {
background-attachment: fixed;
}
to
.parallax,
.parallax-0 {
background-attachment: fixed;
}
Great. Works perfectly! Thanks a lot!
Hello
Can u help me please? I’m doing a custom sidebar and I need to set “sub-menu” always opened, set by default opened, how could I doit?
Thank you, and nice theme 
Hi
Thank you for purchasing.
Use a different class on the list and give the new class the same properties as sub-menu but with display block. Hope it helps.
Works, Thank you!!!!
Question before buy. How can I adjust the animation speed of each element when they appearing on the screen. I feel it’s a bit too slow, user has to wait around 1 sec before the elements appear on screen. 500ms would be fine. This is in the frontend template. Thanks.
Hi
You can adjust the animation duration on the .animated class. It’s default to 1s.
Hi,
Is there any possibility of purchase a extended license? What is the price for a license that permit unlimited uses?
Best regards
Hi
Extended license option is available on the item page right in the sidebar. More information on licensing is available on this page http://themeforest.net/licenses/standard.
Cheers
Hi, congrats for theme! For brand I need to put image. Different from header and header sticky, How to do it? Thanks!
Hi
Thank you for purchasing. Replacing the contents of
<a href="index.html" class="logo transition">
Sublime
</a>
with you image and adjusting the appropriate height should be enough to get the desired results
Thanks for your support. This is ok. But if I would like to have different image one for header in home page and one for header in sub page (sticky header)?
We’re having static HTML files so you can have different img src in the home page file and another in the other pages
Sorry, but when I scroll I pass from header to header sticky. Here I need to have different image. Thanks.
Well then your best bet is to use a css background image. .sticky is added to header when u scroll so you can use this to target your changes
Yes! I got it! Works! Thanks a lot!
Hi, congrats for the theme! Any plans to support grunt, minifying, concat, etc?
Thanks!
Hi
Thank you for purchasing. No plans in the pipeline yet for grunt support
When are you going to realize the online documentation would gladly would have bought the template with it
Hi
Coming from the holidays. Will have the online docs ready in the next few weeks.
Before purchasingm can your widgets, sliders and form elements be integrated into WHMCS and the cart? This template looks extremely good but I need it to be able to work with WHMCS.
I have purchased – Sublime Admin Template- In that How to use Range Bar Chart?
Thank you for purchasing. Which range bar chart are you referring to? You can find links to official third party plugins’ documentations in the template’s own documentation.
@CreativeHP : Big up on all you wrote! Sublime is great, but your ideas are all awesome, and missing!
Hi, i really like your item
one question, i want to change the header color and change the bg, but i can’t, can you tell me how to change it ? i change from variables and pallet less files but nothing happens .
and second when you want to collapse the sidebar the icon hover is active but after that when you hover the icon it’s not darken anymore, is there any problem with it ?
Hi
Thank you for purchasing. To answer your first question, you should be able to change colors easily by editing palette files under the folder less/color-variables just make sure its the same file thats being imported from less/palette.less.
For your second question, can you illustrate the issue as everything seems fine on my end
Hi again,
About the first issue i found where the problem is,
you should add ( @import “palette.less”; ) after line 52, i’m sure it’s missing, now it’s working 
and for the second one please send me an email so i’ll send the screenshot for you for obvious illustrating 
by the way, can you implement some suggestion to Sublime, it would be great and gorgeous .. for example these one :
http://github.hubspot.com/pace/docs/welcome/ ( page loading bar )Thats one way of doing it. In the actual item, main.less, font.less and palette.less compile into seperate files (main.css, font.css and palette.css) it helps make editing the stylesheets easier.
Thanks a lot for the amazing suggestions i’ll work on including some of them in a future update. Please check the documentation if you need to contact me via email address
It’s okey buddy 
By the way where is the variable of header height ? i think it’s not exists, i have to change more than one to change the height to 42px, the default is 50px …
Tab layout in forms.html email template another option for collapse menu icon in sidebar button and left help icon ...and also i think the sidebar width variable is missing too ..
The sidebar width is available .. sorry for that 
Hi, can u tell me this theme it work on asp.net. I set a dashboard but form_wizard theme not work properly. can u help me???
Hi
Thanks for purchasing. Should work fine. Can you send an email with screenshots and perhaps your dashboard code
Hi, can u pass your email id so i can sent to my code.
Hi
Can you check the documentation. My email should be there
Alright, I have one more question, I hope this is gonna be the last one, sorry if I ask too much lol.
<img src="img/faceless.jpg" class="avatar avatar-sm img-circle" alt="" />
Is it possible do not resize the image? when the picture is a even px like 120×120 it looks good but whenever the picture is like 70×120 it looks really bad.
Is there a way to change that?
Also I realized theres a bunch of size definitions such as mt5, mr15, -sm or -lg, where could I find a list of all of this definitions so I can use?
Just remove avatar-sm if you want to use the natural dimensions. For the definitions on helper Classes you should find them in the documentation, both frontend and admin documentations have sections that outline what each class means
I would to still use the avatar-Sm but not to resize the picture. I mean, I still want it to be in that rounded frame with the size of avatar-Sm but I don’t want the picture itself to lose its dimensions because the picture right now doesn’t really look good.
I can post a picture if you want.
if you want to maintain the rounded frame then your images will all need to have the same width and height otherwise it’s just going to look squashed
Could you tell me where, which class or which file puts the image inside the rounded shape so I can try to do something about it?
Okay, I need some help. I’m definitely doing something wrong.
I don’t get what happens. I’m editing the Admin Panel and sometimes the menu (on the left side) just doesn’t open/close anymore.
Even the scrollbar changes and doesn’t work. On a computer it’s fine but the problem is on cellphone because the user won’t be able to look at the menu links.
img link: http://s18.postimg.org/uknle77o9/Untitled.pngf
Get in touch via my profile or send me an email. If you can share the link to your app i’d be glad to assist
I don’t know what I did but I fixed. I really don’t get CSS but the error was there lol.
I really appreciate your help tho.
throw new Error("Invalid dimensions for plot, width = " + width + ", height = " + height);
This is the error according to google chrome report: Uncaught Error: Invalid dimensions for plot, width = null, height = null
How could I fix it?
Either make sure you set the width and height of your flot chart target div or make sure flot chart isn’t looking for a non existant div. If you’re not using flot charts remove the plugins altogether
Thanks for your help and support 
No problem