https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
Following instructions in walkthrough, open up activity/index.php file in your server
At top of file, replace
`
`
with
`
`
At the bottom of the same file, replace
`
`
with
`
`
Save file and then open up the next 12 files per walkthrough and do the same. Upload the revised folders/files to your active WP theme folder in server. Clear cache. Check layout.
Thanks for the reply, but that didn’t work. It’s still the same issue.
http://seventhstyle.com, I have Buddypress deactivated now because I don’t want it to show the broken pages.
I set up a replica here: http://a.seventhstyle.com/wordpress/members/admin/activity/just-me/
It has the same exact issues.
Ok, revised code posted above. Needed to hard-code the div and classes generated by your theme which didn’t recognize BP template pages.
It’s perfect! Thank you so much for the assistance.
You’re welcome. That was the easy part
Onwards and upwards!