Skip to:
Content
Pages
Categories
Search
Top
Bottom

Sidebar issues – Neu 1.0.3 by ColorLabs

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

  • @mercime
    Keymaster

    @mercime

    @venusd
    – I recommend that we remove the featured area atop the “About” Page content like it’s done http://demo.colorlabsproject.com/neu/about/ and showing up in the Page template you posted per link above
    – Plus, you’ll need some horizontal space for the BP components, so I suggest that we remove that categories column/widget on the left of the content area
    – so before I proceed, are you okay with the recommendations above?

    Yep. down with it.
    My thanks in advance. Please let me know your current donation link.s. of preference as well..


    @mercime
    Keymaster

    @mercime

    @venusd no problem. Just to sure, could you post the source codes of your theme’s header.php and loop-page.php to pastebin.com or tinypaste. Please feel free to donate to the American Red Cross :-) Thanks.


    @mercime
    Keymaster

    @mercime

    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 Neu theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate 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. We’re going to use the basic HTML structure of your theme.

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

    `

    with
    `

    `

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

    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.

    Thank you. Working on this today.

    Can we please refrain from using phrases such as ‘great *service* to this forum’ :) Mercime does do a phenomenal job helping people with their third party themes but this is a support forum for BP issues and of the bp-default theme and not really meant to be a service for providing third party theme compatibility.

    Thanks Hugo. Adjusted.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Sidebar issues – Neu 1.0.3 by ColorLabs’ is closed to new replies.
Skip to toolbar