ThemeForest

Barely Corporate Responsive WordPress Theme

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

Are you using TimThumb ? I have to know this because my host doesnt support it, thanks !

6 days ago
Author
ThemeBlvd ThemeBlvd replied

Nope I definitely do not use timthumb. The theme uses WordPress built-in image cropping only.

6 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
brdwlk says
Purchased

I’m not sure what I did wrong, but I’m getting the following error message now:

“Framework location not defined in functions.php”

Here’s the sequence of events:

I was trying to add a custom script to the child funtion.php, but I added to the parent by mistake. This broke the theme. I then went in and deleted the script that was added thinking this would fix things, but it caused a “500 error”. Finally, in a panic, I tried to reupload the original function.php file, resulting in the above message.

Is there any hope for my site?

5 days ago
Author
ThemeBlvd ThemeBlvd replied

[removed]

5 days ago
Author
ThemeBlvd ThemeBlvd replied

You say you uploaded the “original” functions.php of the theme? But how did you go about getting that? Did you download the theme again from your ThemeForest downloads page?

What it sounds like to me is you were using a Barely Corporate 3.0. Then you uploaded the functions.php file for Barely Corporate 3.1 (which is currently available on ThemeForest) and now it’s obviously broken your site because the last update incorporates a slightly modified file structure.

So, what you need to do is update the entire theme, not just functions.php. Does that make sense?

5 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
brdwlk says
Purchased

That’s right I redownloaded the theme files again and used FTP to push the function.php file.

And your suggestion makes total sense. I actually couldn’t stand having my site down any longer, so I reinstalled the whole theme right before you responded, and all is right with the world again!

thanks for your quick response sir. :-)

5 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
Shingletown says
Purchased

Do you happen to know if installing an SSL certificate on your this theme would require any special attention to your template files? Since the site will be live i am starting to panic on troubleshooting the unknown during this ssl changeover on the domain name. any standard practices i should be aware of pertaining to your theme?

4 days ago
Author
ThemeBlvd ThemeBlvd replied

Hello,

No I’m not aware of an issues with SSL . I don’t manually use “http://” or “https://” anywhere in the theme files. So when theme files or elements get included, it’s always going to match whatever you’ve setup for your site.

4 days ago
Purchased
Default-user Shingletown replied

Oh thanks so much for your SUPER SPEEDY reply! cant express how amazing the theme blvd setup is!

4 days ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
  • Canada
webowner001 says
Purchased

Hi Jason,

So excited to update and use your latest version of Barely Corporate. I note you have the latest version available May 12 – but cannot find a change log list. Can you please update to let us know what changes you made?

Was it to the latest framework?

Best regards.

3 days ago
Author
ThemeBlvd ThemeBlvd replied

Minor updates have been made. As always, you can see the live changelog here:

http://www.themeblvd.com/changelog/?theme=barelycorporate

This is also what’s linked to at the bottom of your Theme Options page that you can view any time and what is explained at the start of this video: https://vimeo.com/41533135

3 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
armerry says
Purchased

I am trying to add short codes like:

info will be wrapped in an info box.[/box]

and

[icon_list style=”check”]
  • List item 1
  • List item 2
  • List item 3
[/icon_list]

and some basic html into the text widget that is placed in a sidebar but this does not seem to work.

Is this possible – if not it would be nice to be able to add any content possible in a page to a sidebar text widget.

Thanks Tony

3 days ago
Author
ThemeBlvd ThemeBlvd replied

WordPress does not execute shortcodes in widgets. This is functionality you would need to add from your Child theme’s functions.php if you like.

add_filter('widget_text', 'do_shortcode');
http://digwp.com/2010/03/shortcodes-in-widgets/
3 days ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
ohsusannah says
Purchased

Can you point me to code line for making background white, rather than grey? Possible?

3 days ago
Author
ThemeBlvd ThemeBlvd replied

For CSS changes, it’s a good idea to use a tool like firebug or Google Chrome’s built-in developer tools to locate them and then put the edits either in your child theme or in the “Custom CSS ” option on your theme options page.

Also, here’s a helpful tutorial on how to use Firebug – http://vimeo.com/20917974. The only thing I’d suggest not doing is actually making edits to the theme’s CSS files, as it shows at the end of that video. However, the video serves as a good introduction to Firebug and how it can be used to find what CSS is effecting certain areas of your site without ever digging around in any files.

