This item is by an Elite Author
designthemes
- Elite Author
- Microlancer Beta Tester
- Sold between 50 000 and 100 000 dollars
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 3-4 years
- Referred between 200 and 499 users
523
Purchases
Buyer Rating:
4.74 stars
4.74 average based on 54 ratings.
-
5 Star
4277%
-
4 Star
1018%
-
3 Star
23%
-
2 Star
00%
-
1 Star
00%
| Created | 9 January 13 |
| Last Update | 20 February 13 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- agency
- business
- clean
- color theme
- corporate
- creative
- easy to use
- elegant
- filterable portfolio
- html template
- isotope
- modern
- premium slider
- reponsive
- seo
© All Rights Reserved designthemes -
Contact Envato Support


It is a great template.
What would make it perfect for me though is a sticky menu at the top when the page scrolls.
Any plans to add this?
Thanks! We will be happy to add the sticky navigation, once if you have made a purchase with our template. And we will make the sticky navigation to work for you then.
Hi, really like this template, very stable in all browsers and easy to work with, thanks, – just one question is it possible to make the Nevo slider full width?
Thanks
- To make the Nivo slider fullwidth, please find and remove the “container” div, which is below in the “home-slider-bg” div.
- To align the left and right arrows for the fullwidth slider, please find and change the below CSS lines from css/nivo-slider.css.
.theme-default a.nivo-prevNav { left:-25px; } .theme-default a.nivo-nextNav { right:-25px; }It needs to be updated into,.theme-default a.nivo-prevNav { left:25px; } .theme-default a.nivo-nextNav { right:25px; }Brilliant – works a treat – thank you .
Is there a way to make the cients-skin-Carousel run automatically/continiously – also just a small point on both my xp and windows 7 computers with safari browser the greyscale to colour effect doesn’t seem to work on the client carousel – I am wondering if it is my end but just thought I would mention it
Thanks
A
<script type="text/javascript"> function mycarousel_initCallback(carousel) { // Disable autoscrolling if the user clicks the prev or next button. carousel.buttonNext.bind('click', function() { carousel.startAuto(0); }); carousel.buttonPrev.bind('click', function() { carousel.startAuto(0); }); // Pause autoscrolling if the user moves with the cursor over the clip. carousel.clip.hover(function() { carousel.stopAuto(); }, function() { carousel.startAuto(); }); }; jQuery(document).ready(function() { jQuery('.testimonial-carousel').jcarousel({ auto: 12, wrap: 'last', initCallback: mycarousel_initCallback }); }); </script>Adjust accordingly to your class ie .testimonial-carousel in the brackets above ( if you have edited the class )
I managed to get it in the sidebar as I have the isotope.js running on my main page Had to do some css edits and it worked fine But if you just want it to cycle in the footer the above code should work
cheers Ps had to work out this sites html tags
Hi. I’ve got an odd problem. My jpg’s are not displaying color in Firefox or Chrome. (for instance, I’m changing out the stock executive photos on the “about us” page and when I do, they always display black and white-not color) IE 9 they are fine.
I’m using updated versions of both Firefox and Chrome, as well as IE 9. Any ideas?
Link to your site would help? I am using this and have changed all images and they are all in colour. Can you add a Link>?
Thank you ismadman, much appreciated, have got it to scroll with your js code, great.
We didn’t set the auto-play scrolling slide for “Our Clients” jcarousel in default options. However if you need that option means, we will be ready to customize it for you.
If interested, please let us get your website URL with FTP login credentials through the right bottom form located in, http://themeforest.net/user/designthemes
(Note: We will check about the greyscale image issue in safari, and fix it in the future updates.)
Jcarousel has been updated. I tried to manually update but it’s not working. They are using jquery 1.9…. now . Any chance of getting a way to use the new version as the old version ( Apparently ) has a vulnerability. Cheers Kev ps. Awesome Template!
Hey ismadman,
Thanks a lot for your effort on sharing this, and it is much appreciated.
This will be sure to help many of our clients.Thanks again and keep coming with us.
Sorry ….Source http://sorgalla.com/projects/jcarousel/changelog.html
This is an addendum to my post from 3 days ago. The images ARE in color in Firefox/Chrome (IE 9 is not affected), but they have a some kind of rollover shading where they are in color only when a mouse rollover happens. That’s not too good for my purposes as it makes the page look really dry and bad-especially when it is pictures of executives!
Where do I need to go in the code to turn that function off? Thanks for your help!
If possible, can you please send us the screenshots (or any other references) on your issues?...
How can i make the slides clickable so they go to a URL?
You can make the slides clickable only by using any buttons within the caption text (or descriptive content) field, over the sliding images.
Note: You cannot add links for the sliding images directly.
This will work! Thanks!!!
At your request, here is what I was talking about with images not being in color in Firefox or Chrome, but IE 9 is unaffected. The first image is from IE 9-all jpg’s are in full color no rollover necessary…
The second image is from Firefox-all jpg’s are displaying in grayscale…
The last image is from Firefox-when a picture is rolled over it displays a color image. The question is-how do I turn this feature off?
Thanks.
To turn off the features rollover shading, grayscale to color changing effects from “Our Team” images,
-> Find Line No: 640 and 642 from your ‘style.css’ -> And please hide those lines to update then.
Hi Dear designthemes. “Do u have an RTL version of this wonderful template? Thanks in advance…”
No, we don’t have the RTL version of this template. Thanks for your interest anyway !
Dear ismadman, Thanks for you brilliant theme. How can I set the ‘portfolio-carousel’ to auto-scroll in infinite loop? One more thing that is it possible to set different loop/play time to ‘portfolio-carousel’ and ‘clients-carousel’? In other words is it possible to control the properties of ‘portfolio-carousel’ and ‘client-carousel’ separately?
First we really thank ismadman for the help of referring auto-play scrolling feature with carousel, and thanks again for initiating this.
You can set the ‘portfolio-carousel’ to auto-scroll in infinite loop, by using the same method as ismadman reffered and by making some simple modifications with that.
-> Please go to ‘js’ directory and open ‘ultimate-custom.js’ (js/ultimate-custom.js)
-> Here you can find the below lines we used for carousels,/Portfolio Carousel/ if($(".portfolio-carousel").length){ $('ul.portfolio-carousel').jcarousel({ scroll: 1 }); } /Clients Carousel/ if($(".clients-carousel").length){ $('ul.clients-carousel').jcarousel({ scroll: 1 }); }Well if you have good enough knowledge with Javascript & CSS3 means, you can use different loop/play time for ‘portfolio-carousel’ and ‘clients-carousel’ simply by adding or editing the appropriate properties herewith these sections of coding.So you can possibly control the properties of ‘portfolio-carousel’ and ‘clients-carousel’ separately as well.
Note: If you want to know the set of properties that you may need to be use on your carousels, kindly have a look at the following,
http://sorgalla.com/projects/jcarousel/#Configuration