toolset-dave
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 |
---|---|---|---|---|---|
Option publicly_queriable for Child posts
Started by: toolset-dave
in: Toolset Professional Support
Problem: I have a parent post type and a child post type. On the parent post, I would like to show a View of child posts. The child post type should be editable in the backend and I should be able to select it in a CRED form editor. However, I want to remove the child post permalinks from my site. How can this be accomplished with the option publicly_queriable? Solution: CRED is designed to show all post types with the following options selected: This means that you cannot use CRED with a post type which is not publicly_queriable. Instead, you could use a Content Template to hide the contents of the child posts from your Users. Then if you turn off "rewrites" in the child post type options, the pretty permalinks will be disabled. |
2 | 3 | 6 years, 11 months ago | ||
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, 11 months ago | ||
Parent selector translation
Started by: toolset-dave in: Toolset Professional Support |
2 | 7 | 7 years ago | ||
Child posts in Custom search
Started by: toolset-dave in: Toolset Professional Support |
2 | 7 | 7 years ago | ||
Conditional based on [wpv-post-body] height
Started by: toolset-dave in: Toolset Professional Support |
2 | 3 | 7 years ago | ||
Price range slider stops working after loading search results
Started by: toolset-dave in: Toolset Professional Support |
2 | 6 | 7 years ago | ||
Custom style of upload button
Started by: toolset-dave in: Toolset Professional Support |
2 | 2 | 7 years 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 | 7 years ago | ||
Collapsible treview for taxonomy
Started by: toolset-dave in: Toolset Professional Support |
2 | 2 | 7 years 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 | 7 years ago | ||
Price range slider and fields
Started by: toolset-dave in: Toolset Professional Support |
2 | 5 | 7 years 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 | 7 years ago | ||
After WordPress update to 4.9 search results and maps are missing
Started by: toolset-dave in: Toolset Professional Support |
2 | 4 | 7 years ago | ||
How to change size of List Sorting
Started by: toolset-dave in: Toolset Professional Support |
2 | 4 | 7 years ago | ||
User friendly sorting buttons
Started by: toolset-dave in: Toolset Professional Support |
2 | 3 | 7 years, 1 month ago |