I want to prevent users from clicking on images to reduce friction and implement Recaptcha V3 with Toolset forms.
Solution:
Toolset does not support Recaptcha V3 directly. However, you can use the "Advanced noCaptcha & Invisible Captcha" plugin, which supports Recaptcha V3. The plugin provides a shortcode that can be added to Toolset forms. After installation, follow the instructions to implement Recaptcha in your custom forms using the provided shortcode. Please note that Toolset is not the developer of this plugin and cannot provide support for its functionality.
The pagination controls in the "News - Homepage Slider" view are not working. The arrows are displaying but are not linked to anything.
Solution:
The issue appears to be due to the view generating only one slide, which is why the pagination controls aren't functioning. Adjust the filter in the view to include more than one item, and check if the pagination starts working correctly.
The sub-menus in the top menu of the website are not working anymore. Disabling "Toolset Layouts" resolves the issue but causes the front-end design to disappear.
The customer experienced an issue where a Kadence accordion, used within a Toolset View block with AJAX filters, stopped functioning correctly after filtering. The accordion worked fine on the initial page load but failed to open after AJAX filtering, suggesting that the AJAX process was breaking the accordion functionality.
Solution:
The problem was caused by the Kadence Accordion's JavaScript not being reinitialized after the AJAX content load. The supporter added custom JavaScript to the View settings to reinitialize the accordion each time the AJAX filter results were updated. The JavaScript snippet used was: