Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter website designer

    (@jessicamureenn)

    Also how do I add filters to the search box? right now its only showing search input and category drop down but in frontend post I will need to add the select boxes male&female and another called gay/straight right? then how do I get it in the search results filter?

    Hello Chardon Nicholas,

    I’d also need to get geomywp to work with userfrontend pro. The users should type the address in the frontend form to create a post, and then the latitude/longitude should be calculated in the backend.

    Can you tell me how you did this so far (with code if possible)?

    Plugin Author Eyal Fitoussi

    (@ninjew)

    @nicholas,
    1)

    I was able to get geomywp to work with userfrontend pro. The only issue is that when users post from the front end the address shows as latitude/longitude in the search results and on the post.

    How can I see the full address instead?

    The search results should display the address and not the coords. It might be something in your script.
    Take a look at this tutorial for User front-end solution and compare it with yours.

    @mattmatt88,
    Also take a look at this tutorial for a possible solution.

    Seems to work fine. Thank you very much.

    Plugin Author Eyal Fitoussi

    (@ninjew)

    You are welcome.

    Is there also a possibility for that:

    If the user updates his address in his profile, the address should be updated automatically on all his posts.

    THanks a lot.

    Hi, i tried this code, but it doesn’t works yet.
    I tried this

    add_action(‘wpuf_edit_post_after_update’, ‘gmw_update_location_via_wpuf’, 10, 1 );

    but it doesn’t works

    Somebody have the same problem ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Geomywp and User frontend pro map issue’ is closed to new replies.