Skip Navigation

[Resolved] AJAX refresh when changing any filter not working

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 voice and has 0 replies.

>
Author
Posts
#2632115
Screenshot 2023-08-09 at 16.57.46.png

I am trying to:
Update and filter the grid using taxonomy filters based on pronouns. It all works using a "submit" button but I need it to update when every time the visitor changes the filtering.

I have updated to "AJAX refresh when changing any filter" under Custom search settings and updated the site many times.

Link to a page where the issue can be seen: hidden link

I expected to see: The grid to update when the different filters (here, pronouns) are changed

Instead, I got: Nothing happens.

Solved:

<?php wp_footer(); ?>

was missing from the footer

#2632127

Tried fixing this for a long time but saw that my footer was missing which fixed everything! Thanks anyway 🙂