• Resolved carloswedev

    (@carloswedev)


    Hi, as you can see in the link of the page above, if i search for example “Porto”, i will give me the 3 stores in porto. That is correct, but after i want to search “Lisbon”, how is it supposed for the user to perform the search this second time?

    My ideia was to create a button that would trigger the popup again.

    jQuery(document).ready(function ($) {
    $('#search_store_locator').click(function(){
    $('.asl-geolocation-agile-modal').css('display', 'block');
    });
    });

    I have not been able to solve this, if there is an already defined way to do it?

    If not that is my suggestion for a future update.

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

Viewing 1 replies (of 1 total)
  • Plugin Author agileLogix

    (@agilelogix)

    Hi, thank you for contacting us, the search can be cleared through the cross button.

    Screenshot at 19:56:30.png

    So, once you clear it, you can perform another search.

    Please let me know if you have any feedback on it.

    Thank you

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.