Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Sidebar sitting under Buddy Press content – WP Creativix

  • All the pages supplied with Buddy Press are display my sidebar content below the Buddy Press page e.g. http://www.businessnetworkingafterwork.co.uk/networking-events/groups

    Have supplied answers to your questions below. Please advise remedy. Thanks

    1. Which version of WordPress are you running? 3.3.1
    2. Did you install WordPress as a directory or subdomain install? directory
    3. If a directory install, is it in root or in a subdirectory? root
    4. Did you upgrade from a previous version of WordPress? If so, from which version? No
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes
    6. Which version of BP are you running? 1.5.3.1
    7. Did you upgraded from a previous version of BP? If so, from which version? No
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes
    Connections, Event Expresso Lite and several others
    9. Are you using the standard BuddyPress themes or customized themes? Using Creativix
    10. Have you modified the core files in any way? No
    11. Do you have any custom functions in bp-custom.php? No
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Built in.
    13. Please provide a list of any errors in your server’s log files.
    14. Which company provides your hosting? UK2.net
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Windows

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

  • @mercime
    Keymaster

    @mercime

    @ki450751 I see you’ve installed BP Template Pack and have gone through the BP Compatibility process. Click on the Finish button and let’s proceed to the nitty gritty.

    For the WP Creativix theme as seen here https://wordpress.org/extend/themes/wp-creativix

    A. Copy the theme’s header.php and save as header-buddypress.php

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

    `

    Save file.


    @mercime
    Keymaster

    @mercime

    B. Copy the 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:
    `
    `

    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 header-buddypress.php and sidebar-buddypress.php to your server wp-content/themes/wp-creativix/

    Thanks, problem resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] Sidebar sitting under Buddy Press content – WP Creativix’ is closed to new replies.
Skip to toolbar