Calling in feature image into single post

Guys

Just wondering if there was a way to call in a featured image into a single post without adding a image module, then looking for the correct image again via the media library. At the moment the client creates a new post, titles post and adds content via wp editor relevant featured image in the backend.

Here’s a link to a screen grab with a few other custom items I would like to achieve with standard post type: https://www.dropbox.com/s/eq7xmc7b5bki9za/beaver%20single%20post%20styling.png?dl=0

I can remove meta data with the following custom css:
article .fl-post-meta {
display: none!important;
}

however, I was wondering if there was a way to reposition etc the standard meta data within the post as shown.

Thanks again

Darron

Hey Darron,

You can enable the Featured Image section under Theme Customizer > Content > Post Layout and that should show the image on the single post page. There are also other elements there you can hide.

If you want to modify positioning of those elements, you’re gonna want to play around with the content-single.php file on a child theme. Sorry I don’t have a better answer for you.

Ben

Hey Ben,

Fantastic!!!
I keep forgetting about the customiser and try and do everything through the module settings :frowning:

BB has some mighty power under the hood - I’m truly blown away be the ability to adapt the base theme etc!

On a similar note, any chance you could confirm why both my main header menu and sticky menu logo (image) and text set to align right are so far ‘inside’ the page grid? Best page to see what I mean is here: http://visitscotland.users40.interdns.co.uk/journal/

Thanks again Ben :slight_smile:

Hey Darron,

That’s because the width of your content is simply wider than the width of the header/footer. Unfortunately, there’s no such setting for the latter. You can use the CSS snippet below though to make them even.

@media (min-width: 1200px) {
  body.fl-full-width .container {
    width: 1140px;
  }
}

Let us know how it goes!

Ben

Hey Ben,

Thanks so much for the code - works perfectly - slowly getting there testing the BB elements for this test site - on this page: http://visitscotland.users40.interdns.co.uk/features/
is it possible to have a background top row image have a parallax effect? Managed to add alternative menu to home page as well :slight_smile:

Take care

Darron

Hey Darron,

You should be able to set the row background as Parallax then add the image there. Does that not work for you?

Ben

Hey Ben,

I really need to start a: using my eyes! b: explore BB more closely.

That solved the issue - seek and I shall find :slight_smile:

While I have your ear - on the same page: http://visitscotland.users40.interdns.co.uk/features/ if you scroll sown you’ll see I have a three column layout with from left to right - profile pic, bio and social sharing icons and the new number counter widget. The problem I seem to have is although the column is set to show same height when I alter browser window nothing seems to be behaving responsively - wonder if you had any advice

Thanks again - hope all is well

Darron

Hey Darron,

I checked the site and it seems the columns actually have the same height, just that your content aren’t centered vertically. You can assign a background color for each column to show its height and you’ll see what I mean.

The guys are currently fixing bugs and adding more settings/functions to the beta release. Vertically centering the content on an Equal Height column has already been discussed/suggested so they might add this soon. You can check the link below for more info. :slight_smile:
http://forum.wpbeaverbuilder.com/support/q/beta-test-version-1-6-4-of-the-beaver-builder-plugin/

Ben

Many thanks again Ben - it might well be a bug - as added colours as suggested but not too sure what is happening: http://visitscotland.users40.interdns.co.uk/features/

will hold off until end of beta

Thanks again :slight_smile:

Hey Darron,

Add the background color to the 3 columns. :slight_smile: It should work even in beta. I can see you’re still playing around with the page though but yes, it’s probably best to wait for the stable version. :slight_smile:

Ben

Hey Ben, thanks again for all your help - just rolled back to last stable release for now as just testing with BB.

Hope your day has been a bit less manic than over the weekend :slight_smile:

Darron

No worries! Not at all, not even during the weekend! :slight_smile: Have fun with BB! :slight_smile:

Ben

Will do - will mark post resolved :slight_smile: