Are you using TimThumb ? I have to know this because my host doesnt support it, thanks !
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?
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?
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. 
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?
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.
Minor updates have been made. As always, you can see the live changelog here:
http://www.themeblvd.com/changelog/?theme=barelycorporateThis 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
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
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
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/
Can you point me to code line for making background white, rather than grey? Possible?
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;}
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
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.pngYou 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/
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
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/930581Post 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.
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 .
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,
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.


951 Purchases
611 Comments