Plugin Author
Damian
(@timersys)
How are you opening the popup? It should be any query string… It’s probably some script of your theme adding that to the url.
We’re using text links:
<a href="?locid=96&location=Mankato, MN#spu-1888">Mankato, MN</a>
The “locid” goes into a hidden form field and “location” gets displayed in the form.
Actual page: http://www.tradehome.com/job/sales-associate-positions/
Plugin Author
Damian
(@timersys)
There is no way actually on the plugin but you could tell your developer to attach to the close event of the popup and then use a solution like this: http://stackoverflow.com/questions/1397329/how-to-remove-the-hash-from-window-location-with-javascript-without-page-refresh/5298684#5298684
Regards