Buddypress only recognizes a sidebar on its pages (activity, register etc) if sidebar on pages is set in sidebar settings theme options. I would like to assign a sidebar when editing the page. Thoughts?
Thank you
Hi!
Try creating the needed template files in your child theme directory, refer to this on which filenames to use:
https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
You can use the Enfold’s page.php template as a model, modify the get_sidebar() part to get the desired sidebar you want for the BP pages.
Cheers!
Josue