• Resolved itsabhist

    (@itsabhist)


    Hi

    Thanks for great plugin

    I want to know i can get additional features like

    1. members search order by distance.
    2. Display distance in profile tiles in serch results.
    3. In serch for address take from geolocation api Html5 from mobile phone browser lat lng data

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hi itsabhist,

    1. Yes, after you run a search you can select sort by distance in the standard Order By: dropdown.

    2. Yes, that happens by default.

    3. No, if you wish to use your current location you have to tap the location icon in your search form (see for instance https://ps.w.org/bp-profile-search/assets/screenshot-5.png?rev=2166683).

    Thread Starter itsabhist

    (@itsabhist)

    I am using this theme
    https://wordpress.org/themes/buddyx/
    On this —Display distance in profile tiles in serch results. is not showing.
    Can i add manually in member loop

    Please help

    • This reply was modified 2 years, 2 months ago by itsabhist.
    Plugin Author Andrea Tarantini

    (@dontdream)

    Hi itsabhist,

    It works fine for me. My versions are:

    BuddyPress 10.0.0
    BP Profile Search 5.4.4
    BP Distance Search 1.3
    BuddyX 4.3.0

    Try deactivating any additional plugins you may have, to see if they conflict with the above versions.

    Thread Starter itsabhist

    (@itsabhist)

    hi
    i have found solutions for distance is not showing in memmer loop

    in buddyx/buddypress/members/members-loop.php template script written below is missing
    with compare to standard buddypress template.

    <?php if ( bp_nouveau_member_has_extra_content() ) : ?>
    	<div class="item-extra-content">
    		<?php bp_nouveau_member_extra_content() ; ?>
    	</div><!-- .item-extra-content -->
    <?php endif ; ?>

    after putting this script in template now my distance search is working perfectly

    Plugin Author Andrea Tarantini

    (@dontdream)

    That’s great, thank you for sharing the solution!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Short By Distance’ is closed to new replies.