• Resolved alexmkubik

    (@alexmkubik)


    Love the plugin, LOVE the active development. I am EAGERLY awaiting the gravity-forms integration. I was in the middle of doing it myself when i saw your post about it. This will be pivotal for my current project.

    I do have a few issues to resolve before I can commit to the premium version. I am dealing with a client who needs a “store locator” type functionality, which I am easily able to create using a custom post type and your plugin. I use your plugin to allow visitors to find the locations nearest to them. However, for security reasons, they cannot be allowed to see the addresses online, only contact info which is on the custom post type. I “could” hide the address with CSS, but I would rather have the wppl_results shortcode modified to not print them at all. And ideas on this?

    https://www.ads-software.com/extend/plugins/geo-my-wp/

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

    (@ninjew)

    That should be very simple. the results template you can find in geo-my-wp/themes/ within the folder of the theme that you are using (clean, default and so on). open the results.php file and you’ll see the different functions that display the results. just remove the function <?php wppl_address(); ?> and you should be fine. you can also copy and paste the results.php file to your theme/child theme folder and modify it from there. this way next time when you are updating the plugin your modifications will still be there.

    let me know if that helps.

    and that you for the comments above. i do have lot of new features on the list and gravity forms integration should be there soon.

    Thread Starter alexmkubik

    (@alexmkubik)

    Ha! Totally missed that results.php file in the theme folders. Thanks!
    Any ETA on the GF integration? I found the thread that discusses how to get it working, but if it’ll be added in the next week or two, there’s no point in me going through it now…
    Thanks again.

    Plugin Author Eyal Fitoussi

    (@ninjew)

    I’m not sure. I want to say 2 to 3 weeks but it could take a little longer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Address from Results field’ is closed to new replies.