toolset-dave
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 |
---|---|---|---|---|---|
Appearence of Parent Selector
Started by: toolset-dave
in: Toolset Professional Support
Problem: Why are some parent selectors formatted like a standard select field while others include a typeahead feature? Solution: It depends on the number of options displayed in the field. Larger fields offer the typeahead feature. |
2 | 3 | 6 years, 10 months ago | ||
Parent selector translation
Started by: toolset-dave in: Toolset Professional Support |
2 | 7 | 6 years, 11 months ago | ||
Child posts in Custom search
Started by: toolset-dave in: Toolset Professional Support |
2 | 7 | 6 years, 11 months ago | ||
Conditional based on [wpv-post-body] height
Started by: toolset-dave in: Toolset Professional Support |
2 | 3 | 6 years, 11 months ago | ||
Price range slider stops working after loading search results
Started by: toolset-dave in: Toolset Professional Support |
2 | 6 | 6 years, 11 months ago | ||
Custom style of upload button
Started by: toolset-dave in: Toolset Professional Support |
2 | 2 | 6 years, 11 months ago | ||
Problem with validation of image size when editing post
Started by: toolset-dave
in: Toolset Professional Support
Problem: I am trying to use the CRED API validation hook to verify an image size, but the custom field value always includes the "-150x150" dimensions in its URL. This breaks my image size validation code. Solution: Remove the -150x150 dimensions from the URL using str_replace, so you can check the original image dimensions: $orig = str_replace('-150x150', '', $fields['_featured_image']['value']); $check = getimagesize( $orig ); Relevant Documentation: |
2 | 3 | 6 years, 11 months ago | ||
Collapsible treview for taxonomy
Started by: toolset-dave in: Toolset Professional Support |
2 | 2 | 6 years, 11 months ago | ||
After refreshing search results with AJAX the View disappears
Started by: toolset-dave
in: Toolset Professional Support
Problem: When I trigger an AJAX update of my View, all the results disappear. Solution: Ensure your Post Relationship Filter is set to "The current post in the Loop" |
2 | 9 | 6 years, 11 months ago | ||
Price range slider and fields
Started by: toolset-dave in: Toolset Professional Support |
2 | 5 | 6 years, 11 months ago | ||
Problem with conditional testing a View’s output
Started by: toolset-dave
in: Toolset Professional Support
Problem: I have a View that returns some text. I would like to use the output of that View in a conditional statement on another part of my site. I have already added the raw output PHP filter, and the output contains the correct text if I display the View on the front-end. However, the conditional still fails because of empty space in the View's output. Solution: Be sure to remove all unnecessary empty space in the Loop Output editor of your View. The code should appear with no line breaks like this: [wpv-layout-start][wpv-items-found]<!-- wpv-loop-start --><wpv-loop>[wpv-post-field name="wpcf-price"]</wpv-loop><!-- wpv-loop-end -->[/wpv-items-found][wpv-no-items-found]<strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong>[/wpv-no-items-found][wpv-layout-end] Empty space surrounding the output will cause the conditional to fail. |
2 | 5 | 6 years, 11 months ago | ||
After WordPress update to 4.9 search results and maps are missing
Started by: toolset-dave in: Toolset Professional Support |
2 | 4 | 6 years, 11 months ago | ||
How to change size of List Sorting
Started by: toolset-dave in: Toolset Professional Support |
2 | 4 | 6 years, 11 months ago | ||
User friendly sorting buttons
Started by: toolset-dave in: Toolset Professional Support |
2 | 3 | 6 years, 11 months ago | ||
How to prefill default value in dropdown box?
Started by: toolset-dave
in: Toolset Professional Support
Problem: Solution: You can find proposed solution with the following reply: Relevant Documentation: |
3 | 10 | 6 years, 11 months ago |