I have a Looper displaying a grid of Modal elements (restaurants). I am using FacetWP for live filtering. The modals function properly on first load, but if you select a filter term and then click a modal, it does not give the correct pop-up. It gives the pop-up for the item that was there before filtering. If you refresh the page with the new filter in the URL, the modals work correctly. I suspect this is because the html for the actual pop-up is not within the container that facet-wp is affecting.
Can you point me in the right direction so that modals work correctly even after selecting a filter term?
Thanks