ThemeBeans
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 0-1 years
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
- United States
128
Purchases
Buyer Rating:
4.61 stars
4.61 average based on 23 ratings.
-
5 Star
1878%
-
4 Star
313%
-
3 Star
00%
-
2 Star
28%
-
1 Star
00%
| Created | 17 December 12 |
| Last Update | 3 May 13 |
| Columns | 1 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3 |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- agency
- blog
- bold
- business
- clean
- corporate
- creative
- freelancer
- gallery
- modern
- photography
- portfolio
- post formats
- simple
- themebeans
© All Rights Reserved ThemeBeans -
Contact Envato Support


Hi,
I´v already purchased the theme and it´s great. But i´ve problems to log in in the support forum (don´t know were the purchase code is). Please contact me as quick as you can. Thanks.
Hey Toolhead. Check out this screencast by our friends: http://www.screenr.com/gHxs
Question: How could I change the Navigation Background from a simple color to an image file? In other words, my logo is 110 px high but rather than having the navigation area filled in one color, I want to fill the top 49px in one color and leave the rest another color (61px white).
Would this be able by crating an image file and then use css to fill the navigation area? How would this work with the responsive theme options? Thank you
Hey Opleads. You can use an image for the background of the #top-header ID (in style.css), or you can try to implement an inset drop shadow creatively to see if you can achieve your desired effect.
For the responsiveness, you’ll want to apply another image, that best fits a mobile view, to make sure it’s not over or under lapping.
Thanks for getting back to me. I have one last question: How can I get rid of the entry-title and subheader on the portfolio page. I wanted to create a separate portfolio page called portfolio-home, but I am not sure which line calls those two functions in the content-header.php file? Thanks
The portfolio page (home in the demo) falls under the else statement at the end of the content-header.php. You can apply a display none, targeting those elements on the portfolio template, or add a template conditional statement to the content-header probably.
Hi, I’m having a problem with video portfolio posts. I’m using Vimeo and the thumbnail the embed code generates is causing something wonky to happen with the general portfolio layout. Would you mind taking a look? This may be something really simple – apologies if it is and I’m not realizing it! http://www.umsummit2013.com/gallery/
That is an odd one. Have you set featured images for those Vimeo posts?
Nope. Just pasted in the embed code.
Should I be setting featured images for them?
Yea, that would probably keep things nice and congruent with the responsiveness.
Hi there,
I’ve uploaded the logo but it’s really really small, it should be 450px wide, any ideas?
http://somedigitalthinking.com/Also is there anyway to give the right sidebar more breathing room between it and the post content? It’s a bit close and feels like it needs more white space
Cheers!
For a logo that size, you probably would want to adjust the column structure of the header (it’s easier than it sounds).
1. Located at: /header.php (line 124), adjust the “three-columns” class to “four-columns” (or five).
2. Located at: /header.php (line 142), adjust the “nine-columns” class to “eight-columns” (or seven).
Keep in mind, these need to equal twelve – per the responsive nature of the theme.
As for your second question.. Yup, there’s a way. Simply add these two lines of code to your style.css (or the custom CSS editor in the Theme Options Panel):
.page-template-page-sidebar-right-php #main {padding-right: 50px} .page-template-page-sidebar-left-php #main {padding-left: 50px}You can adjust the padding however you’d like, these are just for reference.
Hope this helps!
Really loving this theme, but I was wondering if it is possible to easily change the font-family of the paragraphs and the headers. Can you tell me if that’s possible?!
Hey Franksnijders, sure it is! It’s just some CSS in style.css. Not a trouble at all.
Love this theme! I’m looking forward to seeing what else you guys come up with! Quick question, is it possible/relatively easy to resize the grid on this to be 960? Will it break anything?
Glad you like it! Yep, the grid width can be expanded as well, it’s just one line of CSS in /assets/css/framework.css (.row). You will probably have to go in and make sure the little things still align properly though.
Thanks for your quick reply. One more question, can the portfolio thumbnails grid be easily modified to use 3 columns instead of 2? Thanks for your time!
(btw above is duplicate comment, sorry)
It’s possibly with some CSS edits yes.
Hey fellas another great theme similar question, does the portfolio page have to be used as the homepage? Can theme colours be changed etc?
Nope, you can have any page set up as your home page. It’s very flexible in that sense. There is a color picker in the Theme Options for the accent color, among a few others.
purchased!! I have two questions. On the portfolio page how can I get the filter to show?
2. on an individual portfolio item I have social share buttons but the bottom of the buttons is being cut how can I add more padding?
Also it there a way I can stop the title tags on my site being displayed on the pages?
Nice! The filter is turned on via the template settings in the template itself – top right side. If you want to add more padding to the bottom of the portfolio page, you’ll need to add / adjust the padding on this style: .single-portfolio #main-container { padding-bottom: Xpx; }
Are you meaning to hide the page titles? If so you could use the same technique to hide it on the pages: .page-template #page-header h1 { display:none; }
Cheers!
I can’t see the filter? Is it in theme options?
sorry I did a find for .single-portfolio #main-container { padding-bottom: Xpx; } and i doesnt seem to show?
When you employ the portfolio template, the Template Settings box will appear at the top right (Screenshot: http://thmbns.co/OCB4). You can enable the filter here (as well as the number of portfolio items you want displayed on each page.
You will have to add that class to the style.css (or the custom CSS editor in the Theme Options Panel) in order to target just the portfolio’s padding.
Hey guys sorrys about this, I read on page 3 we can add more share buttons. I can do this by adding
<?php do_action(‘radium_twitter_share_button_text’); ?>
But how can I get the text on the button to say Google+ or Share on digg for example?
The buttons goes to google+ but I cant figure out how to change the tweet me text on the button. I have also changed and styled the button for Google+
Mind posting a link to the page you have them on and I’ll take a look? How did you add your custom buttons – straight HTML / JS that they provided?
I copied the twitter section in the single.php changed the URL to link to Google+ and then copied the twitter BTN in the style sheet changed it the Google-BTN and renamed in the single.php to Google. Link is here:
http://www.9designstreet.com/deal-of-the-week-the-cross-browser-handbook-only-14/Ohh that’s nice what you’ve done!
The twitter text is actually input via your Theme Options Panel, in the Social Sharing tab. Is that what you were originally asking?
Hello Theme Beans,
may I ask you to give me a reply for my question inside your forum: http://goo.gl/8jQ4T Many Thanks!
Hey Tobias, we typically catch these from Monday – Friday (though we snag a couple sometimes on the weekend. I’ll take a look either later this evening after chow or tomorrow for you! Cheers!
Gotcha, let us know if it works out for you!
WOW! That was easy. Indeed, that worked, thanks! Much appreciated.
Awesome!
We’d super appreciate a theme rating here on ThemeForest if you have a split sec!
Yes for sure, already done my five star rating
Awh, thanks! You literally just made my evening
Hi Guys one last thing I promise, on your blog page you only display 3 posts on each page, how can I do that? My blog currently displays all posts.
In your WordPress Dashboard, look in the sidebar for the “Settings > Reading” tab and set the number of posts you want on each page there (Screenshot: http://thmbns.co/OOoq )
Sorry, also how can I make the site column wide wider? What I mean is how can I widen the whole website? So it looks a similar width to http://www.zeldman.com/
That’s pretty simple too. Look in /assets/css/framework.css line 610 (it’s currently 800px)
Does the newsletter widget thats built in work with mail chimp? if show how do i get it to link up?
Hey, yup it does. You just need to get your subscribe code from within MailChimp (When you’re building a new form, they give you the link).
Sorry for another question.
When I’m trying to upload my images in the single post (portfolio) slide show. Is the limit three images for that?
For some reason my forth isn’t uploading into the slideshow.
This theme is awesome
No there’s not a limit inspired by the theme. Would you mind sending us some credentials and we’ll take a look this afternoon for you?
Rich Bean Support Team
Hello,
I’m considering the purchase of your theme, but when I view on my iPhone 5, it does not display native to the device (as shown in the screenshot grouping on the main Themeforest page. I can view the site, but to navigate I need to zoom in, select the link, etc.
Hey Consortium, head to http://www.demo.themebeans.com/aboard (or close the theme loader up top).
The theme loader/switcher prevents the demo from loading correctly on mobile devices but the URL I posted up there will.
Cheers! Rich
Many thanks for the quick response. I followed your guidance and confirmed the responsiveness on the iPhone is impressive…so I bought the theme!
Awesome!
One follow up question: I changed the Navigation Background in Theme Options from black to white (#FFFFFF) which is what I need in relation to my logo. Problem is, the top nav bar text is white when on the page. I set the contrast color to a light grey, which is perfect…except when actually on the page. Is there a way to change the nav bar font color to when on that page to something other than white?
http://69.89.31.188/~amimiami/Any help would be appreciated.
Yup, you’ll want to change these here (you can add them to the Custom CSS input via the Theme Options Panel or edit the style.css stylesheet):
.main_menu .radium_mega a:hover { border-bottom: 8px solid #3FB5E4; color: #FFF; }
.main_menu .radium_mega > .current-menu-item > a { padding-bottom: 10px; border-bottom: 8px solid #3FB5E4; color: #FFF; }
Change the “color: #FFF;” to whatever you’d like. These are on lines 511 & 559.
Cheers!