Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Weaver theme and BuddyPress alignment

  • have been trying for months
    just cant get the buddypress to align properly
    this is the code i use to wrap the buddypress code

    div id=”container” class=”container-index-loop”
    div id=”content”> <!– #Buddypress code–
    /div>
    /div><!– #container
    have done this on all files it tells me to in tyhe buddypress compatability
    it does work but the items on the right hand side are cut off by the sidebar
    have hade to put the code into some other pages not mentioned in the compatability part no3 to bring the sidebar up but the overall problem is the buddypress contents get cut on right hand side of ‘padder’
    Any and all help greatfully recieved
    i have this on my test site at the moment before going to the live site
    http://www.dsg257.co.cc if you wist to have a look

Viewing 13 replies - 1 through 13 (of 13 total)

  • @mercime
    Keymaster

    @mercime

    @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


    @mercime
    Keymaster

    @mercime

    @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


    @mercime
    Keymaster

    @mercime

    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”>

    `

    @mercime
    Keymaster

    @mercime

    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


    @mercime
    Keymaster

    @mercime

    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.

    Thanks you are brilliant


    @mercime
    Keymaster

    @mercime

    Not quite, but thanks :-) Marking this as resolved then.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Resolved] Weaver theme and BuddyPress alignment’ is closed to new replies.
Skip to toolbar