392 comments found.
Great theme. Could you please look at the photogallery at http://www.rainier20twelve.com/ and tell me why it is not loading.. Thank you!
I checked your site and it seems like a common Network Error: 404 Not Found. Infact if I try to access your linkes images, they aren’t stored on your server: http://www.rainier20twelve.com/images/portfolio/01.jpg
Check your paths and keep sure you uploaded the images in the right place.
About Contact form
Can i add another field?
and how should i do? i’ve tried on it but it’s still not working.
First thing, keep sure you’re using unique ids and names for your custom fields. You’ll also need to edit the mail processor inside of the php folder by adding the vars of the new fields or you won’t see them displayed in the email.
Yes, I tried as you said but it’s still not working. Can you give me an example if I add new field blank named “telephone” ?
<input type="text" id="phone" name="phone" class="input-text" placeholder="Telephone" required autocomplete="off">Then in mail.php add a new row at line 10, like this:
$message .= "Phone Number: " . $_POST['phone'] . "\n";
In my gmail
Someone sent you a message from your website.
............................................................................
testPhone Number:
............................................................................
E-mail sent by: asdsad <sds@sds.com>
type: "POST", url: path, data: "name=" + name + "&email=" + email + "&message=" + message, dataType: "html",Add your var, like this:
type: "POST", url: path, data: "name=" + name + "&email=" + email + "&message=" + message + "&phone=" + phone, dataType: "html",Save the file and minify it. Keep sure you safe it with the “min” suffix like the existing file. After this step it should parse the new var correctly.
Sorry but it’s not work ?
Contact me privately. I’ll assist you.
Can you give an e-mail?
You’ll find in my profile page a form on the bottom right, fill it out.
globalscroll: Is it possible to use it only for Content? logo, menu, title be fixed position.
I guess yes, you have to strip out both shell and scroller ids and style the container to display a vertical scrollbar. But it looks ugly if you ask me.
hi,
1) Is it possible to see the other versions? (with jScrollPane and Global Scrolling) 2) Is it possible add ACTIVE color to the menu? 3) Is it possible to change content height?
thanks.
Here’s an example using globalscroll http://themes.flashedge.net/vega/globalscroll.html
And here’s another one using a custom height for content and jScrollPane: http://themes.flashedge.net/vega/fixed_height.htmlThe clicked menu items get a “selected” class once active. I didn’t style them on purpose, but you can do it through the custom stylesheet.
Hi is it possible to use this page without ajax? how to deactivate it?
It’s shown in the userguide. 
In the Docs i found nothing how to deactivate ajax, i think i’m blind. could you give me a hint please
Download the latest version, it’s written there. The script scans all links for a target attribute and triggers the loading when none is found. To skip the AJAX process use as target “_self”.
yeah i found this, now my links look like this: Contact but still it’s loaded with ajax
Now it works, it wasn’t the latest version.
This Template is great
Hi again, how to make that the images in project.html were correctly scaled ? It turns out that the pictures are cut up to 50-60% from its original. BG images scaled well while manipulating page sizes.
Try to use the same size for all images and with an aspect ratio that fits the orbit slider. The code that handles the images is built inside foundation and I prefer to not alter it for easy upgrades, my code takes care only for vertical alignment of the main container.
How do I change the size of the logo container to put a larger logo in?
<div class="five columns" /> <div class="seven columns" />
Hi flashedge, I am also having issues with the scrolling part. There is one on the right side coming up, but unfortunately it is not acting as a scrollbar – it’s a little counter intuitively going the wrong direction. Also: is there a way the ‘hand’ symbol can appear- rather than the arrow? Other then that: I DIG this work of yours!
I got mixed feedbacks about the scrolling script. Some are crazy about it, others hate it. I included an option in the shell div called “data-iscroll” which can be set to true or false. It switches between iScroll and jScrollPane which look similar but act differently.
In the next update there will be a global scroll option which will disable both and use the native scrollbar of the browser, this should make everybody happy once it’s released.
You can easily edit the mouse cursor through CSS , just use the rules like this:cursor:hand; cursor:grab; cursor:-moz-grab; cursor:-webkit-grab;
Thanks!
I really want to buy a template. When will the WP version.
It’s still under development. It might be available by next month. Feel free to follow me to get notified when it’s ready.
Can you help me to understand how to specify the correct encoding for the Russian language?
It should be already set for Russian characters. You maybe need to change the Lato font with another one that supports cyrillic characters.
testing older browsers: in IE8 resizing doesn’t work, scroll bars don’t appear at all.
The responsive layout is not supported by older versions of IE, it doesn’t have to. Such layouts are meant for tablets and mobile devices. Unfortunately the used javascript for the scrolling part are not working with IE8 and older versions, I included a fallback with the native scrollbar.
Hi Emanuele.. Great theme! Is it possible to make the backgrounds load first rather than, what seems, in the middle of things or end of Javascript? Takes 5-10 seconds for large backgrounds to load on my 35mbit connection. Any ideas?
The background images are one of the first things wrapped in the document and they load right on the start. They’re just hidden and the first image is shown only once it’s fully loaded to allow a smooth introduction to the user.
The fact you have a very fast connection doesn’t mean anything, as the hosting itself has limited bandwidth too and probably not using your full available speed.
I try to load the first image url it uses in new tab by itself and it takes about 100-300MS to load.. but in your template I don’t start seeing any background for 5-10 seconds+ usually. So since perhaps I have 20 images in the background .. all about 500KB ea.. its queuing them all up before showing the first one?
Also is it possible to pause and play the background animation? When I play video it causes little glitches in video playback so I’d like to pause it while video is playing.. make sense?
20 images wrapped in the background might take some time to load. The thing is that they are all queued at the same time which will slow down the site a bit. The first image shows up as soon it’s loaded, it doesn’t depend on the other images but the whole loading process is slowed down by it. I’ll see if I can postpone the wrapping of the images to avoid such issue.
Pausing the background transition during video playback is a great idea! I’ll include this in the next update. I’m rewriting the video part so more instances can exists on the same page without overlapping each other.
Thanks for your contribution.
I implemented your suggestion in the latest version. The background loads progressively on demand and the transitions are paused during video playback. It’s much smoother now. 
On the homepage the black background where the text sits is slightly transparent. I have 2 questions about this…
1) can I make that more transparent?
2) can I carry that same transparent background throughout the whole site? The site I am building won’t have much copy and the background image will actually be more important than anything else. So I actually like the half page section for text and have the background transparent with the image showing through.
Thanks
That effect is tied to a class called “opaque” which can be used for all pages or just a few ones. You can alter the color and alpha by editing the rgba values in background-color of the opaque class.
hello are you thinking of doing a version of wordpress?
The WP Version is under development.
tanks, can you tell me how long it will more or less?
By next month it should be released.
I’ve just uploaded your theme to my server and it shows up fine in all browsers except Chrome.
What kind of issue do you have?
I see. Thanks for reply.
hi, Is it possible to add more than one Vimeo video on the page? Thanks.
Yes you can, but there are a few down sides for using more video containers on the same page.
If a user clicks all of them he will download the videos at once and likely experience a choppy playback, videos might overlap each other if played together and music doesn’t disable itself as the listeners don’t have an unique event anymore.
The best thing is to create fake images with a play button which will load a new page and launch the video automatically by using the data-autoplay attribute set on true. This way you keep memory usage low and the whole experience will be smooth for your users.
Is it possible to place a video on the homepage? Maybe in the place of the 3 bottom sections…
Thanks
Sure, why not? It’s just a container to be replaced.
Hey thanks for the response on the ajax loading! Another question I have now, is basically I want to disable the internal box scrolling area, and I want the browser scrollbar to work and scroll the entire site (kinda like the way it works when viewed on a phone, you scroll the entire site, logo and navigation meny and all instead of just the content area). I want to do this because when viewed on an ipad horizontally, or on lower desktop resolutions, not enough content area is showed in my opinion and if you have alot of content you have to scroll through it in a very short content window.
If I can change it so the entire site scrolls, not just the content area, no matter the resolution or device its being viewed on, that would be awesome! I think it has something to do with the @media only stuff, but I can’t figure it out.
Uhm, I see what you mean. I’ll add a new option to allow a global scrolling in the next update. The media queries are only rules for tablets and mobile.
Hello man! I have a question here. I’m using portfolio with 4 columns. I’ve noticed how images resize depending on screen size. I use a lot of graphic design/typography images and they resize differently on screens. For example, i’ve used 450px wide images like in your example. They look perfect sharp and clear on my ipad and iphone, but on desktop images shrink. This makes them totally crap looking. Pixel fonts will become unreadable etc. I am sure there is a trick to fix it. So images wont resize on any screen, they will just roll over in a grid and look great on every screen? Could you please point me in a right direction to fix it?
Thx
There is a tiny resize script built-in Foundation which takes care of the images. You might try to alter the width of the columns or pick up one of the other combinations like the 3 or 2 columns provided in the download package.
Some browsers don’t have a very nice antialiasing on resized images, but in my tests it performed quite well on all major vendors.
No problems.
You’re right about browser antialiasing – it works pretty good on photographic content in my tests too.
After playing with Foundation framework and its resize functions, i wouldn’t touch it. It’s perfect. There are some alternative hardcore solutions beyond the scope of this template.
We can’t carry a giraffe in a tiny box?! Or can we?
Take care! ^