Skip to:
Content
Pages
Categories
Search
Top
Bottom

Help with Step 3 of installing BuddyPress with Delicious Magaine – wootheme/wordpress

  • @mariareh64

    Member

    Here is the help I recieved on a thread of another’s similar post:
    @mercime said 2 weeks, 5 days ago:

    @mariareh64 to make your WP theme compatible with BP, you need to install the BP template pack plugin and go through Appearance > BP compatibility process. If you need assistance to fix alignment for Step 3 of the process, start a new topic with name of your theme as well as codes (post in pastebin.com) of your theme’s header.php, sidebar.php, index.php, page.php and footer.php and post the generated URL’s in your new post.”

    page.php = http://pastebin.com/J01iPWdK
    sidebar.php = http://pastebin.com/qKHpjCKH
    index.php = http://pastebin.com/yfueU9FG
    footer.php = http://pastebin.com/4jXx5nEa
    header.php = http://pastebin.com/9EgdGe6k

    If you need anything else, please let me know. Thank you so much for your time and help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • @mercime

    Participant

    @mariareh64 Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your deliciousmagazine theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your deliciousmagazine theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    `

    Save files.

    @mercime

    Participant

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

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/deliciousmagazine/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    Notes:
    1. Not sure if the Woo breadcrumbs will work in the inside pages of the BP components.
    2. If there’s error/s shown on screen after you upload the changes, remove the following from the top of the file:

    and the error persists, remove the breadcrumb as well
    `


    `

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with Step 3 of installing BuddyPress with Delicious Magaine – wootheme/wordpress’ is closed to new replies.
Skip to toolbar