Skip to:
Content
Pages
Categories
Search
Top
Bottom

No sidebar widgets are showing


  • joaopaulodr
    Participant

    @joaopaulodr

    I have a small problem:

    No sidebar widgets are showing up on BuddyPress pages (activity, member and group, etc), but they show up on the normal pages of theme.

    My theme premium is SCALIA.
    Wordpress version 5.4.1
    Buddypress version 5.2.0
    PHP version 7.2.24-0ubuntu0.18.04.4

    I hope someone can help me solve.

    Sincerely,
    João Paulo

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

  • Varun Dubey
    Participant

    @vapvarun

    @joaopaulodr copy page.php as buddypress.php inside the child theme.

    Theme Compatibility & Template Files


    joaopaulodr
    Participant

    @joaopaulodr

    Thanks for the feedback, @vapvarun

    I made your suggestion to copy page.php as buddupress.php within my theme.
    But it stayed the same.

    Then I did the following, included in the buddypress.php file the code below for the widget:

    <? php
    while (have_posts ()): the_post ();
    get_template_part (‘content’, ‘page’);
    get_sidebar (‘buddypress’); /* HERE!!! */
    endwhile;
    ?>

    Now the widgets appear, but are below the content of the page.
    I would like them to stay to the right. Do you know how I should do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar