Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] i have a Fixing Alignment problem…

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

  • @mercime
    Keymaster

    @mercime

    Solution for your theme is different from that of ray of light theme because your theme has a different HTML structure.

    A. Copy your theme’s header.php file and save as header-buddypress.php

    Open up header-buddypress.php and add the following to the bottom of the file below other code:
    `

    <div class="post" id="post-“>

    `

    Save file.


    @mercime
    Keymaster

    @mercime

    B. Copy your theme’s sidebar2.php file and save as sidebar-buddypress.php

    Open up sidebar-buddypress.php and add the following at the top of the file, above all other code:
    `

    `

    And at the very bottom of the same file, below other code add this:
    `

    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();
    });
    });

    `

    Save file.

    Upload both header-buddypress.php and sidebar-buddypress.php to wp-content/themes/folder-of-your-templatemonster-theme/

    Twenty Ten Child theme with BP Template Pack styling modifications for reference – https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/

    i think its harder than i thought…
    But its really better, alot of thanx to you! :)

    It say again: You have activated the BuddyPress Template Pack, but you haven’t completed the setup process. Visit the BP Compatibility page to wrap up.

    in the groups and members button, the buddypress apparence seem too high and you can try to clic on the ”test” button, it does’nt work anymore. http://www.veriteuniverselle.com

    http://pastebin.com/QtWiX0iE *header-buddypress
    http://pastebin.com/KpCb8afZ *sidebar-buddypress


    @mercime
    Keymaster

    @mercime

    == … but you haven’t completed the setup process. Visit the BP Compatibility page to wrap up. ==

    So go to wp-admin dashboard menu Appearance > BP Compatibility and click on Save/Finish button.

    == in the groups and members button, the buddypress apparence seem too high … ==

    You can add something like the following to your stylesheet:
    `div#content { margin-top: 20px; }`

    == you can try to clic on the ”test” button, it does’nt work anymore ==

    The “test” page on your site was working when I checked it before we did Step 3 of the compatibility process. Checking it now.

    It work, thanx you for your time.
    :D😀
    Have a nice life.
    see you.
    :D


    @mercime
    Keymaster

    @mercime

    Per check, the content your original sidebar2 has changed. It should contain what you have in pastebin link you posted above. Copy content in pastebin to your sidebar2

    EDIT – I see you found what was wrong and deleted previous post :-)
    Marking this as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Resolved] i have a Fixing Alignment problem…’ is closed to new replies.
Skip to toolbar