Site: http://davidnjohnson.com/forums/
If you look at the header on any other page you will see what I’m referring to. Also, the page itself is all jacked up. It should be full width like that.
I appreciate the help.
Site: http://davidnjohnson.com/forums/
If you look at the header on any other page you will see what I’m referring to. Also, the page itself is all jacked up. It should be full width like that.
I appreciate the help.
Hey Dave,
Can you share where you added the shortcode to call the global stuff? Also, are you using a separate template for the BBpress archive page or are you using the default template?
Ben
I added it to the functions.php file
I followed Danny’s suggestions in this post: http://forum.wpbeaverbuilder.com/support/q/replace-head-footer-with-saved-global-rows/
Hi David,
Can you share what you have added to your functions.php file, please? So we can take a closer look and test on my end.
Thanks,
Danny
I sure can
// Adds my global header module my header
add_action('fl_before_header', 'my_global_header');
function my_global_header(){
echo do_shortcode('[fl_builder_insert_layout slug="my-global-header"]');
};
Hi David,
I am getting the same on my end and I am not entirely sure why this is happening. I am going to speak to our developers and see if they can enlighten me.
As soon as I have more information, I will reply here.
Thanks,
Danny
I appreciate that Danny, thank you.
Hi David,
I’ve spoken to our developers and they have informed this may be a potential bug. So it is now in our tracker for further investigation.
However, our developers are ninja’s when it comes bugs, so although I can’t give an ETA, this should be fixed quite quickly.
Also, I apologise for any inconvenience this may cause.
Thanks,
Danny
I’m not in too big a hurry, I’m in the process of building that part of my membership site out so it’s not ready for prime time just yet. Thank you for the help, Danny.
No problem, David. Happy to help!
Thanks,
Danny
Looks like the header isn’t jumbled anymore but for some reason, it’s showing full width. It’s not the header I’m talking about but the actual body of the page. Any ideas?
Hey David,
I just checked the forums page as well as your homepage and the headers look the same? Can you take a screenshot of the issue on your end and post it here as a reply so we can check?
Ben
As I mentioned in my reply the header looks fine, it’s the body that is showing full width. When I first go to the forum page it’s as it should be but when the page finishes loading it goes full width. I’m not an expert at CSS but I was able to reduce the width from over 2k to 1100 as it should be but then I’m having a hard time centering it. When I change the width it aligns the whole page to the left.
Okay, so this looks fine: http://davidnjohnson.com/forums/
But when you click on a forum you get this:

As you can see it’s showing full width for some reason. Oh and the profile page does the same thing.
Hi David,
As far as I am aware this was supposed to of been fixed in 1.7.4. Therefore, can try clearing BB cache and see if this makes any difference. In the meantime, I will get bbPress setup on one of my test sites again and see if I can recreate the issue.
Are you still adding your shortcode via the action hook?
Thanks,
Danny