toolset-dave
Fils de soutien créés au cours des 30 derniers jours : 1
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Option publicly_queriable for Child posts
Commencé par : 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 | Il y a 6 années et 11 mois | ||
Appearence of Parent Selector
Commencé par : 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 | Il y a 6 années et 11 mois | ||
Parent selector translation
Commencé par : toolset-dave in: Toolset Professional Support |
2 | 7 | Il y a 6 années et 11 mois | ||
Child posts in Custom search
Commencé par : toolset-dave in: Toolset Professional Support |
2 | 7 | Il y a 6 années et 11 mois | ||
Conditional based on [wpv-post-body] height
Commencé par : toolset-dave in: Toolset Professional Support |
2 | 3 | Il y a 6 années et 11 mois | ||
Price range slider stops working after loading search results
Commencé par : toolset-dave in: Toolset Professional Support |
2 | 6 | Il y a 6 années et 11 mois | ||
Custom style of upload button
Commencé par : toolset-dave in: Toolset Professional Support |
2 | 2 | Il y a 6 années et 12 mois | ||
Problem with validation of image size when editing post
Commencé par : 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 | Il y a 6 années et 12 mois | ||
Collapsible treview for taxonomy
Commencé par : toolset-dave in: Toolset Professional Support |
2 | 2 | Il y a 6 années et 12 mois | ||
After refreshing search results with AJAX the View disappears
Commencé par : 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 | Il y a 6 années et 12 mois | ||
Price range slider and fields
Commencé par : toolset-dave in: Toolset Professional Support |
2 | 5 | Il y a 6 années et 12 mois | ||
Problem with conditional testing a View’s output
Commencé par : 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 | Il y a 6 années et 12 mois | ||
After WordPress update to 4.9 search results and maps are missing
Commencé par : toolset-dave in: Toolset Professional Support |
2 | 4 | Il y a 7 années | ||
How to change size of List Sorting
Commencé par : toolset-dave in: Toolset Professional Support |
2 | 4 | Il y a 7 années | ||
User friendly sorting buttons
Commencé par : toolset-dave in: Toolset Professional Support |
2 | 3 | Il y a 7 années |