@c930586 Might be that something went wrong with the compatibility process. What WP theme are you using? We have a list of around 110 “template-packed” WP themes at https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes with different instructions based on the HTML structure of each theme.
Thanks for the reply. I am using WP-ClearVideo by Solostream. It is in your list of 100, and I have followed the steps, but with minor changes:
– For example, for the footer, you say:
`
`
– But as the Solostream theme also has the following lines in the middle of the above, I have kept them. Is that correct?:
“
“
Furthermore, most of the header tags are
…
, and seem to have important stuff in the middle. I have deleted all of it, as per instructions in your reference page, but I am not sure if those parts are required or not. Could you please let me know?
Example for Groups’ Index:
`
<a class="button" href="”>
`
I made it: `
Groups Directory
`
Many thanks for your help.
== – But as the Solostream theme also has the following lines in the middle of the above, I have kept them. Is that correct?: “ ==
@c930586 You don’t need those in the BP component pages, so there’s no reason to add those.
== I made it: `
Groups Directory
` ==
It should be
`
<a class="button" href="”>
`
where you keep the link to creating Groups handy. So alternatively, it could be rendered like this:
`
<a class="button" href="”>`
up to you