StarsThemes
- Sold between 1 000 and 5 000 dollars
- Exclusive Author
- Italy
- Has been a member for 0-1 years
- Bought between 10 and 49 items
131
Purchases
Buyer Rating:
4.56 stars
4.56 average based on 9 ratings.
-
5 Star
777%
-
4 Star
00%
-
3 Star
222%
-
2 Star
00%
-
1 Star
00%
| Created | 1 December 12 |
| Last Update | 24 January 13 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- ajax/php contact form
- clean
- colours
- creative
- css3
- dark
- fullscreen
- html5
- jquery
- one page template
- parallax
- portfolio
- responsive
- retina display
- white
© All Rights Reserved StarsThemes -
Contact Envato Support


Clean & Luxury… Good my friend
Thanks
Why you say this? Only because is a one-page site with parallax effect?
I can give you a lot of examples like this
Awesome template Stars, glws mate!
Peter Zickler..
Thanks Peter
Nice theme, Good luck guys,
Thanks a lot!
Im sure this will be one of a popular item. Great work, dude!
We hope so too
Thanks!
nice theme but unstable on ios devices.
crash systematically when switching to landscape mode (iPhone & iPad).
Thanks for the report!
Is an issue with flexslider in the home area.
Fixed.
have you updated the demo ?
I’ve updated just right now. Thanks again!
sorry, but it’s not fixed.
now, demo crash on safari & chrome mobile (iPhone 4S)
Hi, we have tested on iPhone 4 and 4s and iPad 2, without any crash on Safari.
We gonna investigate on it.
Best Regards.
beauuuuutiful
Thaaaanks!
Wonderful work, congrats !
Thank you so much!
good job mate….that’s an awesome work…..good luck with the ‘sales’
Thanks mate
First time buyer. Does this work with Dreamweaver?
Hi, thanks for the purchase!
What do you mean?
Will I be able to edit this site template with Adobe Dreamweaver or Adobe Muse? If not, what program would I need to use to edit this site template. Thanks for the quick reply also
Of course man
, you can modify this template with any html editor:
Dreamweaver, Coda, Espresso, etc..
Hi, great work, we have done the purchase. But not working in any browser on iPad 1. Can you help us? Thanks.
Hi baloom, thanks for purchasing one of our files, we truly appreciate it!
What is the problem you get viewing the site on iPad 1?
We have tested the templates using an iPad2 with fw 5.5.1 and didn’t find any problems.
When it finishes loading the browser closes. When I disable flexslider works, but with some errors.
Very probably it could be a problem flexslider plugin, but not having a iPad1 we can not test the issue.
We will try to solve the problem using a different slider.
Thanks
I believe it should be another conflict. Well, I accessing the flexslider in official website and works perfect on iPad 1 iOS 5.1.1 and it is the same Flexslider version that you used. I hope the information helps.
Regards
Hello, how can I add a instagram gallery?
Hi zeube, thanks for purchasing one of our files, we truly appreciate it!
Probably you can add an instagram gallery.
You could use the plugin js that you find on the internet to get the widget to be inserted on website.
It would take a little time to develop secure – a task for a developer.
Great template! How can i edit the map info?
Thanks, sure you can modify the map info.
Go to in folder js—>main.js go to line#538 and you find it all information.
The js files is commented and you can modify easily your info.
Thank you so much! I have one last question if you dont mind : I want a portfolio item to be a direct hyperlink to another website. You click on the item, it opens www.google.com in a new page.
I tried doing this by adding a link but it didnt work out. Can u please help? Thank you so much in advance!
Hi, it is simple:
Default version Draco open a lightbox for image/video this is the syntax:
<!-- Start Project --> <div class="four columns item relax" data-categories="relax"> <div class="mask"> <span class="title-item">Lost</span> </div> <a href="images/placeholder/portfolio/lightbox/01_r.jpg" title="Lorem ipsum dolor sit amet..." data-rel="lightbox"> <img src="images/placeholder/portfolio/relax/01.jpg" alt="Lost" /> </a> </div> <!-- End Project -->For your problem is very simple remove data-rel attributes and insert into a tag your link see this example:
<!-- Start Project --> <div class="four columns item relax" data-categories="relax"> <div class="mask"> <span class="title-item">Lost</span> </div> <a href="http://www.example.com" title="Your Link Title"> <img src="images/placeholder/portfolio/relax/01.jpg" alt="Lost" /> </a> </div> <!-- End Project -->I copy pasted the exact same code but it didnt work.
It is impossible, have you a live example?
You are right, you found a bug! In the next release we fix this bug!
Thanks for your time!
I think its a major bug tho. If I cant link out my portfolio items, and show how the actual design is in the original link, what is the purpose of having a portfolio? ... Can this be fixed quickly?
Hi Tolgaonuk i resolved the problem in this moment:
now i explain the procedure:
go to index.html and see this correct syntax for open link in a new window, it is simple change the content into data-rel=”lightbox” to data-rel=”external”.
See this code:<!-- Start Project --> <div class="four columns item relax" data-categories="relax"> <div class="mask"> <span class="title-item">Lost</span> </div> <a href="http://www.alessioatzeni.com" title="Lorem ipsum dolor sit amet..." data-rel="external"> <img src="images/placeholder/portfolio/relax/01.jpg" alt="Lost" /> </a> </div> <!-- End Project -->Now go to main.js and insert this code go to line#472:// Existing Content $(window).load(function(){ $('#portfolio_filters a').eq(0).click(); }); // Existing Content $('#portfolio_items .mask').live('click', function(){ $(this).next('a').click(); }); // Insert this New Content $('#portfolio_items .item a[data-rel="parent"]').click( function() { window.open( $(this).attr('href') ); return false; });It should work to connect to an external link.
If you have a problem to insert this code please wait the update.
What code can I insert that can make the pictures at the very top of the website move from left to right without having to click the > arrow?
Hi rleeg2003, thanks for purchasing one of our files, we truly appreciate it!
It is simple, you do not have to insert any additional code, just change a little setting in main.js.
Go to js/main.js line#97 you find this:
SITE.homepage.slider = function(){ [...] }Now inside this function will find all the necessary parameters, default slideshow is set to false, just change it to true, and plus you can change the speed of the slideshow and single slide.
Before Slideshow offSITE.homepage.slider = function(){ [...] slideshow: false, //Boolean: Animate slider automatically slideshowSpeed: 7000, //Integer: Set the speed of the slideshow cycling, in milliseconds animationSpeed: 600, //Integer: Set the speed of animations, in milliseconds [...] }After Enable SlideshowSITE.homepage.slider = function(){ [...] slideshow: true, //Boolean: Animate slider automatically slideshowSpeed: 7000, //Integer: Set the speed of the slideshow cycling, in milliseconds animationSpeed: 600, //Integer: Set the speed of animations, in milliseconds [...] }If you have problems, you do not hesitate to contact us.
Thank you for the quick and informed response!
One last question. How do I change the logo in the top left from Draco to my logo?
Hi rleeg2003, you have two option for the logo:
1) go to folder css/style.css and go to line#281
Now you found the image and the size for the logo-image, you can replace the default logo with your image remeber to change the size if your image don’t have the current size.
if your image is over 50px in height, you change the height of header in the line#269
2) You can replace the image with simple text, remove the image in header #logo and insert in the HTML your logo text version.
Thank you!
hey,
When I try out the page in firefox, you can see the pics in de background of the parallax (the dog, enz) however, in safari, I don’t see them at all. how can I fix this problem. another question, I want to change the standard-colors of the arrows, menu ands…what the best way to do this. tanx
Thanks for purchasing one of our files, we truly appreciate it!
Send an e-mail info@starsthemes.com
Does this work with wordpress? Or is it strictly HTML?
This is an only HTML version.
Hello, the slider at the top does not respond to the left/right click arrows. On the automatic slide function it works fine though. FYI, browser is Firefox and OS Win7, both fully updated. Please advise. Thanks.
Hello acusa, it is strange…i tested now the top slider but on Firefox 18 – OS Win 7 the slider function perfectly with left/right click arrows.
Unfortunately the homepage left/right slider buttons do not work at my end when the slider is on “manual” (js/main.js line#97, slideshow: false). Could you please point me to the right files, lines, IDs, class, function… I should check when editing the html/css/js files ? Thank you.
I tested with slideshow “false” and the arrow function correctly!
This is the correct scriptSITE.homepage.slider = function(){ // init flexslider // if you want see all values for the slider please visit http://www.woothemes.com/flexslider/ $('#hp_slider').flexslider({ animation: "slide", //String: Select your animation type, "fade" or "slide" easing: "swing", //{NEW} String: Determines the easing method used in jQuery transitions. jQuery easing plugin is supported! direction: "horizontal", //String: Select the sliding direction, "horizontal" or "vertical" reverse: false, //{NEW} Boolean: Reverse the animation direction animationLoop: true, //Boolean: Should the animation loop? If false, directionNav will received "disable" classes at either end smoothHeight: false, //{NEW} Boolean: Allow height of the slider to animate smoothly in horizontal mode startAt: 0, //Integer: The slide that the slider should start on. Array notation (0 = first slide) slideshow: false, //Boolean: Animate slider automatically slideshowSpeed: 7000, //Integer: Set the speed of the slideshow cycling, in milliseconds animationSpeed: 200, //Integer: Set the speed of animations, in milliseconds randomize: false, //Boolean: Randomize slide order prevText: '<span class="icon-arrow-simple-left icon-white">prev</span>', nextText: '<span class="icon-arrow-simple-right icon-white">next</span>' }); }