• Please figuring out why the following don’t display anything even though Members Locator and Single Location add-ons are installed and activated:
    [gmw_single_location object=”member” element_id=”‘.bp_get_member_user_id().'”]
    [gmw_single_location object=”member” element_id=”3″]
    Yes, user 3 is a BuddyPress member and has a Location confirmed.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Eyal Fitoussi

    (@ninjew)

    Hello @cexpert,

    The “element_id” shortcode attribute is for different use. You need to use the shortcode attribute “object_id” for passing the user ID. Also, the “object” should be “bp_member” rather than “member”.

    So you could use either:

    
    [gmw_single_location object="bp_member" object_id="3"]
    

    or:

    
    [gmw_bp_member_location member_id="3"]
    

    I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘gmw_single_location object=”member”’ is closed to new replies.