Replace head & footer with saved global rows

Yes its showing. So that code is correct?

I don’t think I’ll be trying this again anytime soon!

Thanks for all your help :slight_smile:

Hi Susanna,

hehe, yeah the code you posted above and what is in your file is correct. :smiley:

Thanks,
Danny

Danny, I followed this and it works just fine but for some reason now on the blogs posts (not the archive) the title of my posts are missing.

http://davidnjohnson.com/branding/a-new-trust-equation-for-2016/

Do you know why that would be?

Hey David,

This is actually a problem that occurs when loading a template that is hiding its page title. When the template is loaded, its assets(CSS/JS) get loaded as well and since the page and post titles have the same class name, both of them get affected. Check the thread below for more info.
http://forum.wpbeaverbuilder.com/support/q/possible-bug-with-fl_builder_insert_layout-shortcode

Do you think you can share the URL where this is happening? We could probably provide a CSS to at least show the post titles.

Ben

I sure can, here is the URL: http://davidnjohnson.com/branding/a-new-trust-equation-for-2016/

But, it’s also causing issues with the forum page (bbPress): davidnjohnson.com/forums

Hey Dave,

For the Post title issue, can you try the CSS snippet below and see if it works?

.single .fl-post-header {
  display: block;
}

Re the BB forum page issue, try the snippet below and check.

.bbpress .fl-post-header {
  display: block;
}

Ben

Thank you, works for the Post Title, but for bbPress it still looks the same.

Hey Dave,

I just checked davidnjohnson.com/forums and I can now see the title. Is that what you’re after? Or am I missing something? :slight_smile:

Ben

Yes, the title is there but if you look at the header it’s all messed up on that page as is the actual body of the page itsself.

Ah, gotcha! Sorry, but do you mind creating a new topic for this forums page issue and we’ll take it from there? This is just to prevent thread hijacking. :slight_smile:

Ben