aprilA
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Using Ajax Filter with View Returning Blank, Full Page refresh on submit works
Started by: aprilA in: Toolset Professional Support |
2 | 6 | 5 years, 2 months ago | ||
Would like to add Custom Field from Products to wpv-woo-list_attributes
Started by: aprilA in: Toolset Professional Support |
2 | 3 | 5 years, 3 months ago | ||
Create a Form that Submits Multiple Posts to 1 CPT for Each Repeatable Field
Started by: aprilA in: Toolset Professional Support |
2 | 11 | 5 years, 5 months ago | ||
Detecting a Generic Field Checkbox on submit for a Conditional Redirect URL
Started by: aprilA in: Toolset Professional Support |
2 | 3 | 5 years, 5 months ago | ||
Using Dropdown Filter options with Relationship Post, Dropdown Doesn’t Show All
Started by: aprilA
in: Toolset Professional Support
Problem: I would like to show all the options in a custom search filter, but some do not appear. Solution: Use the Search and Pagination editor's "Let me choose individual settings manually" option to disable the "Only show available inputs" feature. Relevant Documentation: |
2 | 4 | 5 years, 5 months ago | ||
Toolset Forms Not Submitting field values set by javascript/jquery
Started by: aprilA in: Toolset Professional Support |
2 | 5 | 5 years, 7 months ago | ||
Creating a Zip file from Repeating Fields that have links to attached Media
Started by: aprilA
in: Toolset Professional Support
Problem: I would like to use a JavaScript system to create a zip file that Users can download on the front-end of the site. The zip file generation will be handled by a third-party plugin. I need to be able to loop over repeatable field groups (RFGs) containing file fields so I can push each file into the files array. Solution: Use jQuery.each to traverse the DOM and find the file URL and filename. Push those items into the zip plugin API. Loop: <ul> <wpv-loop> <li class="rfg"> <span class="filepath">https://yoursite.com/path/to/image.jpg</span> <span class="filename">File name</span> </li> </wpv-loop> </ul> JS: // loop over each result and add the necessary file info to folder jQuery.each('.rfg', function( index, item ){ folder.file( jQuery(item).find('.filepath').text(), jQuery(item).find('.filename').text()); }); Relevant Documentation: |
2 | 3 | 5 years, 10 months ago | ||
Displaying Posts via Toolset View Not Displaying on New Divi Pages
Started by: aprilA in: Toolset Professional Support |
2 | 5 | 6 years, 4 months ago | ||
Display Conditional Content based on Repeatable Field Group Having Value
Started by: aprilA in: Toolset Professional Support |
2 | 2 | 6 years, 5 months ago | ||
Display WooCommerce Category Image Not Returning Image
Started by: aprilA
in: Toolset Professional Support
Problem: Display custom taxonomy image field in a single post. Solution: You can create a taxonomy view, list terms of "Product Category", filter by: In the view's loop, display the Product Category Image field. Relevant Documentation: |
2 | 5 | 6 years, 5 months ago | ||
Set Product Category based upon Page Loaded
Started by: aprilA in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
Repeating Field Groups Not Saving in Woocommerce Product
Started by: aprilA in: Toolset Professional Support |
2 | 2 | 6 years, 6 months ago | ||
Display Product Variations as Separate Products in Loop
Started by: aprilA in: Toolset Professional Support |
2 | 2 | 6 years, 6 months ago | ||
Save Custom Javascript Code field for Product and Display Raw Value
Started by: aprilA
in: Toolset Professional Support
Problem: Display raw value of custom field. Solution: In the version of Types plugin 3.0.2, we have fixed a custom field raw output mode problem, please try to upgrade Types plugin to the latest version, and test again. Relevant Documentation: |
2 | 3 | 6 years, 6 months ago |