ThemeForest

Aboard | Responsive Premium Portfolio Theme

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

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.

ThemeBeans

Hey Toolhead. Check out this screencast by our friends: http://www.screenr.com/gHxs

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

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

ThemeBeans

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.

Default-user
Opleads Purchased

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

ThemeBeans

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.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
nktoro Purchased

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/

ThemeBeans

That is an odd one. Have you set featured images for those Vimeo posts?

Default-user
nktoro Purchased

Nope. Just pasted in the embed code.

Default-user
nktoro Purchased

Should I be setting featured images for them?

ThemeBeans

Yea, that would probably keep things nice and congruent with the responsiveness.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
muggz Purchased

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!

ThemeBeans

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!

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

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?!

ThemeBeans

Hey Franksnijders, sure it is! It’s just some CSS in style.css. Not a trouble at all. :)

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

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?

ThemeBeans

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.

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

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)

ThemeBeans

It’s possibly with some CSS edits yes. :)

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

Hey fellas another great theme similar question, does the portfolio page have to be used as the homepage? Can theme colours be changed etc?

ThemeBeans

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.

brunzig
brunzig Purchased

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?

brunzig
brunzig Purchased

Also it there a way I can stop the title tags on my site being displayed on the pages?

ThemeBeans

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!

brunzig
brunzig Purchased

I can’t see the filter? Is it in theme options?

brunzig
brunzig Purchased

sorry I did a find for .single-portfolio #main-container { padding-bottom: Xpx; } and i doesnt seem to show?

ThemeBeans

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.

brunzig
brunzig Purchased

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+

ThemeBeans

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?

brunzig
brunzig Purchased

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/
ThemeBeans

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?

  • Bought between 10 and 49 items
  • Germany
  • Has been a member for 2-3 years
  • Referred between 1 and 9 users
tobi_as Purchased

Hello Theme Beans,

may I ask you to give me a reply for my question inside your forum: http://goo.gl/8jQ4T Many Thanks!

ThemeBeans

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!

ThemeBeans

Gotcha, let us know if it works out for you!

  • Bought between 10 and 49 items
  • Germany
  • Has been a member for 2-3 years
  • Referred between 1 and 9 users
tobi_as Purchased

WOW! That was easy. Indeed, that worked, thanks! Much appreciated.

ThemeBeans

Awesome!

We’d super appreciate a theme rating here on ThemeForest if you have a split sec!

tobi_as
tobi_as Purchased

Yes for sure, already done my five star rating :-)

ThemeBeans

Awh, thanks! You literally just made my evening :)

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United Kingdom
brunzig Purchased

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.

ThemeBeans

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 )

brunzig
brunzig Purchased

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/

ThemeBeans

That’s pretty simple too. Look in /assets/css/framework.css line 610 (it’s currently 800px)

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

Does the newsletter widget thats built in work with mail chimp? if show how do i get it to link up?

ThemeBeans

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

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

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

ThemeBeans

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

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

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.

ThemeBeans

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

Default-user

Many thanks for the quick response. I followed your guidance and confirmed the responsiveness on the iPhone is impressive…so I bought the theme!

ThemeBeans

Awesome!

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

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.

ThemeBeans

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!

by
by
by
by
by