Skip to:
Content
Pages
Categories
Search
Top
Bottom

{RESOLVED} Gave up, BUT….


  • hiresphereadmin
    Member

    @hiresphereadmin

    Ok, so I gave up on bp-corporate…..it’s just broken…….so I decided to go with a regular WordPress theme (Redline) with the bp theme pack. But I don’t really understand the instructions. It says to alter the html structure of the header, footer, and sidebar php’s to resemble my themes (redline) page.php (or index.php). Redline’s page.php reads, for example:

    `<div id="primary"`

    and the footer.php reads, for example:

    `<div id="footer"`

    So am I changing `<div id="footer"` to `<div id="primary"` ?

    That doesn’t seem right to me, but I don’t know………

Viewing 4 replies - 1 through 4 (of 4 total)
  • No.

    You need to mod the temple so it has the same header, sidebar and footer as your theme (redline)

    ‘php
    /**
    * Template: Page.php
    *
    * @package RedLine
    * @subpackage Template
    */
    get_header();
    ?>

    [Buddypress Pack template code (remove header, sidebar & footer calls]

    php get_sidebar(); ?>
    php get_footer(); ?>`

    The template pack is good for theme developers but its not an easy fix. It will require lots of custom coding and css to look and work right. I think you would be much happier modding the default BP theme. It would only take a little css to get the look of the Redline WP theme.


    hiresphereadmin
    Member

    @hiresphereadmin

    ok, thank you!!! But I don’t know how to modify bp-default to look like redline…..I was trying to follow the instructions for the Buddypress theme pack added to a WordPress theme……where can I find the instructions for modifying bp-default?


    hiresphereadmin
    Member

    @hiresphereadmin

    Awesome! I reverted to bp-default and it does the tick just fine!……Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘{RESOLVED} Gave up, BUT….’ is closed to new replies.
Skip to toolbar