Posts changes after update

Hi

We create our posts with the Page Builder, because we love the possibilities.
We wanted the Posts look like a normal page.

Our site contains some elements in full width.

Before last update, this also works.
Since the last update, the posts are no longer displayed in full width and the title of the post is displayed at the top, this was not before the update.

We have tried to hide the title via CSS, this enables us also not complete.
We are not good at programming.

How can we hide the title in a post?
Can Posts no longer be displayed in full-width?

Hey Silvan,

Are you using the BB theme? If so, the Posts on our theme were never full width, and they had all their titles displayed as well, as we have no option to hide the Post titles. The only way that’s possible is if you modified the theme code and/or added custom CSS.

Can you share the URL of the site in question so we can take a look?

Ben

[Content Hidden]

Hey Silvan,

Chances are, you did changes to the theme files but did it on the parent theme. So when you updated the theme, the changes were lost. That is based on the first thread you posted here in the forums.
http://forum.wpbeaverbuilder.com/support/q/post-page-single-php/

Can you use a child theme instead? You can download a pre-generated child theme on your Accounts page. You can then follow the steps below to transition to using the child theme instead of your parent theme.

  1. Export your theme's settings under Appearance > Customize > Export/Improt.
  2. Installed the child theme you just downloaded, and activated it.
  3. Import the setting on #1 under Appearance > Customize > Export/Import.

Once you’re done with the above, you can copy the page.php from your parent theme, copy it to your child theme, and rename it to single.php.

Give that a shot and let us know how it goes!

Ben

Thank you very much!
I totally forgot.
It works :slight_smile:

Awesome! And no worries at all, Silvan. :slight_smile:

Enjoy BB!

Ben