You need to install and activate BP Template Pack plugin first https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
Download the 6 BP folders transferred to your collection theme in server down to your computer hard drive. Looking at the source codes you’ve posted above, you have to use the first method – changing 16 template files inside those 6 BP folders as noted in codex link above.
Before going into this though, did you know that when viewed at wide screen, your site layout is aligned to the left i.e. not centered in screen? Also, that when your site is viewed at 1024px, the right side drops down under the main content div area?
Yes, I have bp template pack installed already and have the pages set, but the problem I am having is any changes I am making to any of the templates there is nothing changing in the source online.
I have changed the templates located in the following location:
wp-content/plugins/buddypress/bp-themes/bp-default
wp-content/plugins/bp-template-pack/templates
wp-content/themes/collection/
each on of those locations had the 6 folders “activity, blogs, forums, groups, members, and registration” in them so I changed all the divs in the indexes and still nothing has changed.
Anyone have an other ideas… I am totally lost on how or where to change the template at to fix the site.
Adam
You don’t change the files in bp-default theme nor in BP Template Pack.
You only change the 16 files within the 6 folders transferred to your WP theme, Collection, in server.
Instruction is posted at http://wp.me/p1I84P-1B
Wow, I am ever so close now I can taste it. The user information is on the top, but the body of the plugin is still under the left nav. Here is a look at what I have now. http://www.stunodracing.com/members/stunod/activity/
I could send you the ftp information if this is something you could do for me?
Thanks for your time and help,
Adam
@stunod85 congratulations. Looks like you’ve fixed it yourself
To eliminate the list styles which appear in groups, members and activity lists, you can add this to your stylesheet:
`ul.item-list li,
ul.item-list.activity-list li {
list-style: none;
}`
@mercime thanks for all your help!
You’re welcome. Marking this as resolved then
Hey there,
mercime, thanks for your inputs, it helped me a lot, however i seem to have this styling problem anyways
Tried adding
`ul.item-list li,
ul.item-list.activity-list li {
list-style: none;
}` to my style.css, black.css, blue.css files , however it didng help
Would you please help me out a bit with this one?
http://kinogrill.org/activity/
@lakhlu you have a different theme from theme-junkie, so the instructions here won’t be applicable to your theme as I see by the misalignment e.g. at http://kinogrill.org/members/gaba12/
Start a new topic and include your theme’s codes for header.php, sidebar.php, etc like stunod85 provided above.