ocholabs
- Exclusive Author
- France
- Has been a member for 0-1 years
- Sold between 5 000 and 10 000 dollars
89
Purchases
Buyer Rating:
4.80 stars
4.80 average based on 15 ratings.
-
5 Star
1280%
-
4 Star
320%
-
3 Star
00%
-
2 Star
00%
-
1 Star
00%
| Created | 30 November 12 |
| Last Update | 12 January 13 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- album
- creative
- gallery
- i18n
- masonry
- modern
- photograph
- photography
- portfolio
- responsive
- texture
- translated
- video
- wordpress theme
© All Rights Reserved ocholabs -
Contact Envato Support


How do I fix this? The “follow” bar on the right hand side is clogged up for some reason?
http://oi49.tinypic.com/2n83s7r.jpgHi Bradlow,
Can you please send me the URL in private? I need to check what’s wrong. Thanks.
Hi getting this error when attempting to load any widgets on homepage?
Warning: Invalid argument supplied for foreach() in /home/grfotoco/public_html/wp-content/themes/ofolio/includes/widgets.php on line 187
Its okay got it working
How do you get rid of the “Leave a reply” area?
Found it…
Hi, thanks for purchasing oFolio. This is very simple: just edit the page, then at the top of the page find the tab: “Screen Options” and click it. - Tick the Discussion Option. —>It will allow you to manage discussion parameters. In the Discussion Box, untick Allow comments & Trackback. Done!
When turning off comments, you may although see something like “comments are closed” on blog posts. To get rid of it you can add some custom CSS (ie. #comments {display: none; } ).
If needed let me know.
Next thing I ran into is the footer. In the demo you have a footer with 3 columns. Under the widget section there is only 1 footer tab. How do you create 3 columns. Thanks again for the cool theme.
Hi, just add 3 widgets
Thanks man, LOL! That was easy.
This may be a dumb question, but how do you ad Ofolio Flexslider to a page? I may just be missing the documentation that states the information but I cannot locate it.
Hi Jonathan, check the doc: E: widgets / 2) Flexslider. Need any further help feel free to contact me by email.
Regards.
Hi!
First, congrats for the theme!
I have a question about de contact form:
I need to add more fields, is it possible?
I tried to use “contact form” wordpress plugin, because i can customize the fields i need. But the contact form doesn’t work… why?
Thank you!
Hi dani?
Can you please send me a temporary admin account to your website to check it? I can provide you some exemples on how to customize the form to add more fields. What kind of fields do you need?
Regards.
how can i send you a private message?
Use the form on this page : http://themeforest.net/user/ocholabs
Hi!
Nice theme!
Is your theme compatible with other WP plugins (qTranslate, other forms…)?
Thank you!
Here is a tricky question! My website is www.DillonStienike.com, if you use a iPhone 4 and look at the site, you will notice it looks nice using your theme. However I was wondering how to center just one footer widget? I’ll explain, as you scroll down you’ll bump into a email signup form. Just a name, email & send button. Below that my widgets are centered. The centered widgets use the “text” widget. So that was easy to center. The signup uses a widget called “Easy Sign Up”. There is no option to center the widget. Have a idea how to mod some code for centering? Just the widget entirely. I still want the fields aligned left. Meaning no centered send button.
Hi Dillon, You can achieve this very easily using the custom CSS tab in the ofolio options. Set something like this :
.easysignup.ocholabs-footer-widget{ /*—> your code here. */ }
In the “your code here.”, what do you suggest? I tried ”<center>” and it basically don’t save. I tried “margin-center;” and get no results.
Try this:
.easysignup.ocholabs-footer-widget{text-align: center; } .easysignup.ocholabs-footer-widget ul li:before{ display: none; } .easysignup.ocholabs-footer-widget ul li {border-bottom: none !important; } .easysignup.ocholabs-footer-widget ul li input{ float: float; }It centers the widget title, which is awesome, but the fields… name and email are aligned left. While the send button is centered with the fields. Getting there. I have it live, check it out.
I want the title center, the fields centered, but the send aligned left of fields not widget. Hope that makes sense.
P.S. On the theme’s custom teaks setting the word losing is spelled loosing.
Ok I see what you mean. remove all I told you to add, then add this :
.easysignup.ocholabs-footer-widget h3{ text-align: center; } div.esu-form-div {width: 150px; margin: auto; } .esu-submit {background: #952B35; color: #fff; } .esu-submit:hover {background: #6c2128; color: #fff; }
Dude, YOU ARE A GOD! That looks badass! Even the send button is maroon! Looks awesome.
Last little thing. You notice on iphone it looks perfect. On MacBook via Chrome, Safari and Firefox it has a row of dots at the bottom of the widget. What causes that? You can barely see them. If you however place the widget in the sidebar they disappear.
Thanks again. PURE AWESOME!
Hey, just add this to correct it:
.easysignup.ocholabs-footer-widget ul li:before {display: none; } .easysignup.ocholabs-footer-widget ul li {border: none;}
Cheers. Nice website
New topic. Visit www.DillonStienike.com and view the source code. You’ll notice in line 14 of code there is a meta tag for description. How do I edit that line of code? I viewed the theme demo page and that line reads…
<meta name=”description” content=” | Wedding Photograph” /> <meta name=”author” content=””>
If you scroll down to line 65 of code on my site, I have a plugin called Meta Tag Manager 1.2 which allow me to add a meta tag. I’m worried two description meta tags are gonna battle for position or search engines will flag that. What should I do?
If I can eliminate the extra plugin that would be great.
Hi Dillon,
I don’t know that plugin sorry.Howerver, you can edit header.php and remove line 36 :
<meta name="description" content="<?php wp_title(''); echo ' | '; bloginfo( 'description' ); ?>" /> <meta name="author" content="">Btw, You should apply the last CSS I sent you for the email widget it will be nicer !
I applied it and the dots still remained.
header.php, will do.
Removing line 36 worked great. On future websites I create no matter the theme I’ll just edit the header. As far as that last bit of CSS, the dote remain so I’m not sure why. Like I said it’s weird if I move it to the side bar the dots automatically disappear.
Hi Dillon,
the dotted line is for footer lists.
add this to the custom CSS and it will remove the dotted line from your footer signup widget, as it will remove the squared red bullet before the fields.
.easysignup.ocholabs-footer-widget ul li:before {display: none; } .easysignup.ocholabs-footer-widget ul li {border: none !important;}I’ve tested it so it works. —> see it there: http://imageshack.us/photo/my-images/534/screenshot2013032417471.png/Cheers.
Excellent, thanks! I’ll rate you five star.
Thx
Where is the logo editing found?
Hi Shonz,
It’s in the create-your-logo folder. Cheers.
I too have purchased this theme and like it, did i see somewhere in this where you could send me the demo template? I love how that is set up. The red over the menu the fonts, the layout everything. If this is possible please email me thank you
Hi Shonz, The demo has the default config, so installing a new theme should look like the same! Cheers.
Hi! I like your template but before I buy I was wondering if I can have videos in the slideshow in the home page? Thanks!
Hi, it is not possible but with some extra codings it can be.
Have a question about the “ocholabs flexslider”. Is there a way to remove the zoom lightbox feature. My images are exactly the same size if you click the zoom icon. Don’t really need it.
Hi Dillon,
Sorry I was in hollidays. You can add a custom CSS for that :
.slides li .post-action, .slides li .post-type {display: none !important; }Thanks dude! We all need holidays ha ha!
Hello, Very nice theme. What would the css be to take off the titles of the pages on top?
Thanks
Hi Jenny. Thanks for purchasing oFolio. If you mean “removing” the title, you can achieve it by setting a custom field with “notitle” as the name and set any value (except a blank value). Then save the page.
If it’s not clear please red the doc, point G.
Regards.
Thanks
Sorry, Also what is the preferred sizing for the background images and the Flexslider widget?
I used to use 780×400 images for the slider and something like 1000×800 for the background. If you use smaller image (smaller than 1000px wide) for background, you’ll have to use an overlay to smooth the pixels. Cheers.
Thank you so much