Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • maddogprod
    Participant

    @maddogprod

    Thanks. I’ll take a look and digest it and let you know if I run into any questions or problems.

    MD


    maddogprod
    Participant

    @maddogprod

    To change the subject….I want to add/change the filtering dropdown choices on the Member Directory page. I’m seeing lots of discussion in online searches about how to do it but nothing very definitive. Can you point me to an FAQ or other BP source on how best (and hopefully easiest) to accomplish this? Basically I don’t need all the default choices for filtering but would like to add a “List by country” and similar choices.

    THANKS!


    maddogprod
    Participant

    @maddogprod

    In case anyone has this problem, here’s how I fixed it (I’m still not sure why it wouldn’t work as intended automatically):

    – I registered the sidebar in fucntions.php

    – Added a copy of page.php to the child theme directory: /wp-content/themes/wellness/buddypress/members/single using the name: index.php

    – Where the code in that page calls the Sidebar, I changed it to: <?php dynamic_sidebar( 'new_members_area' ); ?> which of course includes the registered name of the sidebar

    – For some reason it wasn’t picking up the Sidebar CSS so I enclosed it in a div:

    <div id="sidebar">
    <?php dynamic_sidebar( 'new_members_area' ); ?>
    </div>

    -VOILA!


    maddogprod
    Participant

    @maddogprod

    Thanks for getting back to me. That’s why I don’t get it…if it uses the same template why would it work on the Members page but not the Profile.

    The page is blank. Yes, it uses custom sidebars. It’s WP 4.2.1. BuddyPress 2.2.3.1.

    You can go to http://thaihealingalliance.com/members/ and see that the sidebar I want is there. Now click on a member and when you get to the profile page, there’s a “blank text sidebar” there, not the same one as you’d expect. It doesn’t matter which sidebar I select for that page, they all show on the Members page but not on the Profile page.

    Let me know what other information I can pass along.

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar