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.
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.
Fantastic!!!
I keep forgetting about the customiser and try and do everything through the module settings
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/
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.
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
I really need to start a: using my eyes! b: explore BB more closely.
That solved the issue - seek and I shall find
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
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.
Add the background color to the 3 columns. 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.