This item is by an Elite Author
Pixelworkshop
- Sold between 100 000 and 250 000 dollars
- Elite Author
- Author was Featured
- France
- Item was Featured
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Contributed a Tutorial to a Tuts+ Site
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Referred between 200 and 499 users
- Bought between 50 and 99 items
- Has been a member for 3-4 years
- Exclusive Author
67
Purchases
Buyer Rating:
4.50 stars
4.50 average based on 8 ratings.
-
5 Star
562%
-
4 Star
225%
-
3 Star
112%
-
2 Star
00%
-
1 Star
00%
| Created | 14 May 12 |
| Last Update | 15 May 12 |
| Columns | 1 |
| Compatible Browsers | IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Liquid |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
- 3-dimensional
- 3d
- clean
- creative
- css3
- horizontal
- html5
- modern
- one page
- portfolio
- scrolling
- showcase
- simple
- sliding
- unique
© All Rights Reserved Pixelworkshop -
Contact Envato Support


It seems that a with id=”qLoverlay” with background-image set to rgb(0,0,0) is formed which is covering up the entire window. Looks like it’s created by the QueryLoader script. How do I solve this?
Hello, could you please post your questions with the account used to purchase the template ? Thanks !
Hey, great template. I’m trying embed video in the portfolio section. Can’t get the video to show up after clicking on the thumbnail. You have any suggestions? This is what I have so far:
li data-tags=”Wendy’s” class=”grid_2 gallery_item”> a class=”colorbox” width=”560” height=”315” src=”http://www.youtube.com/embed/rRsUTV38cnA” frameborder=”0” allowfullscreen”> img src=”img/portfolio/w3sm.jpg” alt=”” /> h4 class=”gallery_item_title”>
Nevermind, I see now you already answered this question already.
Alright, sorry I haven’t seen your message earlier.
Is there a way to incorporate a music player as well as social network widgets?
Yes, as it’s an HTML template, any kind of HTML element can be added. Then it’s all about integration and customization.
Hi, the template is working out great! The site is almost up and running but is there anyway for the homepage slider to rotate every few seconds or so?
Hello and thanks
Yes that’s possible, if you open the file script.js, you’ll find the code :
function responsiveSlider() { $(".rslides1").responsiveSlides({ auto: false, pager: true, nav: true, speed: 500 }); }First we change the ‘auto’ parameter set ‘true’ and we add a delay between each slide (‘timeout’ – in milliseconds) :
function responsiveSlider() { $(".rslides1").responsiveSlides({ auto: true, pager: true, nav: true, timeout:1000, speed: 500 }); }In this example, it’s 1 second between each slide, you can adjust according to your needs !
Awesome, Thanks!
You’re welcome
About to purchase this, but why isn’t it scaling for my wife’s PC? http://imgur.com/L01zF
Same issue with Firefox + Safari
Hello, it’s not a browser issue but rather a screen size problem : I’ve made the CSS to resize elements according to the viewport width and I didn’t take into account the height. There are so many possibilities that I couldn’t imagine this kind of result. Anyway, I could add a quick media query for this if you give me the screen size
The most popular res according to W3…http://www.w3schools.com/browsers/browsers_resolution_higher.asp
1366×768
Ok I’ll get into this once I’ll have time, thanks !
Would it work correcly on other browsers in future ? It is also crashing in some situations on Chrome ..
Could you provide some more details ? I can’t say anything about the future, there are chances that 3D effects will be more and more supported but that’s all.
But I did not exactly see the same working of the template after it is purchased and downloaded. The working is entirely different and not compatible with Chrome 21.0 and IE 8 .
Thanks, Prem
Hello, if you put it online, Chrome and IE8 will work as expected, in some rare cases there are browsers that don’t handle local execution of scripts.
Bought this template almost a month back. The website has come-up very well. As documented, I have developed the website and found it to be working great.
I found a JavaScript error
, which kept popping up every-time the window got focus or re-sized, in one of the 3rd party plugins that Author has used but was able to resolve it after a few hours of debugging.
I thank and appreciate the great work of the Author.
Regards, Prashant Pandey
Hello and thanks for your feedback, I’ll try to find some time to update the scripts
Hi Guillaume,
At this moment of time, I don’t need as my site is working great. If in case, you need it. that patch, do let me know and I will mail it to you.
Thanks, in fact I’d just need to know which plugin or script should be updated, I’ll try to find time for this
The error was in the ResponsiNav Plugin and to resolve it, have made the changes in Plugin.js file. It was a very small change. Have mailed you the file. You can compare and see the difference. Let me know, if you need any information / help. Thanks again.
Thank you
Is it possible to make it more seo-friendly and rewrite url without the #?
Not in its current form, this template is somehow “experimental” so I wouldn’t touch the hashtag which is used by the scripts.
Hi! I love your template But I have one problem. I changed the dropdown to the portfolio, to make some categories, but when I change the field ’
<div class="grid_7"> <h1 class="intro_section">Portfolio - 3D</h1> <div id="filter" /> </div>’ and I click on the others sub-menus of the dropdown, the fadedown don’t finish, so, I have ‘Portfolio – 3D’ with alpha, and ‘Portfolio – Web’ that gets in up of ‘Portfolio – 3D’Hello, could you contact me by email please ? You’ll find a contact form on my profile page, thanks !
AWESOME template – I really appreciate your work! It is really professional, the code is clean and it is just a brilliant idea. I plan to learn it and to buy licenses to several sites I own.
Now… I have a strange issue… I installed the template in one domain name that I have and it brought me the 2D version (Chrome 21). But funny enough when I preview your sales version it is working perfect – same browser. Now… I installed it on a different domain that I have SAME VIRTUAL SERVER and it works fine. I re-installed 100 times the same files into the first server – still not working. This is weird! Have any clues?
Hello and thanks for your feedback !
Well it’s something I never had, the 2D version should load in 2 cases : the browser is too old or the viewport too small. Could you send me a link from my profile page please ? Thanks !
Hello,
i have a problem with videos in the filterable gallery container. The videos open always in youtube and not in the fancybox. With pictures for example it’s not a problem. When i take away the filtering in the gallery, the videos will open in the fancybox.
Example:
Do you have any idea? Thanks a lot Martin.
PS: It’s a wonderful template!
Hello, could you send me an email via my profile page ? It would be easier for me to see your current work, thanks !
Hello! Very good job!
Is there any way to have two different portfolios? Thanks
Hello, this is possible but it requires quite a few changes, mainly in the script. If you open script.js, you’ll find the portion of code setting the gallery, it starts with this :
And in the HTML, you’ll find the same selectors (#stage). I guess that you’d need to replicate the gallery in the HTML, changes all classes / IDs and initialize this new gallery in the script.
Thanks! Works great!
Hello! Superb work!
I want to know if you update the template for the 1366 × 768 resolution? Or if you could guide me on how I could try to fix it myself.
Thank you again.
Hello ! You’ll need to add your own media queries in the CSS, by specifying your width and height, you can then define specific rules for this size. You’ll find all of them in the last section of style.css, that’s the whole part labelled “14 MEDIA QUERIES”.
Thanks! I’ll try!
Hello, I guess that it would be possible but you’d need some level of customization in the scripts used to animate the pages.