116 comments found.
I’m not sure if there’s support for this theme anymore… 
Anyways, I just wanted my site to show the full version in every device. When I visit my site with my tablet it changes the lyout to a kind of mobile version, what should I edit to change that?
Thanks! 
Hi, I have purchases the template, I’m very happy using it. But I want to ask you for a “Order By” option in portfolio section. Each item of my portfolio has a “price” that can be used for sorting, like “
22
” I’m reading jquery.isotope doc and trying to implement something similar like filter (with li a click function) in your function.js by myself but its impossible for me. Any idea of what can I do?THANKS
Hy
Do you plan to release a WP version ?
Thanks
Great job on this! Is it possible to easily replace the logo text with a picture file without losing the responsive functionality?
Hi! I very much like this theme and bought it to build http://mojpierwszymac.pl on WordPress (I used only ‘blog’ part). Thanks!
Hi,
I changed the color of the copyright footer and now there’s a black bar underneath that I cannot find in the CSS. Can you tell me what style item is controlling this? Thank you and excellent theme.
Problem example – http://www.matthewbrazier.com/storage/limelight/index.html
Thanks, it is html {background: #color} selector on line 26 of your stylesheet.
First, this is a beautiful theme, so I definitely feel that the purchase was worth it. However, I just purchased the theme specifically because it says that a “LESS stylesheet” is included, but most of the included style.less is regular CSS. Also, every one of the included mixins is a duplicate of a mixin that already exists in Bootstrap but uses different terminology and they aren’t nearly as robust as Bootstrap’s. I’m confused how you could use Bootstrap as a framework because of how powerful it is and then create your own mixins to do what Bootstrap already does, but in a way that’s not compatible with the rest of the framework. Bottom line being that the included LESS file provides not advantage, since I have to re-write every style that uses a mixin so that it uses Bootstrap’s mixins.
Again, I love the theme, and I’m thankful for your design work. But I’m disappointed that the LESS file doesn’t actually use Bootstrap – at all, not even a tine little bit. That was what I expected.
Are you going to release Plain for wordpress anytime soon?
Hi That’s a nice theme I am interested in purchasing it but I’d like to have a language selection in the header + video component (there’s no video illustration on this theme + an iframe so that when I click on a web project from portfolio I can have the website opening in an iframe rather than opened in a new window.
Are the elements above easy to insert or would require a considerable customization ? Thanks in advance, Cheers Rvp
Hi,
Any update on the latest Twitter Bootstrap version of this as yet?
Cheers.
Hi and thanks for your question,
I’ve submitted new version of Plain which has been updated to latest version of Twitter bootstrap (2.2.1). I’ve also included a LESS stylesheet. It should be approved and available for download within few hours.
Michal
Hi There, I have just one more question; On the work page, I’m wondering how to define what tab is loaded by default when the page loads up. At the moment when the work page loads the ‘All’ tab is loaded by default. Is it possible to set a different tab to load by default?
Many thanks in advance for the help
Hello and thanks for you comment, you can do it by editing js/functions.js file according to this code: http://pastebin.com/gVvd7Dcs
You only need to add line number 61 on pastebin: filter_projects(‘web’);
Hi,
I have a question about footer. Is there any way that I can make footer stick to the bottom? I don’t know which is the best way to do it in responsive template.
Regards, Andraž
Hello Andraž, this is more css related issue and I’d suggest that you check css “position” property. You should be able to do so by placing something like this in your css:
footer {
position:fixed; bottom:0; }
Thanks very much that has sorted out my issues. 
Great, thanks.
Also, in addition to my question above I was wondering if there was any way to control the timing of the macbook slider? I’d like to extend the period of time that the images are shown before they scroll through? Many thanks in advance for the help.
$('[rel=carousel]').carousel({interval: 6000})
number “6000” means that carousel will stop for 6 seconds between each slide.
Hi there, Great template, I have purchased it and am having trouble with the social links (icons in the footer and icons on the contact page) I’m wondering how I can get them to link to twitter and facebook. I’m not sure where the code needs to go for this, any help you could provide would be greatly appreciated.
Many thanks
Hello, you only need to include a “href” property pointing to desired webpage. Here’s an example:
<a href="http://twitter.com/yourusername" class="social-network twitter"></a> <a href="http://facebook.com/yourusername" class="social-network facebook"></a>
Nope. It’s all CSS in this template. 
Great theme! Are the LESS files included in this current version?
This theme is a classic . . . very well done.
I’d like to remove the “responsiveness” from the site . . . so the pages are a fixed 940px (or whatever they currently are) and they would not collapse as browser display area decreased.
Is this something that you can tell me how to do? I’m familiar with CSS and HTML . I wondering if might just be a few key changes in CSS ?
In case you’re wondering why . . . I’m making quite a few modifications, I already have a mobile site and I don’t want test my changes on all the different display views.
Thank you!
Hi and thanks for your question,
you will need to remove these two lines from your style.css: @import url(“bootstrap/bootstrap-responsive.min.css”); @import url(“bootstrap-override.css”);
as well as all media queries – everything inside ”@media {}” from style.css and whole “Responsible navigation” section from js/functions.js
Hi Virae,
is it possible implement on the homepage the dots for slideshow the same as you have with your other theme http://themes.virae.org/solo/index.html
Thanks, Shaun
Hi Shaun,
it is not so easy at this point, although you only need to change carousel functions in js/functions.js according to this file: http://pastebin.com/a5kUPGzw
then, change HTML code for carousel by adding carousel-pager code: http://pastebin.com/V7kGaUE8
and some css for styling: http://pastebin.com/rcDWgQ8R
Hey, I really really like your theme! Is there a wordpress version coming? if so I’d be happy to buy it 