Home Forums Inovado sidebar disappears using inovado with child theme on buddypress pages

Home Forums Inovado sidebar disappears using inovado with child theme on buddypress pages

This topic contains 2 replies, has 2 voices, and was last updated by  Phil (Support) 7 years, 8 months ago.

  • Creator
    Ticket
  • #81532

    wowgrama
    Buyer

    WP 4.5.3
    Inovado 4.6.6 with child theme 4.2.2

    “sidebar disappears using theme with buddypress”

    I am contacting you since you had a special fix for the smk-sidebar with a special shortcode, so perhaps there is something different for buddypress pages as well.

    Buddypress suggests copying page.php file to childtheme, rename it to buddypress.php, but the sidebar info seems to be up-to date in page.php.

    I want to use a left-hand sidebar on pages with buddypress. This is the page.php file I have with your theme. Is there anything I need to change in it to make it work with buddypress in your theme?

    <?php get_header(); ?>

    <?php get_template_part( ‘framework/inc/titlebar’ ); ?>

    <div id=”page-wrap” class=”container”>

    <div id=”content” class=”sidebar-right twelve columns”>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>

    <div class=”entry”>

    <?php the_content(); ?>

    <?php wp_link_pages(array(‘before’ => ‘Pages: ‘, ‘next_or_number’ => ‘number’)); ?>

    </div>

    </article>

    <?php if(!$data[‘check_disablecomments’]) { ?>
    <?php comments_template(); ?>
    <?php } ?>

    <?php endwhile; endif; ?>
    </div> <!– end content –>

    <div class=”sidebar-on-right”>
    <?php get_sidebar(); ?>
    </div>

    </div> <!– end page-wrap –>

    <?php get_footer(); ?>

Sorry, only verified customers can view ticket replies.