I'm setting up a post field group for products and want certain fields to appear only when checkboxes are selected. However, I can't find the checkbox option when setting conditions for other fields.
Solution:
Certain types of post fields, such as Checkboxes, cannot be used as conditions for displaying other fields.
I'm encountering difficulty in reinitializing JavaScript functions after dynamically loading content via AJAX on a custom archive page built with Toolset. I need to identify the event or trigger in JavaScript that signifies the completion of the AJAX call to correctly reinitialize the functions.
Solution:
For block views, there isn't a direct method to identify the completion of AJAX calls. However, if you switch to legacy views, you can trigger an event after AJAX filtering is completed. Follow the steps provided to enable legacy views and refer to the documentation for triggering JavaScript events after AJAX filtering:
- Enable legacy views via "Toolset > Settings > General."
- Utilize the method outlined in the Toolset forum to trigger events after AJAX filtering: