@hedak You will only need to create two new files, header-buddypress.php and sidebar-buddypress.php
If you’ve revised any of the BP template files transferred to your mystique theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your mystique theme folder in server – /activity, /blogs, /forums, /members, /groups, /register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.
A. COPY your theme’s header.php and Save As > header-buddypress.php
Open up header-buddypress.php and at the BOTTOM of the file, below other code contained within, add this:
<div id="mask-3" class="clear-block">
<div id="mask-2">
<div id="mask-1">
<div id="primary-content">
<div id="post-" >
<div class="clear-block">
Save file.
B. COPY your theme’s sidebar.php and Save As > sidebar-buddypress.php
Open up sidebar-buddypress.php
Add the following code at the TOP, above original sidebar code:
``
Add the following code at the BOTTOM, below all other code:
``
Save file.
C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/mystique/ in the same directory where your regular header.php and sidebar.php files are
D. Final note: Copy the style modifications for some BP elements https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste those at the bottom of your theme’s stylesheet, then adjust to taste.
Thanks for replies!
I’ll try it!
@mercime
Is it header.php in templates directory?
@hedak – copy header.php and sidebar.php of mystique theme and Save As > … respective directions posted above.
@hedak @mercime
Did this end well? Are we talking about Mystique version 3+ or the 2.something version?
With these instructions i get eg: domain.com/register full load of theme but empty page/post page or domain.com/index.php/register stripped CSS version but registration of BP appears
(checked nginx rules, also default BP theme works like a charm)
@ploupas On the theme end, Mystique is version 2.5.7 in the WP theme repo. https://wordpress.org/extend/themes/mystique. Based on scan of its current page.php, my instructions above still hold.
@mercime
Your instructions are valid for Mystique 3.1 too :thumbsup:
@ploupas cool. Thanks for letting us know