Skip to:
Content
Pages
Categories
Search
Top
Bottom

Theme Issues with Buddypress – iFeature theme

  • Hello,

    I am looking for a little help getting my Theme to play well with Buddypress. Currently I am using iFeature 3.0 with Buddypress. It looks fine normally but when I click on “Activities” it moves my left sidebar (including Register/Login) down into the footer for some reason. I’ve tried all of the available information (that I could find) to fix the issue but I just cant figure it out!

    Any help would be greatly appreciated. After I get this fixed then maybe Ill bother you all with my bbPress issues… sigh!

    Thanks!
    Shark

    edit: My website is http://www.gettherax.com in case anyone needs to look at the issue to figure out what Im talking about

Viewing 7 replies - 1 through 7 (of 7 total)
  • I managed to figure out how to remove the sidebar from Buddypress all together (so that it doesnt display at the bottom of the pages) but still can’t seem to get it to display on the side. I believe I just need to modify Buddypress so that it’s content isn’t so wide. I’ll keep plugging away at it.


    @mercime
    Keymaster

    @mercime

    This means that you haven’t completed the compatibility process specifically Step 3.

    In your case, based on the free iFeature theme in WordPress theme repo, you will have to change 16 BP template files within the 6 BP folders transferred to your iFeature theme folder in your server during the compatibility process. Therefore the following instruction is for that free iFeature theme:

    Download the 6 BP folders from your theme’s folder to your computer hard drive.

    Starting with /activity/index.php, open up with text editor and at the very top of this file and the remaining 15 files, replace:
    `

    `

    with:
    `<?php
    global $options, $themeslug, $post; // call globals
    $page_section_order = get_post_meta($post->ID, ‘page_section_order’ , true);
    get_header();
    ?>

    get($themeslug.’_disable_breadcrumbs’) == “1”)) { chimps_breadcrumbs(); }?>
    ?php chimps_before_page_content(); ?>

    `

    At the very bottom of the all 16 files files replace:
    `

    `

    with the following (except for register.php):
    `

    `

    with the following for 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 all files and upload to your theme’s folder in server, following the directory structure strictly.

    If this doesn’t work, you can request theme author to take a look at this post and show you the correct placements.

    Wonderful I will try this right now. I actually ended up upgrading to iFeature Pro but Id imagine the process should be the same. I’ll give it a shot in a few minutes and let you know if I had any success.


    @mercime
    Keymaster

    @mercime

    If you upgraded to iFeature Pro, then you should ask the theme dev about this matter as we have no access to the premium theme. Again, you can refer to post above for reference. Good luck.

    Ahh yeah that just ALMOST did it. I will have to revert back to the way it was to make it usable for now… but its so close. Ill try contacting them, I searched their forums but with no luck on a solution.

    Thanks for the help though!


    Neo
    Participant

    @neocsatornaja

    The buddy press slide up for my header on ifeature:
    http://i40.tinypic.com/335480n.png
    So how can I slove this?


    @mercime
    Keymaster

    @mercime

    @neocsatornaja you already started your own topic, please keep to that post https://buddypress.org/support/topic/the-buddypress-slide-up-for-my-header/

    Closing this old topic.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Theme Issues with Buddypress – iFeature theme’ is closed to new replies.
Skip to toolbar