116 comments found.
Hello, nice Theme.. just 2 Questions.. 1. Where do I find the Class ” tab-pane active” to change the green color of the selected tab?
2. How do I change Work.html so that it directly starts with “2 colums” without clicking ?
thanks for support..
Hi Hakan, I’m sorry for delayed response, you only need to set proper class for each container to be “span6”
<article class="span6 project" data-tags="web,ui-design"> ... </article>
Hey there.. I’ve having some trouble with the navigation on the mobile site not displaying. Are you able to take a look? http://op.paulstenhouse.com/index.html Also, the hero box I added before the carousel looks messy when it scales.. could these two problems be related?
Hello, there’s an error in your functions.js file (check Javascrip console). You need to get “Scroll to top section” of this file to its original form. You can use this code http://pastebin.com/j7rfxkJX
Hey Paul, did you managed to get icons working as I can see them on your site.
Not on this site: http://198.101.211.224/ There should be an icon up by “client login”. I still can’t make it display.
I see, please refer to theme’s documentation and be sure to read “Important notice” section. You only need to download webfont files for these icons to work.
Hey.. those files are in the right place. Any more ideas?
I see, they might be on a right place but it seems your server is blocking access to these files. You can see for yourself by opening http://198.101.211.224/css/font-awesome/font/fontawesome-webfont.eot
Hiya .. If I wanted to use buttons to go to a selected slide on the homepage, how would I do that? For example a link in the menu to a specific slide?
Also, when is update expected?
Hi, and thanks for your question, you can slide to specific item by using this code:
<a onclick="$('#carousel').carousel(3)">Slide to 4th item</a>
You can find full documentation here: http://twitter.github.com/bootstrap/javascript.html#carousel
I’m already working on updated version based on bootstrap 2.2.1. It should be out in a week or two.
Thanks again, Michal
For standard display that worked beautifully, thank you!
On the responsive menu, however, I’m having some trouble when selecting the same link resulting in: file:///C:/Users/*/Desktop/inprogress/undefined.
I had a look through the functions.js and I can see that the responsive navigation is set up there, however I’m not sure exactly what I’d need to edit.
May I ask for some advice?
Attempted an update to Bootstrap v2.1.1 today thinking it wouldn’t be a big change (plain is at 2.0.4?), but the template was quite a bit broken.
Any idea when we can expect a version bump?
Thanks,
Thanks, I’ll have a look and soon release an updated version based on latest twitter bootstrap.
@jasenhicks Just link to the SSL version of Google Fonts, I do this:
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>

Thanks for your help Alex 
Hi Virae,
Freakin AwesomE template…!!!
Very clean coding and commenting.. Well Done…
Just wanting to know how to resize the carousel area when in ‘macbook’ carousel… ?
I cant seem to find it in the css …. I can resize ‘Version 2’ by just changing the size of the element / image in the carousel but the macbook one is tricky…
—I need to replace the macbook image with a differnt / smaller graphic and have carousel keep playing etc..
A swift reply would be great if poss as we are on deadline.. :~}
Cheers
Hi and thanks for your question,
basically you need to find and modify only these classes in your style.css file according to width and height of 1) placeholder image (it is a macbook body in original theme) and 2) carousel items (items which displays inside)
.carousel.macbook .carousel.macbook .carousel-macbook .carousel.macbook .carousel-inner
between lines #969 and 1094 in style.css. You need to change them for all media queries which means modifying: default styling, @media (max-width: 979px) and (min-width: 768px) and @media (max-width: 767px).
You only need to change width and height css options for all of these classes.
New bootstrap! +1 and updated breadcrumbs
A couple of notes: the package is missing a few of the font-awesome files. You can download them and add them to the directory manually and it all works fine. Just a heads up though.
Real question. the following is linking to code on Google:
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>
I need everything locally because my site is all SSL and it’s preventing a fully secure connection to my site. How can I make this happen (when referring to the file, it has other files its referring to making it much more complex than a copy and save).
Hello, thank you for your question, you can use this code as @iAlex suggested:
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>
or even this one:
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800' rel='stylesheet' type='text/css'>
Awesome documentation, well defined structure and layout. All the libraries used are big-name libraries, so it’s easy to tweak things.
This is an awesome template!
Thank you!
any plans to update to the latest Bootstrap version?
Hi Thomas, thanks for your question, update based on latest twitter boostrap (2.1.1) will be released soon.
I don’t think there’s support here. I’m going to buy another theme i think. :/
Hey, is there any question you would like to ask?
Is there support on this theme?
Hello and thanks for your question. Sure, there is a support for this theme (see comments).
How do I get the carousel to stop the auto cycle. I only want it to cycle when someone hits the next or previous buttons. Any help on this?
Hi, you can do it easily by changing line #24 in js/functions.js like this:
// initialize carousel $(‘[rel=carousel]’).carousel(‘pause’);
I forgot^^ : 
-The contact form works there ? -The image shift is normal ? When we hover (around 1 or 2 pixel)
Thanks a lot !
Hello,
Before purchasing this theme I wanted to know: - Can we easily remove titles images in the portfolio? - Instead of opening a link when you click on an image, you can open it in a box?
Thank you very much. 
Has anyone successfully put video from vimeo into the carousel and it be responsive? I am need to put video into the carousel and for it to be responsive. Not a coder, been scratching my brain trying to implement other .js that are responsive, but nothing seems to work. Any help out there?
SOLVED
Hi, I have purchases the template, and done the “Important notice”. But the icons are not displayed. Do you know why?
Very good programming structure of template. Thanks
maybe a simple question, but how would you add to the portfolio on this if it isnt linked to any kind of cms? i want to buy this theme but need to know how to use the portfolio…
Hi and thanks for your question, unfortunately, this is only HTML template. Implementation of all content management functions are up to you (either by manually updating files one by one or by converting this template to some simple php framework or wordpress).
I like the different sized portfolio thumbs when viewing the portfolio items on a large desktop and ipad screen. However, when you scale down the screen to be viewed on an I phone I would love for all the images to be viewed as 458×290. How would you go about doing that?
hi, ho to edit and insert a mail in contact form and newsletter? thanks
Please open and edit php\config.php file.