GD Page Details widget doesn't show

This topic contains 12 replies, has 4 voices, and was last updated by  wakeatlas 8 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #56676

    wakeatlas
    Expired Member
    Post count: 190

    GD Page Details widget doesn’t show on existing pages such as Activity, Groups and Members. How do I fix this?

    #56709

    Guust
    Moderator
    Post count: 29970

    URL and admin details please.

    #56727

    wakeatlas
    Expired Member
    Post count: 190
    This reply has been marked as private.
    #56748

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I’ve flagged this for the developers. It appears to be a bug in the theme.

    Thanks

    #56845

    Giri
    Expired Member
    Post count: 3155

    @wakeatlas

    BuddyPress pages use buddypress.php template that can be found in theme root.

    You are not seeing any sidebar in Activity, Groups pages because I tried to match yelp design.

    So if you need a sidebar-details in BuddyPress pages too, just copy that buddypress.php and paste that in your child theme.

    Then add this line

    <?php get_sidebar('page-details'); ?>

    It should be added before the two closing divs.

    So your final ending part of the code would look like this.

    
    
        <?php get_sidebar('page-details'); ?>
      </div>
    </div>
    <?php get_footer(); ?>
    #56867

    Paolo
    Site Admin
    Post count: 31206

    Thanks for the update Giri! 🙂

    #56937

    wakeatlas
    Expired Member
    Post count: 190

    @giri

    I’ve looked in every buddy press folder. Haven’t found a file called buddypress.php. Did you mean geodir_buddypress.php? Found in directory:

    /wp-content/plugins/geodir_buddypress ?

    Thanks

    #56945

    Giri
    Expired Member
    Post count: 3155

    @wakeatlas

    I was talking about whoop theme folder. This is the file

    wp-content/themes/GeoDirectory_whoop/buddypress.php

    #57730

    wakeatlas
    Expired Member
    Post count: 190

    That worked perfectly! Is there any way we can exclude this update from adding the widget to just the Buddy Press user Profile page?

    Thanks

    #57857

    Paolo
    Site Admin
    Post count: 31206

    Yes, by using a child theme.

    #57890

    wakeatlas
    Expired Member
    Post count: 190

    Ok, can you explain please? Thanks

    #57894

    wakeatlas
    Expired Member
    Post count: 190

    Actually, the sidebar worked two days ago, now it doesn’t work. Haven’t touched the code since.

    I only want to add the sidebar to the members, groups, activity feed pages. When it did work it showed up at the bottom of the profile page shown in the screenshot. We don’t want it there.

    #57900

    wakeatlas
    Expired Member
    Post count: 190

    I wish I could delete old thread posts on here! Anyways I just saw @giri‘s reply in this thread with the answer to my question..

    https://wpgeodirectory.com/support/topic/page-details-widgets/

    For all of our sanity’s sake, let’s continue with this issue in that thread..

    Thanks!

Viewing 13 posts - 1 through 13 (of 13 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket