390 comments found.
Hi, i like this template, I wonder, is it set up so that I can put soundcloud widgets inside the text, or maybe even the soundcloud stratus that places itself at the bottom of the page? http://soundcloud.com/101/stratus Thanks!
We haven’t designed the theme to support this, but I don’t see any reason why it wouldn’t work. You may need to remove the template footer or move it so that it doesn’t overlap the player.
Regards, TC
Hi I would like to reposition the search drop down within my menu bar. I can only see the calls for the hooks but cant find where the search dropdown is implemented. Could you shed some light on where I can find it.
This comment is for the HTML version of Storm, but it sounds like you are asking about the WP version. Can you post a message on the WP version comments if this is the case. I can’t see if you have purchased anything and we can only offer support to purchasers.
Regards, TC
HI, I have reduced my background images to around 100kb each, yet I am still having about 8GB a month of data transfer due to the background images, there are 7 images total. Is there any way you can think of to reduce this?
Thanks.
To receive support can you post a message from the account that purchased the item.
Hi, very impressive template. I have a few questions :
(1) How many photos can be contained in each gallery ? (2) About the background fullscreen photos : since they are very large, are they picked up from a special directory, different from the directory containing the galleries photos (which are smaller) ? (3) Is it possible to add a title under each photo (particularly I think about the “galleria”) ? (4) About the “galleria” : what is the max size for a photo ? Currently my vertical photos are 600 pixels tall, in order to avoid scrolling for users owning little screens.
Thanks
1. There is no limit.
2. Yes they are organised into separate directories. Although you have to specify, in the code, the paths to the images to use, they aren’t automatically read from the files that are in the directory.
3. Yes, according to the Galleria documentation you can add a title/description in the HTML like so:
<img src="image.jpg" data-title="My title" data-description="My <strong>description</strong>" data-link="http://my.destination.com" />
4. You set the size you want and the script will fit the image into the space. In the file js/galleria.js you can set the size in pixels (this code is already there, just change the numbers if you need to)
$('.galleria-portfolio').galleria({
width: 900,
height: 450
});Regards, TC
If I manually write the posts in dreamweaver can people still post a comment on them?
Or does the posting comment mechanism need javascript?
Kind Regards
No, users could not comment in real time without using a commenting system. You could add comments manually if you added the comments in the HTML that come via a basic email form, but perhaps not worth the time.
You could consider Facebook comments as a solution?
TC
Hi
I would like to set up a blog, I know there’s a blog template for the website but can anyone set it up or do I have to be a programmer? If it needs someone with programming skills could I pay you to set it up and if so, how much would this cost?
Kind Regards, ktlb
You could manually write each post into the HTML and do it that way, but if you have a lot of posts it would be harder to manage. Otherwise you would need to build the blog into a blogging tool, which would require coding knowledge.
We have a WordPress version of Storm here, which is ready blogging ready and requires no coding to configure.
Regards, TC
Thank you! More easier to me. 
Maybe is not compatible with joomla 2.5?
In the file I download some hours ago there’s not any templateDetails.xml file or something similar to other templates.
This is an HTML / CSS template – it was not made for Joomla or any other specific content management system.
TC
I’ve problems with the install.
JInstaller: :Install: Cannot find XML setup file Path does not have a valid package.
Any idea?
Thanks
It isn’t a Joomla theme, it’s a HTML / CSS template.
Regards, TC
Before proceed in buying …. is that the html-css version or worpress
is it possible to make the header static so it doesn’t move when you scroll?
Hi, Add the following CSS into the bottom of the main style sheet.
#header-outer {
position: fixed;
width: 100%;
z-index: 1;
}
.content-outer {
margin-top: 145px;
}
TC
Hi guys, I like the storm theme but i was wondering if the top navigation menu has a transperency/opacity level. Basically i want to make it transparent so only the letters of the tabs/link show up. Is that possible?
ul#horz-nav-ul li a ,ul#horz-nav-ul li a: hover {background: none transparent;}
#nav-wrap-inner, #nav-wrap {background: none transparent; border: none 0;}
TC
It did not work Themecatcher here is my url http://cadranchcommunications.com/
ul.primary-menu li a, ul.primary-menu li a:hover {background: none transparent;}
#nav-wrap-inner, #nav-wrap {background: none transparent; border: none 0;}
You have posted on the HTML version of Storm not the WordPress version, hence why the code was wrong. Add the code above in Theme Options – Advanced – Custom CSS .
Regards, TC
Still did not work TC. Any other ideas ?
Hi, Perhaps I have not understood correctly what you are trying to do. Because it looks like what I thought you wanted.
Could you explain more please?
Regards, TC
Hi TC, The global navigation menu sits a not of black bar that goes throughout the entire page. I want that black bar to disappear, i just want only the menu to show like Profile, Work and in the background should be only the background full screen image
Hello I have a problem with the “contact-form” that is included in the Theme. I have the following bounce back email with this error: “Remote host said: 550 Access denied – Invalid HELO name (See RFC2821 4 .1.1.1)” Is possible to configure the HELLO name somehow in the script?
Thank you Harry
It sounds like the server is requiring authentication, can you edit the file contact-form/classes/iPhorm/SuccessHandler/Email.php and find this line:
//$transport = Swift_SmtpTransport::newInstance('yoursmtpserver.com', 25)->setUsername('yourusername')->setPassword('yourpassword');Uncomment it, (remove // from the start) and enter the SMTP server URL , username and password.
Regards, TC
That did the trick! I really appreciate it! Love your portfolio!
With your portfolio, I tried to have links, spans, and lists within the description section, but all of that html is stripped from the description while on the grid style portfolio. It all works while looking at a the single portfolio page, but not on the grid.
Lets say that I have a picture and I wanted to put the information like this: Name:
Where:
Description:
It comes out like: Name: Where: Description:
Any tips?
The portfolio description uses the excerpt rather than the raw post content. If you enter raw HTML to the “Excerpt” field when editing the portfolio item it should do what you need.
Regards, TC
I got the pop-up disabled from the thumbnail in the portfolio and added the no-hover class to each thumbnail as well as changing the javascript, however, i’m still getting that magnifying class image…what am i doing wrong?
The change to the script.js file should hide the magnifying glass. If you are using the Ajax version make the change in scripts.ajax.js.
Regards, TC
Good Afternoon,
I am wondering how i can add Portrait Photos to the Fullscreen format, as the 1680×1050 just doesnt work for Portrait Shaped Photos?
Great Template
At the moment you will need to create a landscape sized base image and put your portrait image in the center.
Regards, TC
Hi, First, thanks for the great template and all of your help. I am almost finished with my site, however, I have one Fancybox gallery in which I need to turn on off the hover/popup js for that gallery only. I just want to be able to click on a photo and take the user to a separate html page.
Thanks!!!
If you remove the class fancybox-portfolio from the div surrounding the portfolio it will stop the popup.
To stop the hover effect, add another class no-hover to each link around the thumbnail e.g.
<a class="portfolio-thumb-link no-hover" href="images/portfolio/popup/sunrise.jpg" rel="portfolio"></a>Then in js/script.js find this line
$('li.one-portfolio-item a').append(Replace it with$('li.one-portfolio-item a').not('.no-hover').append(Regards, TC
Thank you very much ! Your template is gorgeous !
Thank you for your response.
The Caption is not a good idea for me because I have a lot of pictures. The best way is using Title Tag but I am a noob in scripting lol
I can only wait for your future script modifcation 
I will try to update the script in a reasonable timescale.
Regards, TC