@dsg257 by Weaver theme, are you using the free version from WP Theme Repository https://wordpress.org/extend/themes/weaver or the premium version?
its the free theme on wordpress site
Weaver 2.2.6 by Bruce Wampler
hope that is the info you are looking for
thanks
@dsg257 just confirming it’s the free version. Will take a look at it now.
EDIT- By the way, you’re using the default layout right (sidebar on the right)? I recall that it had other layout options when I was reviewing the theme.
Theme width :-1000
Theme margin:- 12
sidebar:- Default one, right side
Looking over your theme, you will need to change 16 template files within the 6 BP folders transferred to your weaver theme in server during the compatibility process.
If you’ve changed any of the BP template files in your theme folder, replace all of them by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility
Download the 6 clean BP folders to your computer hard drive. The changes we’ll be making are using the default layout (right sidebar) for the weaver theme. If you need to get the dynamic layout version, please contact the weaver theme author for assistance and point him to this post.
A. At the top of each of those 16 template files I linked to above, replace
`
`
with
`
<div id="post-” class=”post hentry”>
`
B. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
`
`
with the following for registration/register.php:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`
C. Save files. Upload 6 BP folders to your server wp-content/themes/weaver/
D. You might also want to check out the style modifications made in BP Twenty Ten for reference. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
did everything to the letter you sugested it did not work the sidebar is pushed down below any content, my previous try did have the sidebar up where it should have been but everything on the right was cut off by the sidebar ?? could it be a css problem /solution ??
Thanks for the help so far
this is the code i used to wrap the buddypress files
div id=”container” class=”container-index-loop”
‘/div><!– #container –'
removed the because i cant get the code to post tried the brackets
hi just found out something
STUPID ME
it seems to be unique to IE ( using version 9)
works fine in firefox /opera
So where do i go from here as i know the majority of the sites users ar using IE
is it a Css problem
You have been fantastic and thank you for your help
All of your revised BP page templates (except “Register” and “Activate”) are laid out correctly from IE 6 to IE 9 per test site link you gave in first post. Double-checked this in my computer as well as the online IE simulator at http://netrenderer.com/index.php
Download /registration/register.php and /registration/activate.php from your server and double-check that the layout has been updated per instructions given above. Reminder: there’s an extra script required for /registration/register.php file as I noted above.
Not quite, but thanks Marking this as resolved then.