Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Alignment problems with PureType Theme

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

  • @mercime
    Keymaster

    @mercime

    @tadpubco Looks like you only need to create three files header-buddypress.php, sidebar-buddypress.php and footer-buddypress.php

    A. Copy your theme’s header.php and Save As > header-buddypress.php

    Open up header-buddypress.php and at the very bottom of the file, below other code, add this:
    `

    `

    Save file.

    B. Create a blank footer-buddypress.php file


    @mercime
    Keymaster

    @mercime

    C. Copy your theme’s sidebar.php and Save As > sidebar-buddypress.php

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

    `

    Then 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 the three new files to your server wp-content/themes/puretype/ the same level where you find original header.php, sidebar.php and footer.php files


    tadpubco
    Participant

    @tadpubco

    @mercime Thank you so much! You are awesome.

    I just have one page which is still off a bit:
    http://www.caregiving.com/activity/

    Would you have any suggestions of how I can fix?

    Thank you again so much!


    @mercime
    Keymaster

    @mercime

    You’re welcome.

    Someone tried to make your theme compatible with BP using the first method — changing 16 BP template files starting with /activity/index.php. I see a duplicate `

    ` within the file I mentioned.

    To make sure that you have clean BP template files, delete the 6 BP folders transferred to your puretype theme folder in your server. Then re-run Appearance > BP Compatiblity and go through the process of transferring clean new BP template files.

    Also you might want to use some or most of the styling mods done for BP Twenty Ten at middle of this page https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/


    tadpubco
    Participant

    @tadpubco

    @mercime I fixed. Phew! Thank you–I’m so grateful for your help.


    @mercime
    Keymaster

    @mercime

    Cool. Marking this as resolved then :-)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Resolved] Alignment problems with PureType Theme’ is closed to new replies.
Skip to toolbar