Skip to:
Content
Pages
Categories
Search
Top
Bottom

Help with WP-Clear 3.0 compatibility

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

  • @mercime
    Keymaster

    @mercime

    @turfnet Code posted for page.php are re dynamic sidebar widgets and not a page. Please double-check if what you posted above is correct. If not, then post new pastebin.com URL for page.php with correct code.

    If it was indeed the code the theme author posted there, I want to see the codes for index1.php, index2.php, index3.php and index4.php

    Sorry. Correct page.php is at http://pastebin.com/KZy5yuUY


    @mercime
    Keymaster

    @mercime

    @turfnet Based on the HTML structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your wp-clear theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your 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 code I posted at
    http://pastebin.com/tpEyMDJq

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

    `, just watch out when you do this in the /activity/index.php page.

    Save files.


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

    `

    Save files.

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

    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.

    @mercime – Awesome. Thank you very much!

    Awesome was premature. Layout is still broken. http://2012.turfnet.com/members/

    Mercime is very generously giving you pointers to make changes to your theme. If you’re still having problems, you may need to hire a theme developer to help you out.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Help with WP-Clear 3.0 compatibility’ is closed to new replies.
Skip to toolbar