katjaL
Support threads created in the last 30 days: 1
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
WordPress post/any list in admin view “Select all” not working
Started by: katjaL in: Toolset Professional Support |
1 | 2 | 10 hours, 4 minutes ago | ||
Filters break Kadence accordion
Started by: katjaL
in: Toolset Professional Support
Problem: 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: jQuery(document).on('js_event_wpv_parametric_search_results_updated', function(event, data) { if (typeof window.KadenceBlocksAccordion !== 'undefined' && typeof window.KadenceBlocksAccordion.init === 'function') { window.KadenceBlocksAccordion.init(); } }); This solution successfully resolved the issue by ensuring the accordion's functionality was restored after each AJAX filter action. |
2 | 11 | 2 months, 1 week ago | ||
View stopped working suddenly
Started by: katjaL in: Toolset Professional Support |
3 | 16 | 3 months ago | ||
Hide custom posts with certain author role
Started by: katjaL in: Toolset Professional Support |
2 | 2 | 6 months, 2 weeks ago | ||
User form "User Saved"
Started by: katjaL in: Toolset Professional Support |
2 | 7 | 7 months, 4 weeks ago | ||
Pdf search with relevanssi premium
Started by: katjaL in: Toolset Professional Support |
3 | 11 | 8 months ago | ||
Login forms and emails are not translated
Started by: katjaL in: Toolset Professional Support |
2 | 5 | 8 months, 1 week ago | ||
Toolset form: set post visibility
Started by: katjaL in: Toolset Professional Support |
2 | 3 | 9 months, 2 weeks ago | ||
Custom search and filtering doesn't work
Started by: katjaL in: Toolset Professional Support |
3 | 5 | 9 months, 2 weeks ago | ||
"Assign" post to another user behind related post
Started by: katjaL in: Toolset Professional Support |
2 | 13 | 10 months, 3 weeks ago | ||
One code login
Started by: katjaL in: Toolset Professional Support |
2 | 5 | 11 months, 2 weeks ago | ||
View block's loop element: can't choose proper source anymore
Started by: katjaL in: Toolset Professional Support |
2 | 6 | 1 year, 3 months ago | ||
Custom filters with relations
Started by: katjaL
in: Toolset Professional Support
Problem: I'm creating sort of inventory service where visitor can create houses, rooms, furnitures and things. The *things* are what visitor searches. - House can have multiple rooms (one to many rel) Now I would like to have also custom search filters so that when house is selected, all the *things* inside that house are listed. I haven't been able to do it - because of nested relations I guess..? So I also created extra relations: This is a bit unconvenient for the user IMHO, but anyway, if one must choose also the room and the house in the form (when creating *things*), then so be it. But that dosn't give the expected results anyway. The houses and rooms filters don't show any results though the relations are there. So my questions are: 2. Is this doable with relations and preferably nested relations? The houses, rooms, furnitures and things must be "authored" so that only their own are visible when logged in. The taxonomies still can't be owned I suppose. Solution: Please check our doc related: https://toolset.com/course-lesson/creating-a-custom-search/#how-to-search-by-post-relationships You can also use our 'Real Estate' website as a reference for this feature: - https://toolset.com/course/wordpress-real-estate-sites/ The page 'Find a property' has this type of relationships (one-to-many) nested in one custom search filter. |
2 | 9 | 1 year, 3 months ago | ||
Calendar with custom posts and filtered views
Started by: katjaL in: Toolset Professional Support |
2 | 3 | 1 year, 7 months ago | ||
Pagination not working in conditional view
Started by: katjaL in: Toolset Professional Support |
2 | 3 | 1 year, 9 months ago |