ThemeForest

O'Folio - Wordpress Responsive Portfolio

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
bradlow Purchased

How do I fix this? The “follow” bar on the right hand side is clogged up for some reason?

http://oi49.tinypic.com/2n83s7r.jpg
ocholabs

Hi Bradlow,

Can you please send me the URL in private? I need to check what’s wrong. Thanks.

  • Bought between 50 and 99 items
  • Has been a member for 1-2 years

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

  • Bought between 50 and 99 items
  • Has been a member for 1-2 years

Its okay got it working

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

How do you get rid of the “Leave a reply” area?

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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!

ocholabs

;-) Sorry for not answering earlier!

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.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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.

ocholabs

Hi, just add 3 widgets ;-)

Diabolical-Dillon

Thanks man, LOL! That was easy.

  • United States
  • Exclusive Author
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items

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.

ocholabs

Hi Jonathan, check the doc: E: widgets / 2) Flexslider. Need any further help feel free to contact me by email.

Regards.

  • Bought between 50 and 99 items
  • Has been a member for 2-3 years

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!

ocholabs

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.

Default-user

how can i send you a private message?

ocholabs

Use the form on this page : http://themeforest.net/user/ocholabs

  • Has been a member for 0-1 years

Hi!

Nice theme!

Is your theme compatible with other WP plugins (qTranslate, other forms…)?

Thank you!

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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.

ocholabs

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. */ }

Diabolical-Dillon

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.

ocholabs

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; }
Diabolical-Dillon

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.

ocholabs

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; }

Diabolical-Dillon

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!

ocholabs

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 ;-)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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.

ocholabs

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 ! ;-)

Diabolical-Dillon

I applied it and the dots still remained.

Diabolical-Dillon

header.php, will do.

Diabolical-Dillon

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.

ocholabs

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.

Diabolical-Dillon

Excellent, thanks! I’ll rate you five star.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
shonz43 Purchased

Where is the logo editing found?

ocholabs

Hi Shonz,

It’s in the create-your-logo folder. Cheers.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
shonz43 Purchased

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

ocholabs

Hi Shonz, The demo has the default config, so installing a new theme should look like the same! Cheers.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

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!

ocholabs

Hi, it is not possible but with some extra codings it can be.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

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.

ocholabs

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; }
Diabolical-Dillon

Thanks dude! We all need holidays ha ha!

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
jennymess Purchased

Hello, Very nice theme. What would the css be to take off the titles of the pages on top?

Thanks

ocholabs

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.

Default-user
jennymess Purchased

Thanks :)

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
jennymess Purchased

Sorry, Also what is the preferred sizing for the background images and the Flexslider widget?

ocholabs

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.

Default-user
jennymess Purchased

Thank you so much

by
by
by
by
by