390 comments found.
Ok… a little adjustment on the comment above…
The email IS sent.. But the page wont go further to the confirmation page?!
It’s probably a JavaScript error that is interfering with the form, can you send a link to the page?
Hi there… love the theme.. all is clear and works nice… ONLY .. the contact form..
(im running PHP5 +)
When filling out the form and press “sent” the loading bar is starting to run but nothing happens… No email is sent.. or received…. ONLY when I navigate away from the contact page the email is sent and I receive the email!
I cant really find out the issue?!
Please help me.. thnx a LOT !
Thanks for the reply TC, I am ‘playing’ with Dreamweaver at the moment and have managed to change some items (text for example), things I am having difficulty with are for example on the About page.
If I open the About page I have options for a 3 Column box, 2 column box H1 Tag, etc, etc
So what I would find useful is to be able to just use H2 tags on that page, but I don’t know how to delete the template ones supplied?
Secondly, I am not sure how to create links to images (my portfolio for example) from the front page?
I see in default mode that clicking on Portfolio gives drop-down options for gallery styles, but what I would ideally like to do is create one gallery style for all my images, but the drop-down menu from Portfolio should be able to link to different aspects of my work like (News, Sport, Features).
I am having a hard time;
a) working out how to change the name of the drop-down menu titles
b) making sure that once that is done they only open to one gallery style
c) working out how they will link to my images
d) where I actually upload my images (what folder my portfolio of images) should be placed in, do they need a specific size and how do I link them to the drop-down menu?
Sorry, that’s a lot of questions but I am new to DW and was using Wordpress before, but due to FTP issues I have given up on that (even tough it was way-more intuitive!) for now.
Appreciate I am a novice, but love your template! Cheers, MP
OK..Where do I start 
Firstly, I would suggest being a novice to open the help file and give it a read through, even if it’s not all relevant it might help grasp how the template works.
Now for your questions:
1: Using the about us page. What I would suggest here is to duplicate the about.html page file and rename it something else like reference.html. (it’s an idea to do this for all pages you make, so you can still refer to the original.) Now open the original file, to start with a blank canvas delete all the code inside the content area which is wrapped inside the div with class="full-width-transparent ". You will be left with this:
<div class="content-inner"> <div class="full-width-transparent clearfix"> ... </div> </div>
Now, copy bits of code from the reference.html file and paste what you need into the empty space. We have comments in the HTML so you know where to copy from.
a tag and putting a link to your page name. Like this for example:
<a href="about.html">Link goes to my about us page</a>
3(a): Similar to above the text inside the a tags is the text to change to the navigation area. Open all your files and locate the ul with id="horz-nav-ul". Here you can see a list with many links in it. Change the text inside the a tag. There is more information in the help doc for this and how to remove a link.
3 (b) You will need to remove the links to non required pages. again this is in help doc.
3© I’m not sure what you mean exactly. If you want to link to the page with your gallery on it, then it’s the same as above you need to tell the link to go to your page name eg: portfolio.html.
3 (d) There are many different types of portfolio layouts. Choose the one you like and repeat the process of 1. – duplicate the page and keep the original. Now edit the image links inside the img tag so that they point to your new images. I would recommend using the same image location as the examples are in. EG: using a 5 col layout. Image thumbnails are located in images/portfolio/5colums and the pop up images are located in the images/popup folder. The file sizes are in the help doc.
I hope this helps you a bit, but you really need to learn some basic HTML for this template. We can’t really teach you HTML for support. Otherwise you can hold out for the WordPress version which will be available soon. The great thing about WordPress is you don’t need to learn code, just click buttons. With an HTML template it’s more difficult with no experience.
Good luck. Please get in touch if you have more questions.
TC 
I love the look of this in live preview and have just purchased it.
Now herein lies my problem!
I work as a Photographer and not a web builder and after extracting the files I wonder “what now”?
I have an FTP directory where I will be uploading my files to but what files do I upload, and what program should I be using to edit any of the pages I have in the unzipped folders!
I was hoping this would be quite intuitive but sadly I see I have bought a great looking template but it appears I now need to start learning how to build web sites, which is not what I really wanted to do?
So do I need Dreamweaver to open these pages and edit them?
Cheers, MP
Hi,
You don’t need Dreamweaver, you can use any text editor (even Notepad) to open the files, it will be easier editing with software like Dreamweaver though. If you are looking for a free text editor for Windows I recommend Notepad++.
If you’ve not found the help files yet, open the file documentation/index.html – it should open in your web browser. There is step by step guide to changing most parts of the site. The help is based on searching for small parts of text to find the correct place to make changes, all text editors will have a search function to help you do this.
The files you need to upload are in the template/ folder, index.html is the home page and the rest you can probably work out from the file names. You should also upload all the subfolders in here, for the images, scripts and the contact form files.
Hopefully this will get you started, feel free to ask if you are still having trouble.
Regards, TC
Hi, thank you for very nice theme. I’m photographer and made my website with storm.
http://www.ishikawatakuya.com/I like to know how to use Japanese language in it. I type some in HTML ,I can see it in HTML , but browser don’t read it,,,, nothing, blank.
The Cufon font for titles does not include the Japanese characters, so you’ll need to disable Cufon. You can do that in js/scripts.js find this line:
Cufon.replace('h1, h2, h3, h4, h5'); and delete it.
Alternatively you can generate your own Cufon font file from http://cufon.shoqolate.com/generate/ and replacing the code for the 2 fonts from around about the middle of js/plugins.js (it’s commented) with the JavaScript for the font that you generate from that site.
If it’s the content or navigation font that is not working you may need to change the font family in the stylesheet. Open css/styles.css and search for “font-family” then change the font names to a font more suitable for your language.
Regards, TC
Hi, I’d like to use my own font for the H1’s…not the cufon font supplied. How can I remove this option without killing the code??
If you look in scripts.js you’ll find a line that looks like this, you can just remove the line or comment it out.
Cufon.replace('h1, h2, h3, h4, h5');If you want to use another Cufon font, keep this line in and instead replace the 2 existing Cufon fonts from inside plugins.js (lines 341 and 359).
Hi!
Is there a code that you can provide that would optimize the background slideshow for a mobile phone? Right now, the images are cropped so that only a small part of the image is being shown during the slideshow.
Thank you!
I really love this theme! Here it is so far: www.scottlaurencephotography.com
Scott
Perhaps you could detect a mobile phone with JavaScript and have a different list of background images (resized for mobile) in scripts.js if you detect one. There are plenty of code snippets on the web to do this.
Great job with the site 
I cant get this theme installed using wordpress. When i open my wordpress dashboard I get errors when trying upload the zip file. If any has any information that will help when get this theme loaded please help.
Storm is not a WordPress theme, it’s an HTML / CSS template.
Thank you for your answer. Would it be possible to remove the magnifiing glass image when the mouse hovers over the picture?
Thanks again! Scott
// Create the gallery rollover effect
$('li.one-portfolio-item a').append(
$('<div class="portfolio-hover"></div>').css({ opacity: 0, display: 'block' })
).hover(function() {
$(this).find('.portfolio-hover').stop().fadeTo(400, 0.6);
}, function() {
$(this).find('.portfolio-hover').stop().fadeTo(400, 0.0);
});
Hi!
My images are not getting resized – they are cut off at the top and bottom. I made the fullscreen images 1680×1050. PLease advise.
Great Theme!!!
Thanks, Scott
Hi
The image will be resized to fit inside the user’s browser window, however this size will vary between different computers due to different screen resolutions. If the resolution is too narrow, the image will be clipped at the top and bottom. There is no way to get it resized and scaled perfectly in all resolutions, but you can change the size of your images if you think another size works better.
Regards, TC
Hello,
When do you launch it as a WP theme ? I remember it was a question of weeks in september…
Regards, Flo’
Hi,
We made the decision to make our iPhorm WordPress form builder before Storm WP so that Storm and Pearl would have it included. That was the cause of the delay. Now, iPhorm is finished and Storm is first on the list for 2012. 
Follow us for updates on Twitter, Facebook or ThemeForest.
TC
I’ve made a lot of changes, - Fullscreen gallery with support for portrait mode photo’s - HTML5 - Minified js/css - Galleries integrated with Slideshowpro Director
I’ve only used the ajax-mode.
Hope you like it.
Beautiful, great job 
Hi
Thank you for your perfect design. Actually i want to know that is it possible for you to design it for Joomla CMS and i need the RTL support of that one. If it’s possible, already i’ll pay for that. Thank you
Hi, thanks. We will be making a WordPress version however we have no plans for joomla at this stage. I’m sure you could find someone to create a joomla theme on Freelance Switch or Freelancer.com for a good price.
TC
hello, looks really good, I am planning to purchase it but before I need to ask few questions: 1. Is it possible to customize it by Dreamviewer? 2. I am an artist and in the portfolio section I need to show couple of exhibition folders so that after clicking one exhibition link it will display the photos in that exhibition, and in the second exhibition link it will show the photos of that exhibition. So is it possible to make every photo a folder so that after clicking one photo the arrow will show the photos in that folder, and then clicking the second photo will show the photos in that folder?
Thank you…
I’ve never heard of Dreamviewer. Did you mean Dreamweaver? Any HTML editor can be used to edit the files.
It will be very straight forward to make the images go to a new page instead of popping up in the light-box. Simply remove the rel= code and replace the href to point to the gallery page. If you need help later let me know.
I could even make you an arrow hover image (or something) instead of the magnifying glass.
TC
For the Galleries: Is there a way to have a description for each image? Thank you.
Hi,
It will be possible but I’ll need to write the code for it and send it over for you to add in. Could you tell me;
1: Which column option are you using.
2: Where you would like the description to show. Above or below the image? Or you could have it overlaying the image either at the bottom or top?
Great Theme!
I bought it some time ago and just now getting around to using it. I am having just 1 issue and that is setting up the blog pages. Particularly the blog article page. Not sure what to do.
Any help would be appreciated.
Dale
Hi,
There is no functionality built into the blog, meaning nothing works in the HTML version as it would require server side functionality and databases to be set up. The page has only been designed so that if you required to make your own blog you could build it into a CMS or blogging tool and it would be designed like your website. The other options is updating the blog via HTML , and stripping out the comments etc.
Hello, I consider buying the template but i have a couple of questions :
Is it possible to change the size / position of the menu and the font ? Is it possible to use a static background on the main page ? Is it possible to change the slideshow duration on the full screen gallery ?
Thank you for your time
Hi
1. Yes, you can change the menu layout and font using CSS .
2. Yes, you can configure each page to have different backgrounds, if you only have one background for a page it will be static.
3. Yes.
Regards, ThemeCatcher
I can’t unzip the file, it says ( unable to unarchive “storm-full-screen-background-template.zip”into unzip error1 – operation not permitted) please help I’m using mac and i tried to download unace the mac version or winace didn’t work
unzip storm-full-screen-background-template.zip
Hi,
I want to buy this theme, just one question.
Can I completely change the menu bar to just have text and no black band behind?
So it should show just the text links floating on the image.
Thanks,
Hi,
They are all just backgrounds set in the CSS , so you could easily remove them to have the text only on top of the main page background image.
Give me a shout when your ready and I can tell you exactly what to remove.
Thanks
Thank you, I will have a play with that! It looks perfect to me. Thank you.
I spent most of yesterday updating and renaming pages – they needed to match the names of existing pages on what will be the final end website – the address you have used was a spare add-on domain name that I took off the main domain to use to use for testing. So you probably either searched for the original page names (almost all were changed) or you went there while the pages were being replaced. Sorry about that.
Brian