#featured {background:#fff;}
#main {background: #fff;}
3 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
11digitLabs says
Purchased

Hello Jason. My question is related to multilingualism

In the layout builder, I can have let’s say columns, or a slogan. This text/html that I will add in the fields, is it foreseen to be translated in several languages?

Also, I cannot find somewhere, how to change the menu to a dropdown when in mobile resolution (like in the demo). In my case it just dissapears. Any guide or a how to on that?

Thanks a lot

2 days ago
Author
ThemeBlvd ThemeBlvd replied
In the layout builder, I can have let’s say columns, or a slogan. This text/html that I will add in the fields, is it foreseen to be translated in several languages?

There’s not going to be any way to accomplish this that I’m aware. You’d need to create different layouts assigned to different pages.

But I am working on a plugin to make the theme compatible with WPML plugin. The way it will work is you’ll be able to create different custom layouts for different languages.

http://picturestack.com/645/283/EKSScreenShotE4T.png

You can see my plugins as they get released here: http://wordpress.org/extend/plugins/tags/themeblvd

Also, I cannot find somewhere, how to change the menu to a dropdown when in mobile resolution (like in the demo). In my case it just dissapears. Any guide or a how to on that?

Right now you just have default fallback function of the main menu listing out your pages, but you haven’t actually create a custom menu yet. You need to go to Appearance > Menus and create one.

Here’s a video on that: http://www.jasonbobich.com/wordpress/wordpress-3-menus/

2 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
tswedberg says
Purchased

I really like this theme. I watched the video on how to create a custom menu (thanks!). However, in the default menu, there was a cute house icon for home that disappeared when I made my custom one. I would like to use that instead of “HOME”. How do I enable the house icon?

http://www.tamaraswedberg.com/

Tamara

2 days ago
Author
ThemeBlvd ThemeBlvd replied

Hello Tamara,

This answer is from another theme, but the process is the same. Checkout the first question of the FAQ here:

http://themeforest.net/item/swagger-responsive-wordpress-theme/faq/930581
2 days ago
Purchased
Default-user tswedberg replied

Got it – thanks for the quick reply!

2 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
armerry says
Purchased

Post List and Post List Slider

There is an option – Show full/excerpt – the show full works fine with html formatting. The excerpt option seems to take the first xxx characters that it finds and displays them as a string.

Is there a way of either specifying or controlling the excerpt content of a post?

The only thing I can come up with is to make sure the first characters in the post serve both display types.

Thanks Tony

PS Your speedy response to messages and questions is appreciated.

1 day ago
Author
ThemeBlvd ThemeBlvd replied

Hello Tony,

The functionality of an excerpt and the functionality of showing the full content is nothing unique to this theme other than the fact that I give you a choice of which one you’d like to use, where most other themes give you one or the other.

You can write a custom excerpt for your post when editing a post by writing it into the “Excerpt” meta box. If you do not see this, it means you have it hidden. —Go to “Screen Options” tab at the top right corner of the screen, and check the box next to “Excerpt”.

If you do not write in a custom excerpt, WordPress will take the first 55 words from your post with no HTML included. If you put in a custom excerpt, you can use HTML .

17 hours ago
Purchased
Default-user armerry replied

Thanks for this – I had not seen the screen options tab and as excerpt was disabled, did not see the data field.

This is exactly what I was looking for!

Thanks – I wonder what other little gems I will find!

11 hours ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
DanielHogan91 says
Purchased

Hi ThemeBlvd,

Could you tell me how to resize the sidebars and blocks.

I’m using Barely Corporate theme on Wordpress version 3.3.2.

Thanks and best regards,

9 hours ago
Author
ThemeBlvd ThemeBlvd replied

Hello,

You can view how the theme sets up sidebar layouts and its grid system towards the top of this file:

/framework/frontend/assets/css/themeblvd.css

For CSS changes, it’s a good idea to use a tool like firebug or Google Chrome’s built-in developer tools to locate them and then put the edits either in your child theme or in the “Custom CSS ” option on your theme options page.

Also, here’s a helpful tutorial on how to use Firebug – http://vimeo.com/20917974. The only thing I’d suggest not doing is actually making edits to the theme’s CSS files, as it shows at the end of that video. However, the video serves as a good introduction to Firebug and how it can be used to find what CSS is effecting certain areas of your site without ever digging around in any files.

1 hour ago
by
by
by
by
by