routsounmanman
- Greece
- Exclusive Author
- Has been a member for 1-2 years
- Bought between 1 and 9 items
- Referred between 1 and 9 users
- Sold between 1 000 and 5 000 dollars
91
Purchases
Buyer Rating:
4.44 stars
4.44 average based on 18 ratings.
-
5 Star
1583%
-
4 Star
00%
-
3 Star
15%
-
2 Star
00%
-
1 Star
211%
| Created | 18 August 12 |
| Last Update | 30 August 12 |
| Columns | 4+ |
| Compatible Browsers | 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 |
- ajax
- animation
- artemis
- blog
- dark
- gallery
- light
- minimalist
- modern
- one page
- photography
- portfolio
- responsive
© All Rights Reserved routsounmanman -
Contact Envato Support


Thank you for the ideas. However I cannot seemto create the first index page to get to choose beteen skins.
Hello again,
You don’t have to create anything. Simply choose from index-dark or index-light pages and rename the one you want to index.html and build upon that.
As I said in the mail I sent you, the best way to go would be to upload the site to the server as is, and just edit the inner pages via HTML .
Nikos
As navtt, i’m really deceived to see that you didn’t give the original index page and the PSD for skin-background.jpg, light-skin-box.png and dark-skin-box.png. To be honest, that’s the main reason i wanted to pay for this item. Thx btw, i was at the point to give you 5 stars for your great job, but not for the moment cause of my deception when i opened downloaded folder. If you take that into consideration, i’ll of course rate this item with 5 stars.
Hello friend,
I have not included this file in the main download as it doesn’t offer any functionality to the main theme. Please use the contact form in my profile page to send me an email.
I’ll be happy to forward you these files if you need them
Thank you for the purchase, Nikos
Awesome theme!
Thank you very much!
Hi – I have purchased your theme – just need some help to make it run locally on a PC we are planning to use it in a presentation which will run locally on a pc and shown on a projector. As of now when i try running the theme – intro and index page opens but nothing loads if i select any of the meny item – please help
Thank you for your purchase,
Chrome don’t support AJAX local loading for some reason. Just switch to Firefox
I really like this design and am thinking of buying….but have a question, could I add a “login” form to the site? as in using a DB backend? – and would I then be able to restrict which part of the site is seen after the user has logged in? or would I have to do this with different pages?
Hello there friend, thank you for your interest,
Something like this can certainly work with some server-side scripting, like PHP , however, it would require some knowledge on your part.
Nothing too hard, a session or a cookie holding the user credentials and then, based on what is stored, call up different HTML to show.
Thank you, Nikos
Thanks for the reply – I know how to do the PHP and form design, I was more under the impression this template was a one page template, although looking briefly at the code, it does not look like it is?
It is, however, using PHP , you can still restrict what is shown to the user. For instance, if the user is not logged in, hide one of the main menu boxes.
Sorry I’m a little confused: the code shows that you link to external pages such as contact.html – therefore how can this be a one page template? – my PHP is not the best but I will look into doing what you suggest and if I can find away then I will look at purchasing the template (it’s really only the front page I want anyway).
Yes, I think we lost each other there and it’s my bad :-/
This is NOT a one-page website, it’s just loading the inner pages dynamically via AJAX . Maybe explaining the structure might help you out:
The index.html page is loaded first. Then, when the user clicks on a link, an AJAX call fetches the inner page content, which reside in a seperate file, i.e. contact.html.
Thus, via PHP , when AJAX calls for the page, you can customize what the user’ll see.
Thank you, Nikos
Ahhh – that’s cool! – so I can do it in the “normal” way and it will just call what I want the user to see? – for example, from the index.html I have a “menu item” for “login” – this opens the page login.php and then from there I can do the “normal” authorisation check and call the pages I want…
Assuming you have set a SESSION or a COOKIE variable, yes, you can control what the user sees or not
Fantastic template, and a really helpful guy.
Thank you very much for your kind words, and the purchase
Hi, fantastic template. I’m thinking about to buy it, but I’m wondering how the “menus” are editable. Is it possible to use another backgroundand/or to add some more? Or even change the size?
Hello,
thank you for your interest in my item. Can you elaborate on what do you mean by “menus”? If you mean the paragraphs on the left, they are easily editable, as is the percentage fill of the vial.
Also, the .PSD files are included, so you can edit it as much as you want, or, if you can’t, and it’s not something TOO time-consuming, I can do it for you.
Thank you, Nikos
Hi, I meant the first page there the icons are. You have 5 icons. I’d maybe need 6 or 7. There I’d like also to have some other icons and a different backgrounds that I made. And I was just wondering if it is possible to change the sizes. I’m new in using this kind of templates. But if the PSD files are included I guess I can manage it. Thank you.
As long as you move the elements around and change their sizes a bit, you can easily add as many points as you want. And if you come into any trouble, I can help you.
Thank you, Nikos
Thanks a lot. Just one more question, does this template work on wordpress?
No, this is not Wordpress-ready, however, as it’s a single HTML , it shouldn’t be too hard to implement to WP.
Outstanding theme! I’ve purchased it for a long time ago and totally like it! Thanks alot!
Thank you for your kind words, friend!
Hi, how can I do for go to an external link from index? Thanks
Hello there, and thanks for the purchase!
I don’t quite understand what you want to do here. Do you want one of the main boxes to direct to another, external website? Or just a link to, say, the bottom of the page?
Thank you, Nikos
Yes, I want one (or many) main boxes to direct to external website. Thanks
Hello again,
//function that handles clicking on a menuitem function menuItemClicked(evt){ if(!$(this).find("a").hasClass("ignore")){ //prevent redirection from Javascript capable clients - ONLY crawlers will get to the inner pages and index evt.preventDefault(); currentMenuItem = $(this); //bring back down $(this).stop(true).animate({ "boxShadow" : "none", "top":"0px","left":"0px"}, {queue:false, duration:200}); setTimeout(function(){ //arrange all menuItems arrangeMenuItems(); //fade the wrapper out, and load the contents of the active item $("#wrapper").delay(800).animate({opacity:"0"},{duration:400, easing: "easeInOutQuad"}); //transform the anchor var anchorage = "typography.html"; anchorage = currentMenuItem.find("a").attr("href"); //function that handles the ajax loading of the contents loadContents(anchorage); }, 250); } else window.location.href = $(this).find("a").attr("href"); }<a class="ignore" href="http://www.google.gr"></a>Let me know if you need additional help, Nikos
Thanks, it’s works very fine !
Make more template with awesome animations like this. !
Hello friend,
I’m glad your problem is solved, and, I think you’re going to like the next item
Someone flagged your comment as innapropriate, and I cannot see it, please send me an email via my profile page to resolve further issues.
Thank you, Nikos
Hello, I’ve finished my website but I have doe trouble with computability. My site is http://espaceaudrex.fr You have two screenshots 1. Firefox under OS X (that’s works well) 2. IE8 under windows server 2003. In this OS the content (bio, blog, etc) not can be display (I have only back button). The images have a problem. I’m looking that links but I don’t be able to modify it. http://www.jacklmoore.com/notes/ie-transparency-problems
Thanks, best regards
Mariano
Thank you, looking into the issue right now, will reply at your email.
where? what do you call an issue?
Hi ther. Ive also baught this really fantastic looking page: I just have one Problem: I only want to use the index page and link from there to two different websites. This however doesnt work:
To show you what i mes ive linked the left button to my homepage (taht doesnt work) the right button ive left as it is linking to a submenue on the site (this works fine)
Is there any possibility keeping the index page with the funtastic menue buttons but linking them direcly to a different website? Because if i do so at the moment the template opens or tries to open a submenue ans doesnt link to the other website
My website ist www.alexanderstephens.de
thx for your help!
Hello there, friend, Thank you so much for the purchase. Please use the form in my profile page to contact me for support, that way I can resolve the issue faster.
Thank you, Nikos
Great Template and brilliant Support! Not many Designers are so helpful. Thanks again! I can really really reccomend this template and especially the designer!
Thank you so much for your kind words, much appreciated!