YuKhinThemes
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 2-3 years
- Korea, Republic of
- Referred between 1 and 9 users
- Sold between 100 and 1 000 dollars
35
Purchases
Buyer Rating:
4.00 stars
4.00 average based on 4 ratings.
-
5 Star
375%
-
4 Star
00%
-
3 Star
00%
-
2 Star
00%
-
1 Star
125%
| Created | 13 July 12 |
| Last Update | 18 August 12 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Chrome |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PNG, Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- blog
- blue
- business
- clean
- corporate
- creative
- css3
- html5
- minimal
- modern
- personal
- portfolio
- responsive
- unique
© All Rights Reserved YuKhinThemes -
Contact Envato Support


Awesome template htvu, good luck with sales!
Peter Zickler..
Thanks Peter
Very nice, good luck with sales.
Thanks
Amazing template! I can’t wait to see your WP version.
Cam on nhe Duc
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 100 000 and 250 000 dollars
- Elite Author
- Exclusive Author
- Author was Featured
- Item was Featured
- Beta Tester
- Has been a member for 3-4 years
- Spain
- Microlancer Beta Tester
- Referred between 100 and 199 users
- Bought between 10 and 49 items
+3 moreNice design concept. Something different! Congrats for that, and goo luck with sales
Thanks pezflash !
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 100 000 and 250 000 dollars
- Elite Author
- Exclusive Author
- Author was Featured
- Item was Featured
- Beta Tester
- Has been a member for 3-4 years
- Spain
- Microlancer Beta Tester
- Referred between 100 and 199 users
- Bought between 10 and 49 items
+3 more(sorry, double post!)
nice work, gud luck with sales
Thanks
this is beautiful.. good luck!
Thanks !
As promised .. and good luck with more sales
Thanks for your purchase !
Contact me if you have any questions about this theme.
Thanks for your beautiful template. I’m not sure if this is the right place for this question; sorry if I’m wrong. Recently I bought it (22/07/12) and I need some help, because I’m not a expert in javascript, and I would like to load the page portfolio-1-col-alt.html with a specific filter
not the general “all”. I see the script initPortfolioFilter() in theme.js and I try some attempts for specific filtering, filter-design for exemple, and I tried to get some documentation too, but without exit. Is it possible to do? Thanks in advance BCNSitesand add this line right below it:
$holder.quicksand($data.find('[data-type=' + $filterType + ']'), {duration: 0});Finally, open portfolio-1-col-alt.html and add “active” class to specific “li” tag (child of “ul” with id=”filter-options”). Of course you must remove exist “active” class from “li” that wrap “ALL” text.
Hi htvu, Thanks a lot! It works perfectly. I’m going to the next step: loading a specific filter, by clicking in the multilevel menu head. Will you bring us other templates? PD: I don’t know how reply your answer, so I reply myself
I hope this message will be in bottom, after yours… will see…bcnsitesHi htvu,
Sorry for so much questions (tell me if you find it appropriate) and don’t test my work deeply. My wish is to load a page with the filter I choose from a multilevel menu in the head. It works perfectly with the filters diferents of the “ALL” filter. When the page loads with the “ALL” filter active: don’t show the articles. But you can see these all articles if you make a click on the link “ALL” on the left side filter menu.
I would like to present a multilevel menu, in the head, which the parent item loads the page with the “ALL” filter active, showing all the articles. Also are child menu options, which loads the specific filter, and show the specific articles too and these ones work perfectly, with your added code.
Thanks in advance.
bcnsites
This theme not include functions to serve your request but I think it’s a good function that I will consider adding to the theme. So here is the code for your request:
- Open theme.js and goto the location that I mentioned in first replay (your comment).
- Replace the line of code that I gave you with this block:var f = getParameterByName("f"); if(f) { if ($("#filter-options ."+f).length > 0) { $filterType = f; $("#filter-options li").removeClass("active"); $("#filter-options ."+$filterType).parent().addClass("active"); } } if ($filterType == 'all') $filteredStr = '[data-id^="id-"]'; else $filteredStr = '[data-type=' + $filterType + ']'; $holder.quicksand($data.find($filteredStr), {duration: 0});- Next, put this code block at the end of theme.jsfunction getParameterByName(name) { name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]"); var regexS = "[\\?&]" + name + "=([^]*)"; var regex = new RegExp(regexS); var results = regex.exec(window.location.search); if(results == null) return ""; else return decodeURIComponent(results[1].replace(/\+/g, " ")); }Finally, you create menu items with links look like: Replace filter-2 with yoursNote: If ?f=xxxx is omitted, the filter that is added active class in html file will be set as default.
ps: I very happy if your give me a rating for this theme
Thanks a lot for your code. It works well in firefox, chrome, opera, safari, but not in my ie9 (64 bits) running in windows7.
I think that I made what you say me in your last email. My page is in: http://www.cosmetalia.com/pigmentos.html
Really this functionality needs some work. If you would like to do it, you can say me your economic rate, for this job.
In the other hand, you sayme “y if your give me a rating for this theme”: you mean that I click in the “Buyer Rating Box” with social icons?. I have nothing (facebokk, tweet, google plus or pinterest), but I have no problem form getting a acount; it this is the right way…
Thanks in advance.
bcnsites
Sorry, it’s seem Themeforest filtered some characters in my code.
Go to the end of theme.js and replace this line:with:
ps: yes, I mentioned about Buyer Rating box. Vote for my theme please
Because you bought my theme so I will support you for free if your issues not too different with theme functions or not get time too much. In the case you want to make more customization you can contact me via email (huongtinhvu@gmail.com)
Hi htvu,
Sincerely thanks you. Everything works fine!
I take your email for if maybe I need some customization.
I create the acounts in the social networks and publicity your template. I don’t know if I can do something more about it…
Thanks again.
bcnsites
how to change the logo position on top side?
How do you want to change the logo ?
i want to set the main logo in all pages on the top of the page.and need to change size also.now the logo is not possible to move.how to do this?
open style.css and set height for [#logo img]
This theme included a document to help you customize the theme.
thank you for the reply, i check style.css, but i didn’t find any height option for main logo. can you tell the line number?
By default it doesn’t have. Add something like this
i am not an express css user. i have a logo W128xH110 i want to put this main logo on the top of the home page. now your logo posion in center.i want to test before go. pls help
Open style.css and go to line 102. Add following lines:
Thank you, i added that lines, but still the logo not going on top of the page. what is the reason?
do you have skype or yahoo messenger ?
Im online yahoo now
Wow! This is one of the few templates here that really stands out from the crowd. The more I look at it, the more I love it! Very elegant and stylish, very good use of white space, you are a true designer. I also appreciate the online styling function, very handy! Your color combinations and backgrounds are also very well chosen.
I cannot believe you haven’t sold more yet. I’ll buy it after finishing this, and I’m sure a project/client will come along that appreciates this template. Thank you! I hope you will add more templates to your portfolio here.
PS you may want to contact Envato to fix the layout type, as it is responsive, but the specs say that it’s fixed…
Thanks alot for your words
I’m working on a new WP template, will release soon. Thanks for your notes also.
Looking forward to your new theme!