This item is by an Elite Author
OrangeIdea
- Microlancer Beta Tester
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Item was Featured
- Author was Featured
- Bought between 50 and 99 items
- Referred between 200 and 499 users
- Author had a Free File of the Month
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Russian Federation
- Has been a member for 1-2 years
- Exclusive Author
1,108
Purchases
Buyer Rating:
4.61 stars
4.61 average based on 154 ratings.
-
5 Star
11675%
-
4 Star
2516%
-
3 Star
85%
-
2 Star
10%
-
1 Star
42%
| Created | 19 April 12 |
| Last Update | 2 May 12 |
| Columns | 4+ |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Compatible With | Bootstrap 2.0 |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- business
- clean
- corporate
- elegant
- html5
- jquery
- minimal
- modern
- portfolio
- professional
- pure
- responsive
- responsive layout
- white
© All Rights Reserved OrangeIdea -
Contact Envato Support


Purchased 2 days ago and version had ie.css, so assumed I had latest. However since then noticed that the gradients on my buttons were not appearing as in your demo site, and realized my bootstrap.css is different from demo. Updated it with changes to gradients and buttons are now fine, however unsure if there were other changes.
hm… i will check my archive.
can i ask how you make those images with the Mac Screen and the theme image inside? And how you took the theme screenshot…it’s a great look? I will be buying the WP version.
Hm… Just photoshop
heavily loaded template, good work!
Thank you
Hi,
I’m working with your template and really love it
Can you point where is call ‘assets/img/prev.png’ please I search in js + docs.css but no luck to find it.
I have to display a blog flex slider (like on index-compact) in folder my current link for another imate in this folder is
'<img src="../../../../assets/img/link.png" alt="Visit Gallery" />'for exampleThanks Dominique
Prev.png in cusom.js
Perfect thanks
Great Work guy ! I am very happy to bought it 1 thing missing in the doc: how to use fonts.
I’m sorry but what do you mean?
hi, can estimate how many days remaining for Valera for WP? Thanks
Hello. On this week
Hi i just bought this great design how can i use this template from Right to Left ?
Regards Dolev Pony
2all web design
Hello. hm.. i think you have to add dir=”rtl” in HTML files in 2nd line like:
<html lang=”en” dir=”rtl”>
I didn’t see noting in the doc about how to change the fonts on a paragrah, a title, etc with particular classes (I didn’t go inside the code yet)
Hello. this is just HTML Template, so if you want to change Fonts, or colors you have to edit main CSS file in assets/css/docs.css
Hi i tried that but the main problem is in the drop down menu please your help, can you try convert only the main menu in the head to RTL i convert it to rtl by changing CSS , spesialy the float:left right and etc … but i cant change the small triangles to the other side to work good in ie and chrome
Regards
Dolev Pony
2all Web Design
hm.. i have never worked with RTL , but i will try to do something for you with tringls
Hi,
It seems filter isn’t working on my layout because I use a mysql filter which result a php template.
Explanation my query result give me this: template.video.php
so filter is properly setup with ”>
and this result:
I suppose a filter don’t support ’.’ ?
Is there a way to have this working?
ThanksNow i’m working on WP version and filter work fine. I’m don use ”.” classes coz in that case all filters group must be in one word.
Hi Orange,
Will current HTML user get an upgrade to the WP version. HTML takes up a lot of time. Also, can I use videos instead of static images in the slider?
Hello. No, WP and HTML are different items
Hello,
How i can change the adress of the google maps on the contact form? I where looking for a JS file, found the gmap smashinglabs, but coldnt find where to change the adress.
Thanks,
Forgot there was something called DOCUMENTATION , ermmm haha Its on custom.js
Hello. Pleaseo open /assets/js/custom.js line 113 and line 116. Just past YOUR address.
Awesome product.
Thank you
Hello,
I have an issue with pagination script and portfolio. I’m using creative pagerhttp://codecanyon.net/item/creativepager/103350but it seems I have a conflict with isotop and this script.Any idea to fix this or a suggestion for a pagination script?
Thanks Dominique
Hey, I’ve just purchased this, and when I try to download I get something terribly wrong. See > http://dl.dropbox.com/u/1028740/printscreen.jpg
Help
Hey. Try another browser.
It worked in IE. Chrome = fail. Thanks!
Sorry, but it is not my template issue. Somthing wrong with ThemeForest server i think.
I love the theme, but I am having issues.
I sent you an email from lonnie2332@yahoo.com and hope to have it answered soon.
My concerns come from trying to create a basic 8+4 column set up.
I wish in your template that you included a basic page like this. You have blogs, scaffolding and more… but not a basic page to go off.
If you could create such a basic page so people like me who are not experts, but know a little dont spend 5 hours editing a page only to have a hiccup somewhere that messes everything up.
Just a nice 8+4 set up with some links and sections in the sidebar would be so helpful.
Also, when i create a page the h2 test under the gray BG hits right against the top (gray).. which is the best way to add some space for the h2 to the top?
Thanks!
Got your mail. Wll take a look at your code tomorrow when i will be at work.
Thank you.
Any thoughts on adding a basic 8+4 page like i talked about in the above thread?
You need this
<div class="row"><div class="span8">Some content here</div><div class="span4">Some content for span 4</div></div>or you need page based on it?
Well thats what I had… but its still messing up.
div class=”container” div class=”row” div style=”margin-top:40px;” div class=”span8”
....bunch of /div’s
div class=”span4 side_bar” section class=”blog_cat” div class=”well”
.....more /div’s….
(I had to remove the <> here to show code)
but its just not coming right.
I put the “div style=”margin-top:40px;” to move the top h2 down a bit so its not against the gray… thats what I was talking about above when i asked if you knew a better way… because this way even pushed the sidebar down even more also.
I think many of your customers would also need a basic set up like this.
Thanks for the quick replys!
Hello. i’ve made page for you http://html.orange-idea.com/valera/example.html
You can download it http://html.orange-idea.com/valera/example.zip
Active nav elements don’t get selected. Is there recommended way with jQuery to highlight active nav item (e.g. current page)?
Hello. If talking about menu than you have to add class=”current” to menu item. And act with others
p.s. this is an HTML not WP
var url = window.location.pathname; urlRegExp = new RegExp(url.replace(/\/$/, '') + "$"); $('#menu a').each(function () { if (urlRegExp.test(this.href.replace(/\/$/, ''))) { $(this).parent().addClass('current'); } else { $(this).parent().removeClass('current'); } });Hm… Nice, thank you
Great theme! Wondering when do you plan to launch WP version for this theme? Thank you!
Hello. Thanks. Few days.
Hello,
And thanks again for this wonderful template. Is there any way I can contact you for possibly converting it to Wordpress’ file structure, or it’s a rather bad idea to do so? I see that you said four days ago that you’ll have it WP-ready – any news on that? My problem is that the admins of the website I will be using it for would appreciate a WYSIWYG editor (like WP has) instead of manually updating their website.
Have a great day, Thanks a million!
WP version here – http://themeforest.net/item/valera-responsive-wordpress-theme/discussion/2344228
- Microlancer Beta Tester
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Item was Featured
- Author was Featured
- Bought between 50 and 99 items
- Referred between 200 and 499 users
- Author had a Free File of the Month
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Russian Federation
- Has been a member for 1-2 years
- Exclusive Author
+3 moreWP Version here