879 comments found.
I found a small bug, when you click mouse wheel and move it to right this happens:
http://prntscr.com/92kwefHi there,
Thanks for reporting – I’ll take a look into this 
Craig
Thank you
Its been 6 months since Foundry had first launched and by far the best designs I’ve always looked upon this project as the place to find inspiration for my future projects. This is Stunning Guys. Good luck to the team.
Thanks so much for your lovely words! The time has flown and it’s been so great to see Foundry build into a better product based on the feedback and ideas from all our awesome customers.
It’s really humbling to hear that you look to our item for design inspiration.
Thanks again 
Craig
Hi. Quick question about the portfolio sections, specifically the grid with filters blocks. Possible to click on an image and have a larger size of the image open? Then either click off the image or click on an “x” on larger size and it would close? Hope this makes sense. I’m happy to further explain what I mean. Thanks in advance!
Hey there,
You mean a lightbox image? You can use a lightbox image in place of the portfolio item if you choose, yes 
Thanks for the response. Sorry, I wasn’t clear. Is it possible to filter the lightbox images section like the images with filter section in Variant? Hope I was clearer…
Hi,
This would need to be done in plain HTML, so the modified block would not be available in the builder.
Cheers
Hi. Extremely love it. One question: is it possible to purchase Variant’s extended license for commercial use? For example, to create my own template for sale based on my own design, code templates etc? Thanks.
Hey there,
Thanks for the compliment!
At this stage no – it is not possible to use Variant to create your own templates for sale.
Thanks, Craig
hi can i have this theme in rtl format?
Hey there,
You would need to add the RTL rules yourself as they do not come catered for.
thanks for the reply 
No worries 
Great theme!
Are there any presets to make the “nav-container” width the same as the footer width? So that it is not 100% width, but 1170px wide?
Hey there,
Thanks for purchasing!
Not currently, but you could add this to custom.css:
nav{ max-width: 1170px; left: 0; right: 0; margin: 0 auto; }
Cheers, Craig
Thanks Craig
What about making the line under the nav 100% width but keeping the logo + menu at 1170px?
Hmmm, at the moment the line under the nav is a border so it can only ever be the same width as the nav. You could use a element outside of the nav and just before the main container to do this though, just make sure it has no margin or padding on it.
“background-multiply” doesn’t work with Google chrome which means color treatment doesn’t show image
is there a solution thanks
There are currently some bugs reported in Chrome with background-blend-mode: multiply; (source: http://caniuse.com/#feat=css-backgroundblendmode , https://code.google.com/p/chromium/issues/detail?id=543583) This should be fixed in upcoming versions of Chrome. For now, you can remove the class ‘background-multiply’ from the section.
Cheers, Craig
Hi. Please help. shmasya.ru dont working instafeed
Hey there,
This site doesn’t appear to be using Foundry, the code and appearance is very different, did you mean to post this here?
Thanks, Craig
Hi,
I have a quick question.
I’m using the offscreen menu on my design and I wanted to add a nested menu. So click on Services and then it drops down to show the options.
Is this possible with the offscreen menu?
Hey there,
Thanks for purchasing! Currently nested dropdowns are not supported in the offscreen menu type. For that we’d suggest using the traditional bar style navigation
Thanks for the feedback.
No worries
Hi, I would like to achieve the same effect as what you have on your agency demo, i.e. when I click on a nav menu item, the screen slides to the respective section of the page. How do I do that?
Hi,
This is possible in HTML and Variant – and is explained in detail in the included documentation. The scripts required are already set up, you just need to add particular links in the page to make use of that feature.
James
Hi
I have a problem with the mega-menu. When it is used as the last item within menu class the lists do not show.
The single list using
- works fine but the following
- .
Any ideas?
Thanks
Deon
- does not show when it’s the last
Sorry, example html rendered in previous post. I basically meant a single ul without the mega-menu class works fine as the last list item in the menu but mega-menu does not.
Hey there,
Would you mind opening a ticket at mediumrare.ticksy.com with a link to your site so I can take a closer look?
Thanks, Craig
Can I upload images in this theme builder?
Our demo site does not allow uploading images, but when you are using the final product on your own machine, you will just put your images in the img folder then import them to Variant.
Pre sale question – do you have to use the variant page builder or can you just use an HTML editor to create your website using foundry, picking and choosing elements from the template files you require?
Also how does the theme perform from an SEO perspective? As looking at the source it seems strange why for the main headers on the pages on the site you are using a H3. How much work is it to change these to H1 and how many places in the stylesheets would a new H1 have to be created and what would the CSS need to be?
There is no requirement to use Variant, it is an option for laying out pages and adjusting content and trying page style options, but if you want to use a text editor, yes, of course you can use the HTML files 
There would not be much involved in changing main page headers to H1. You could make the change once in the files you want to use and make that your new template.
James
-
Hello, can we help?
Still haven’t heard back from my ticket since three days. What’s going on guys!?
Hey Falco,
We run our support on weekdays – so given that it was a weekend, we were taking a little time off 
Hi can this be integrated into wordpress?
No, for that you’ll need to purchase the WordPress version http://themeforest.net/item/launchkit-landing-page-marketing-wordpress-theme/11323554
Hi there,
I really love this theme and updates every time you guys do.
However, I’m stuck with displaying the picture before youtube video starts. Before I updated the theme to 1.8, it worked fine, but now it’s just displaying background color and css loading animation. it used to have a slick transition from background image to video, didn’t it?
Would you help me out here? Thanks! 
Hey there,
We did change it so the viewer would have a little more ‘feedback’ on what was going on ie. the loading animation implies that something will take its place rather than seeing an image, then a video unexpectedly popping in.
you can switch it back by adding this to custom.css:
.vid-bg .background-image-holder{ display: block !important; } .vid-bg .masonry-loader{ display: none; }
Cheers, Craig
Hi Craig,
Thank you so much for the code.
I’ve added it to my custom.css, but it seems only background image popping out, and texts doesn’t show up until video starts. How can I display background and text at the same time?
Cheers,
Hey there,
Would you mind opening a ticket a mediumrare.ticksy.com with a link to your site? That way I can get a better idea of what you’re seeing and can better assist.
Thanks, Craig
Hi,
Purchased this theme a few months ago – really happy with it. However, what i’d like to do is make the mega menu 100% of the screen. How can i do this?
Thanks
Deon
Hey Deon,
Thanks for purchasing, Glad you like the template!
The mega menu’s width is determined by how many sub-modules (or columns) you have in it. So if you keep adding columns it should stack up to the width of the screen eventually anyway.
The way the CSS is structured it’s not really built to span the entire screen from left to right without the columns there to create the width.
Hope that makes sense, Craig
Ok thanks for responding. I think you should develop a full width menu – would be great.
Thanks for the suggestion
Hi, I really like this theme and most of all the Variant builder! I saw in other templates that you have another elements on Variant, is there a Variant builder that I can buy separately that have ALL the blocks of all the themes? Thanks.
Hey there,
Thanks for purchasing, we’re glad to hear you’re enjoying Foundry.
There is not version of Variant that includes all blocks from all templates – each is its own specific product.
Thanks, Craig
Great theme! I have problem about images and logo that loosing quality on retina screens. What can I do for it?
Hi there,
You could use higher DPI images or a plugin like http://imulus.github.io/retinajs/ to serve @2x images (although naturally the images would be quite a lot larger, this may have an effect on loading times)