honryou
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 3-4 years
- Referred between 1 and 9 users
- Sold between 10 000 and 50 000 dollars
80
Purchases
Buyer Rating:
4.46 stars
4.46 average based on 13 ratings.
-
5 Star
861%
-
4 Star
323%
-
3 Star
215%
-
2 Star
00%
-
1 Star
00%
| Created | 23 April 10 |
| Last Update | 26 June 10 |
| Columns | 1 |
| Compatible Browsers | IE7, IE8, Firefox, Safari, Opera, Chrome 4, Chrome 5 |
| Documentation | Well Documented |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- ajax php contact form
- clean
- cool
- corporate
- designer
- fancybox portfolio
- jquery featured slider
- jquery form validation
- modern
- multicolored
- portfolio
- web 2.0
© All Rights Reserved honryou -
Contact Envato Support


Hmm, I wonder what MetaLab Design would think of this?! A few similarities there, but all the better for it.
But seriously, this is an awesome effort.
Hi Coatsd,
Yes, there are some similarities, Metalab Design creates great websites, their works are a great source for online inspirations to me,
!
Regards, Andy
Perfect! Good Luck!
Very nice! You are making it very difficult for me to use the template i just purchased from someone else
Thanks a really good template good documentation of the code very clean so good I used your template instead of writting my own code.
I look forward to more templates from you.
Excellent work and outcome look. I will buy it soon.
Hello,
I like the look and layout of your theme. How difficult would it be to display .mov videos using the Fancybox? My portfolio page would consist of displaying video files, not photos. If it’s an easy integration, I will consider purchasing your theme.
Thank you!
Hi PolishSolidarity,
You need to change the html markup of portfolio item from this
<div class="box"> <a href="images/portfolio2_large.jpg"> <img src="images/portfolio2.jpg" alt="#" /> <span class="hover_overlay">View Project</span> </a> ... </div>to something like this
<div class="box"> <a href="#movie_1" class="mov"> <img src="images/portfolio2.jpg" alt="#" /> <span class="hover_overlay">View Project</span> </a> <div style="display: none"> <!-- you can change the width and height as you like --> <div id="movie_1" style="width: 640px;height: 293px;"> <div class="inner_wrapper" style="display: none;"> PASTE THE EMBEDDING CODE FOR YOU MOV FILE REFER TO http://www.w3schools.com/media/media_quicktime.asp </div> </div> </div> ... </div>And then add the following code into application.js
$(".box a.mov").fancybox({ titleShow: false, onComplete: function() { $('#movie_1 .inner_wrapper').show(); $('#movie_1 .inner_wrapper').offset(); }, onCleanup: function() { $('#movie_1 .inner_wrapper').hide(); } });I’ve also made a page specifically for you with mov video embedded working at http://blahlab.com/moonsilver_mov/portfolio.html, click on the first portfolio item to take a test drive.
I hope this will help you!
Regards,
Andy
How do you remove the styleswitcher?
Hi JeffGalloway’s,
Thanks for buying this theme!
If you decide to use one of the 9 alternate color schemes, and want to get rid of the color switcher, follow these steps:
1. Remove code between
/* for color switcher start */and/* for color switcher end */in application.js2. Remove all alternate stylesheets except the one you selected
3. Change the alternate stylesheet you selected’s rel attribute to “stylesheet” and remove its title attribute
4. Unlink “styleswitcher.js” and “preloadCssImages.jQuery_v5.js” from the page
5. Repeat step 2 – 4 for all other pages
This process is described in the doc under “B) CSS Files and Structure” as well.
Regards,
Andy
I’ve got you theme running on two subsites on my site and visitors using IE 9 report they are unable to see the text in headlines and in the menu bar. Is it possible that you have a fix for this?
Thanks
Never mind. My mistake.