A legacy Toolset View needed to let visitors enter any address and center the map on it while displaying markers within a specified radius.
Solution:
Configure the Distance Query Filter to obtain its center from the toolset_maps_distance_center URL parameter, then add a Distance filter under Search and Pagination to generate the front-end address and radius controls. Set the View to display custom-search results and enable AJAX updates so the results and map refresh when the address changes.
Intermediary posts created for Toolset relationships were appearing in public WordPress search results.
Solution:
Go to Toolset → Post Types, edit the relationship’s intermediary post type, expand the Options panel, enable exclude_from_search, and save the post type.
Activating the MemberPress Courses extension caused most Toolset blocks to disappear from the standard WordPress block editor because MemberPress restricted the allowed block types too broadly.
Solution:
MemberPress confirmed the issue and plans to fix it in an upcoming release. As a temporary workaround, use the provided allowed_block_types_all filter in the child theme’s functions.php file or through WPCode, then remove it after updating to the fixed MemberPress Courses version.