@kooba initial scan looks like you only need to create two files to fix alignment of BP template files with your WP theme. Open up your theme’s header.php, copy all code, paste code in pastebin.com, click submit, and post the generated URI here. Do the same for your theme’s page.php, index.php, sidebar.php and footer.php files.
@mercime Thanks for reply, I’ll do it in a minute
@kooba Confirmed that based on the HTML structure of your theme, you will be only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make the BP templates compatible with your theme.
If you’ve revised any of the BP template files transferred to your basic theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your basic 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.
@mercime Thank You very much for your help, I’m going to check it straight away and let You know if it worked out…
@mercime ok, done…but I must have done it wrong as it is not working ;/ can You take a look please?
I’ve gone trough all the steps once again and it worked out Thank You very much….btw, can You recommend any website with tutorial videos on configuring/using buddypress??
@mercime: It’s all much better now, but there’re still some elements of bp sites that are not in right place:
http://fachowabudowa.pl/activity/
http://fachowabudowa.pl/members/
http://fachowabudowa.pl/groups/
Would you please take a look at it and help me to fix it?? I’m rather a rookie in all this coding stuff…
Will be truly grateful for your support…thx
ohhh, you need to be logged in to actually see some of the elements disordered,
please log in using those:
username:budowlaniec
password:testing1
and than check the pages in the links above…
THX
ok, I managed to fix it, so proud of myself however If You could take a look at it anyway and maybe suggest some changes, i’d appreciate it…. I’m sure You could make it even nicer….
== ok, I managed to fix it, so proud of myself ==
@kooba and you should be proud of yourself for doing a good job
== maybe suggest some changes, i’d appreciate it…. I’m sure You could make it even nicer ==
Flattery will get you everywhere Kidding aside, you should copy over the style changes I mentioned in (D) above to fix the alignment of the other elements as well as remove the list background in the BP template files.
@mercime: Thank You Can You tell me what do You mean by ==remove the list background in the BP template files== ?? How to do it??
@kooba ==remove the list background in the BP template files== ?? How to do it??
I mean removing the small circular images with arrows within, the default style of your theme’s unordered lists. In link D above, copy the styles and then paste it at the bottom of your theme’s style.css file.
Hi, I’ve got another problem… I cant make the content I write in activity stream published… when I press enter it goes to another line and there is no “publish button” I could use… I also would like activity stream field get bigger while writing to make all content visible….
Please log in on my website using login and password I’ve given above and take a look
http://fachowabudowa.pl/activity/
THX
The default BuddyPress theme there is a folder called buddypress/_inc/
This folder includes a file called global.js. That file controls the appearance of the post submission button. I checked and it doesn’t appear that your theme has that js file. I haven’t done much work with the template pack so can’t say whether or not it has this, but the missing js is why it isn’t loading.
You could get around this by adding the following to the bottom of your theme’s CSS:
`#whats-new-options { height: 40px; }`
Hope that helps!
Thanks for reply James, I’m using Basic Theme from Elegant Themes, I added buddypress by BP Template Pack.
Unfortunately the code You’ve given above didn’t help. Any other Ideas??