This item is by an Elite Author
RuvenThemes
- Elite Author
- Sold between 50 000 and 100 000 dollars
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 10 and 49 users
- Bought between 1 and 9 items
- United States
672
Purchases
Buyer Rating:
4.56 stars
4.56 average based on 93 ratings.
-
5 Star
6670%
-
4 Star
1617%
-
3 Star
99%
-
2 Star
11%
-
1 Star
11%
| Created | 18 April 11 |
| Last Update | 7 July 11 |
| Columns | 4+ |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- 3d slider
- clean and simple
- corporate business
- designer
- freelancer portfolio
- futuristic
- google web fonts
- minimalistic
- modern
- web design company
© All Rights Reserved RuvenThemes -
Contact Envato Support


Hi there,
Great work with the template. I’ll post a link when our website it up.
In the meantime, would you like to update your avatar picture so we can get to know you?
People really connect with people: Steve Jobs / Richard Branson – not an Apple or Virgin logo, and the same could work for you…
Just my two cents.
James Daly
And yes, I’ll sort mine out soon – envato rejected the original file size.
Hi James,
I’m glad you like the template and I’m looking forward to see your first theme. Must be quite something when the file size is thaat big.
I’ll think about the avatar
Have a nice weekend!
Ruven
Hello, I bought the template, but my emailer doesnt work.
I get this error when sending mails, also when everything is filled out correctly.
It only says something like
Hi J,
I’m sorry to hear that you’ve run into a problem.
The mailer script is done in PHP (this is common practice), so your local or online web server needs to have PHP installed too in order to send mails, since HTML alone can’t do that. If you want to test out the site locally I would recommend MAMP (for Mac OS X ) and XAMP (for Windows) as server.
Let me know if you need more help
Best regards, Ruven
Hi Ruven
Could you make it for Wordpress? I am ready to buy for Wordpress. I like it very much. I am not professional on web, so wordpress is easy for me. If you provide me how to install and edit the template, I also will try to buy it. Thanks!
Best regards, Tsog
Hi Tsog,
I’m currently working on the WordPress version of Polyon. Shoot me a mail to support[at]ruventhemes.com and I’ll notify you when it’s out. If you don’t know much about HTML I would recommend to just wait for it
Best regards, Ruven
Hi,
I want the structure of my site to be a bit different and have folders for each page so for example it someone typed:
http://www.example.com/test/
they would land on
http://www.example.com/test/index.php
Is this possible?
Sure you can
Just make sure to put an ”../” in front of all the relative paths in the file that is in the subdirectory. E.g. the path to a picture would change from “images/picture.jpg” to ”../images/picture.jpg”. This is especially important for all the files that get included in the . Here you can read more about relative paths: http://www.boogiejack.com/server_paths.html
Best regards, Ruven
Hi,
Would you have an estimated date for when the wordpress layout for this theme would be ready?
Regards
Harry
Hi Harry,
no I don’t have a date for that. I will release it once it’s perfect
But if you send me a mail to support[at]ruventhemes.com, I can send you a notification when it’s released.
Best regards, Ruven
Hi,
I must say that this theme is one of the best I’ve purchased on this site until now.
Very easy to use and customize!
Excellent work thank you very much
I need to change the main nav. button width to accomodate a wider logo. I tried tweaking the css under /* Button Navigation */ but could not get it right. I basically need to make each button maybe 10-20px narrower…
Thanks!!
Hi bdpardue,
the spot in the file is right, but you also need to tweak the background images for that. You can find the PSD ’s in the “Graphics” folder of your template package, make them narrower and then save the PNG into the “images” folder in your template files.
Of course you could also just use the “Simple Navigation” is your logo is very wide
Best regards, Ruven
Hey Ruven, Excellent work on this site template. I have two questions.
With regards to the Nivo slide changer, how can I increase the amount of time between slide changes? I took a look at the script but can’t seem to figure it out.
Also, what is the best way to change to the “Simple Navigation”?
Thanks, Van
Hi Van,
both of your questions are covered in the template documentation:
Nivo Slider: E) Layout Adjustments and Content Input > Nivo Slider Settings
Simple Navigation: E) Layout Adjustments and Content Input > Layout Options
Let me know if you need more help
Best regards, Ruven
My bad, I just found them in the documentation and they were not very far apart. 0_0 Thank you for getting back to me regardless.
That’s my job
I have another question, and yes I did check to see if it was in the docs this time.
Please forgive me if this is a newb question.
In the _footer.php file, under the “Recent Posts”, “Latest Work”, and “Social Widget” sections, the list items have a very cool hover effect.
I found a section called “Sliding Links” in script.js. Is this the script? I would like to apply that effect to my main nav items, but cannot seem to find how the code it being applied to these items.
Thanks, Van
Hi Van,
don’t worry, I’m always happy to help
You just have to define the target elements like this: $(‘nav.main ul li ul li a’).sliding_links({ offset: 5 });
This code would apply the sliding effect to the drop down menu of the main navigation. I wouldn’t apply it to the main nav itself, because the effect only looks good for a vertical list.
Let me know if you have more questions
Best regards, Ruven
My client is asking for an effect to apply to the main nav so when a specific link is hovered over there is a distinction between links. What would you suggest might look better than this?
I should note that I am only trying to apply an effect to the main title links (ex. Home, Styles, Blog, Portfolio, Contact)
What about a vertical offset? Perhaps making the link rise by 5 px? Is this possible? Sorry I am not good with javascript.
Hi Van,
here you go: http://cl.ly/75ql I modified the slider function for you. Just replace the “script.js” file with this one and you will have your nav links rise up
You can adjust the offset on line 61.
Best regards, Ruven
Wow! Great service. Thanks Ruven.
Hi there,
This is really a great looking template, got almost anything we could ask for to customize it as we please. Got my eyes on it for quite some time now and thinking of buying it for a customer of mine.
Just a quick question…Does the “Search Form Widget” works only in php version or does it work in html version too as an all-around in-site search box ? If not can this be possible so someone searches the entire site for specific words or phrases ? Also, is the contact form functional in the html version ?
Thx in advance,
Nik
Hi Nik,
the PHP files in the PHP version also contain mostly HTML code. I included it as an alternative to the plain HTML , so you customize the template faster since e.g. header and menu are just in one file and not in every HTML file. However the functionality is not different to the HTML version and the search form or blog functionality must be build in by yourself (e.g. when you integrate the template into your own CMS ). But a WordPress version is on the way
Oh and yes, the contact form works with in the HTML verson too
Best regards, Ruven
Hello. Thanx for the template. I just have an issue. I tried to validate the code and brings too many html errors. The pages work well in any browser but i want it to be without errors. Have i done something wrong?
Hi multik,
sorry about that. They guys over at W3C must’ve changed the HTML5 specifications. When I submitted the template 1 month ago everything validated perfectly. But it’s just minor errors.
I will fix them and push an update of Polyon later today. As soon as it’s updated I’ll let you know
Thanks a lot for letting me know! Ruven
In advance, there may be an error by me. I may haven’t explained accurately. I checked the template in dreamweaver cs4, and there is no option about checking in html 5.0 i will try to check in html 5.0 where it may be ok. Sorry if this error is a misunderstanding. Thanx for your answer.
Hi multik,
That’s okay. This way I found out about the new specifications
The update has been approved now. You can redownload the template and now the HTML5 code should validate perfectly 
Thanks again, Ruven
Thank you very much.
How do I add a login/logout button to the top menu? Thanks
Hi ghar,
you could just add them to the “simple styled” menu or you make a new section over the header (which contains logo and menu) and include your buttons there. It’s an HTML template so it’s ment to be changed and customized by you however you want it
Best regards, Ruven
Thanks – I am used to using grid 960, where I can specify the size and prefix or push the div in the correct location.
Every time i tried to add a login button for example using button class, I am unable to specify the location.
Here is one of the ways I tried to place a button in the header on the right<a href="#" class="button two-third last">This is a button</a>Thanks for the quick response and the great looking templateHi ghar,
you could just do something like this (over the header):The class secondary floats the buttons to the right (primary floats left)
Best regards, Ruven
Hi Ruven,
This is an excellent template and a dream to work with. Well done!
Is is possible that once the Contact Form has been submitted successfully that the fields the user have completed can be cleared? If so how could this be acheived?
Regards,
Billy in Manchester UK
Hi Billy,
I’m glad you like the template so much
You can reset the fields on a successful submit by pasting in the following code behind line 173 in the file “javascripts/script.js”:if($(form).find(".message p").hasClass('success')) { $('form input[type=text], form textarea').val(''); }Best regards, Ruven
how to change the background color of the header, footer and also on the slider?
Hi tajinderpd,
put the following CSS code on the end of the file “stylesheets/color_settinga.css” and replace “red” with your color of choice
header.main { background: red !important; } body.with-topbar-content #topbar { background-color: red !important; } footer.main { background-color: red !important; }Best regards, Ruven
below the one-fourth column, how do i add the space to add another five columns?
if i use the code like below the structure does not appear for the element to be side by side:
Reading Corner
5 Welcome to the world of herb knowledge. A treasure chest-ful of herb facts awaits. Read more »Events Diary
5 Involve yourself in the latest happenings/events in health & herb industry around you.
Read more »Ask Hewo
5 Get professional answers and second opinions that matter.
Read more »Hewo Panel
5 Read about Hewo’s Panel of Professionals.
Read more »Hewo Club
5 Join our exclusive community to get members only content.
Read more »Hi tajinderpd,
if you want five columns side by side just give each column div the class “one-fifth” instead of “one-fourth”. And don’t forget to add the class “last” to the last column div.
Let me know if you need more help
Best regards, Ruven
ok i got it. i wanted to add the social networking icons below the slider just like this site: http://www.voltrank.com/?utm_source=IconsPedia
how to add the css style?
Hi tajinderpd,
you can write the CSS code in the file “stylesheets/style.css” or make a new CSS file in that folder and import it into the style.css (like on line 25). This way you just have to save that file if you ever do an update
Best regards, Ruven
Hi Ruven,
Thanks for this great template !!
I am having a problem with the contact form, I don’t receive the replys. I updated my email in contactform_mailer file and and files are on my teste server that run PHP , so I cant understand what is the problem.
Any help will be very appreciate ! Thanks
Ok forget about it, I tried on another server and it works. Thank you !!
Alrighty
i edited the index file which is in html version because i am not vy familiar with php code. let’s say in the future i want to integrate php cms to the template (php version) it’s possible right?
so should i save the index.html as php in dreamweaver or i need to edit the index.php version to get the template in php?
if i just saved the edited index.html to php in dreamweaver would the code be compatible later with the php cms?
Hi tajinderpd,
you can do what ever you want with the code – even make themes for the phpCMS (which I’m not familiar with). PHP is not just a file suffix, it’s a dynamic way of coding websites (e.g. you can split code into separate files and include these files into others etc.). So changing the suffix of your files from .html to .php won’t make automatically work with a CMS system – you still have to write the code that links the page to the CMS . You might be better off with learning more about PHP programming or hire a Web Designer. Also the WordPress version of Polyon is in the making, so this is maybe an option for you
Best regards, Ruven