Skip to:
Content
Pages
Categories
Search
Top
Bottom

BP components misaligned in theme after BP 1.6.1 upgrade

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

  • @mercime
    Keymaster

    @mercime

    @maindreas please confirm whether this is the PulsePress theme you’re using per code posted above https://wordpress.org/extend/themes/pulsepress

    Hi @mercime , yes the theme is Pulse Press.


    @mercime
    Keymaster

    @mercime

    @aindreas Based on the HTML structure of your theme, you will be only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make the BP templates compatible with your theme.

    If you’ve revised any of the BP template files transferred to your snapwire theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your snapwire theme folder in server – /activity, /blogs, /forums, /members, /groups, /register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.

    A. COPY your theme’s header.php and Save As > header-buddypress.php

    Open up header-buddypress.php and at the BOTTOM of the file, below other code contained within, add this:
    `

    `

    Not sure if the breadcrumbs will work here, but if there’s an error, delete the last line (breadcrumbs) above.

    Save file.


    @mercime
    Keymaster

    @mercime

    B. CREATE A BLANK sidebar-buddypress.php

    Open up the blank sidebar-buddypress.php file and at the very TOP of the file, add this:
    `

     

    `

    Save file.

    C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/snapwire/ in the same directory where your regular header.php and sidebar.php files are

    D. Final note: Copy the style modifications for some BP elements https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste those at the bottom of your theme’s stylesheet, then adjust to taste.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BP components misaligned in theme after BP 1.6.1 upgrade’ is closed to new replies.
Skip to toolbar