26 comments found.
Can you tell me if it is possible to get a scrolling front image like www.thespottedpig.com?
Hello,
just checked your site. which image do you mean? site logo or something else?
Hi, I can´t install the Theme. WOrdpress says the style.css is missing
Hi! This is HTML Template, not a Wordpress theme.
Good morning, in this theme is possible to put the menu on the left side? I’m looking for a model with one page, horizontal scrolling, and navigation of the left side of the grid portfolio, this theme has these features? Thank you!
Hello! Site menu is already to the left and has fixed position, while content scrolls up-down. Let me know if you have any other questions!
Is it possible put to horizontally scroll?
No, it’s not possible. Site content (sections with animated backgrounds) goes vertically by design.
ok Thank you!
I’m going to attempt to add another section to the theme and I was wondering in the media.css file how did you calculate the values (height, top etc) in this bits of code:
@media only screen and (max-width: 480px){
#section-wrapper .fancyscroll-section {
height: 430px;
}
#section-wrapper .section-content {
max-height: 340px;
width: 80%;
top: 65px!important;
}
#section-wrapper #home { top: 0px; }
#section-wrapper #about { top: 430px; }
#section-wrapper #portfolio { top: 860px; }
#section-wrapper #blog { top: 1290px; }
#section-wrapper #features { top: 1720px; }
#section-wrapper #contact { top: 2150px; }
}
PS Absolutely awesome theme btw
Hi!
all sections have same height, and they go one below another. So, when section is 430px (height) then section below should have “top:” css position set to 430px to put in underneath first section with “top: 0”; Then third section will have top set to 860px. And so on.
Hello Friend! The theme is fantastic, congratulations. What has changed in this latest update? Thanks!
Thanks! I only update prettyPhoto to 3.1.6 version as previous version has xss vulnerability.
hi,
i would like to buy the product how do i receive it after purchasing it?
Hi!
After you will buy it you will see download link where you can download package with template and documentation.
If you have any other questions please let me know!
thank you…sure will let u know once i’ve purchase it
I love this theme, it brings me alive whenever I work on it. I was adding extra items to the clouds, like you did with balloons, now what I really want to do is have a fixed background image that the clouds float in front of, is it hard to do?
Thanks! That’s easy. What you need to do is open css/style.css and find every section by ID, like portfolio section with #portfolio ID
#portfolio {
top: 2000px;
background: #108ad7;
}
then instead of background: #108ad7; which is blue color add your background image
background: #fff url(../images/portfolio-back.jpg) no-repeat fixed;
Also you can add one image for all sections. To do this remove “background: #108ad7;” from every particular section and add fixed background to body
body {
background: #fff url(../images/portfolio-back.jpg) no-repeat fixed;
}
Oh this is going to be really wonderful! What about if I set the page background #108ad7, make all the sections transparent, would I be able to place a background that stays still while the sections scroll past in front?
yes, I meant that. You can remove background #108ad7 in every section, what will make them transparent. And then add background image to <body> and make it fixed, like in my examples above.
Oh I’m in heaven this is amazing! Best Template EVER!
Great and thanks! Good luck! 
Hi, I love your theme is very clean! I have a problem with the portfolio, you can see it in your example. When you click on a work, this is linked to the next work. Do you know how to fix it? thank you very much!
Hi, for illustration purposes I prepared only 2 works. As you can see when you click on 1, 3, 5 portfolio items they open first work. And when you click on 2, 4, 6 they open another work.
Sorry and thank you very much, must be a typo mistake! 
Hi there, I’m wondering how the blog section works. Do we have to write every single post on a html file? Do the comments really work and will I be notified every time someone posts a comment? And will Google index each post page like if it was a wordpress blog? Thanks very much.
Thanks for questions! Flurity template has simple php script called comments.php that writes and then pulls comments from mysql. This script associates every comment with its post. Unfortunately you won’t be notified if someone posts a new comment, but you can modify comments.php to send email if this happens quite easily. Also all blog posts you will have to create manually (explained in documentation) in html editor, because it’s html template and it doesn’t have CMS. And lastly I dont’ think google will be able to index every blog post separately.
this theme is so slow loading, scrolling in iPad2, iPhone4s. do you have any idea?
Yes, I know. It’s because every single background image (like the clouds in preview) is animated. Less images and their smaller size will make scroll smoother, but if you use high resolution images it will be slow.
I tried to remove the blog section but now everything that came after it is not showing. Isn’t it possible to remove some sections?
Yes, it’s possible to add/remove sections. But if you do this you need to shift all other sections following it up or down by adjusting “top” position of every section in style.css, to remove a gap. Please read documentation about how to add sections to get better understanding how it works.
Hello,
I am unable to install this on WordPress 3.5.1. It is unable to find the style.css. Is there an update or fix for this?
Thank you
Hello!
Flurity is html template but not wordpress theme, so it should be installed on its own.
PS: The theme preview is what I tested…haven’t actually bought the theme yet, but I figured if the preview doesn’t work, then…???
Recently one client that bought my Flurity template mentioned the problem on iPad which he figured was related to the <meta> tag that prevents scaling. He modified it slightly and that made it working properly. I just found his mention and updated site preview. Please check it now!
Was just about to purchase, when suddenly-!
Navigation breaks on iPad (1 and 2) and becomes unresponsive to touch after the page loads and you click a link in it. It becomes responsive again once you switch from landscape to portrait (or vice versa depending on which mode you were in on initial load), but then is again unresponsive once you click a link in the nav.
Otherwise, great theme. That’s the only thing keeping me from purchasing…
Thoughts?
good job, but I find it difficult to change template. I did not find or change the logo loading (I have changed logo. gif and. png and nothing) Adding a page is quite complex, I’m not happened. I am not come to add a button with a link <button class = “blue” ... Can you help me please?
Yes, sure! Please contact me with all questions that you have, using mail form on my profile page, and I will explain how to change certain elements in my template. Thank you!
i have just tried to used the template in a 810 px iframe to use inside Facebook.
but it doesnt show the menu, is there anything i can do to make the template work in a 810 px iframe?
I created test document with 810px iframe and I see flurity works ok. But with this width, navigation had switched to top horizontal. If you could me give a link to the facebook page, maybe I would be able to find what’s wrong.
This doesn’t seem to work with 480×320 (iPhone in landscape). Am I missing something?
I don’t have iPhone so cannot check this. But I checked on HTC in landscape mode and everything looks right. Could you tell me what exactly is wrong?
nevermind i found the code for it, sorry to bother you!
loving the layout thus far. you’re a godsend.
just a quick question. is there a way to disable mouse scrolling on the site with fancy scroll? like i want the body of each page to be scrollable (content in the windows) but no scroll on the background pages (basically i only want the pages to be changeable if you click the page links on the left)
thanks again for an amazing template A++++++++
Hi!
What you mean under mouse scrolling when you say “is there a way to disable mouse scrolling on the site with fancy scroll?” Fancyscroll plugin is responsible for page scroll when you click on menu links as well as it animates background images in sections. If you don’t need background animations then just remove fancyscroll-background divs from index.html
i apologize i wasn’t clear enough with my question. what i meant was i want the page to only scroll to the different sections (home, about, portfolio, etc etc) when you click on the links on the left. but when you scroll manually with the mouse, currently, it allows you to scroll to all the pages. i want to disable mouse scrolling, so that the only way to transition from page to page is to actually click the links on the left. sorry for not being more specific, thank you!
I’m looking for a nice, clean layout for my documentary company’s site. This looks to fit the bill perfectly. However, I have a few questions about it before I make my decision:
How customizable is this layout (background, font, sections)? Is it possible to link video (Vimeo, YouTube) to the ‘Portfolio’ section, instead of photos? How easy would it be to stream photos from Flickr to a ‘Photos’ section? Can this template be used for Tumblr, Wordpress, or even Dreamweaver?
Sorry if any of this has been touched on somewhere I’ve missed. Thanks in advance, and again, very nice template.
—Joshua
Thanks for questions!
1. I use two different fonts, one for body another is for heading. You can change them easily in css
2. Every section is fully customizable. You can set separate fullscreen image for every section or use semitransparent PNGs to create effect like in preview, where section has blue color and few smaller PNG images create clouds and overlay each other.
3. I use prettyPhoto plugin in portfolio, so you can easily link thumbnail image in portfolio with vimeo / youtube video, like for sixth thumb.
4. This template does not have plugin to fetch images from flickr but if you know how to do this you can add such plugin
5. This is site template, not WP theme. So it should be installed on its own.
The changes you will have to do using Dreamweaver or other HTML editor.