Adrian
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 | ||
---|---|---|---|---|---|---|---|
Can't use restricted API
Started by: Adrian in: Toolset Professional Support |
1 | 4 | 6 years, 7 months ago | ||||
Use Content Templates anywhere
Started by: Adrian
in: Toolset Professional Support
Problem: |
2 | 2 | 6 years, 8 months ago | ||||
Toolset Maps – Google Maps Alternatives
Started by: Adrian
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know if there is any alternative to the Google Maps being used by Toolset since the change in the Google API pricing. Solution: Unfortunately no not at this time, however our development team is aware of the current situation with Google's pricing changes for their Maps API |
2 | 5 | 6 years, 8 months ago | ||||
Filter Default Value not showing up
Started by: Adrian in: Toolset Professional Support |
2 | 5 | 6 years, 8 months ago | ||||
Colorpicker Preview
Started by: Adrian in: Toolset Professional Support |
2 | 2 | 6 years, 9 months ago | ||||
Can’t validate checkboxes
Started by: Adrian
in: Toolset Professional Support
Problem: I would like to require the User to select at least one checkbox from a checkboxes group in a CRED form. Solution: There's no way to do this from wp-admin, but you can apply backend validation using the cred_form_validate hook that will require at least one checkbox.
Change 1234 to match the CRED form ID, and change 'checkboxes' in both places to match the field slug. Relevant Documentation: |
2 | 4 | 6 years, 9 months ago | ||||
Unique Field Identifier
Started by: Adrian in: Toolset Professional Support |
2 | 4 | 6 years, 9 months ago | ||||
[Bug] Adding a post field to the content template disables shortcode parsing
Started by: Adrian in: Toolset Professional Support |
2 | 4 | 6 years, 9 months ago | ||||
Display only Filtered Values
Started by: Adrian
in: Toolset Professional Support
Problem: I have a custom search which filters by post ID based on URL query. Is there a way to return the [wpv-no-items-found] bit intstead for this particular view? Solution: f you pass empty URL parameter "my-url-param" to view, view will output all result. In your case, you can change it with Views filter hook "", for example add below codes into your theme/functions.php:
Please replace 12345 with your view's ID, replace "my-url-param" with your URL parameter Relevant Documentation: https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query |
2 | 4 | 6 years, 9 months ago | ||||
Date with only Year and Month
Started by: Adrian
in: Toolset Professional Support
Problem: Solution: |
3 | 4 | 6 years, 9 months ago | ||||
Filter by repeating field groups
Started by: Adrian in: Toolset Professional Support |
4 | 7 | 6 years, 9 months ago | ||||
Profanity Filter
Started by: Adrian
in: Toolset Professional Support
Problem: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 2 | 6 years, 9 months ago | ||||
Simplify User Password Reset
Started by: Adrian
in: Toolset Professional Support
Problem: I would like to allow my site admins to reset a User's password and trigger the password reset email that is normally triggered from the Reset Password form. Solution: I do not know a way to bypass the step completely, but you can transfer the step from the end User to a site admin. Show those site admins a link to @http://yoursite.com/wp-login.php?action=lostpassword, where they can fill in the User's credentials for them and submit the form. |
2 | 4 | 6 years, 9 months ago | ||||
[bug] views replaces comments with paragraphs
Started by: Adrian in: Toolset Professional Support |
2 | 4 | 6 years, 9 months ago | ||||
Paragraphs are automatically inserted and breaking my views code
Started by: Adrian
in: Toolset Professional Support
Problem: The issue here is that the user's texts are being wrapped in auto paragraph tags. Solution: There are 2 ways to remove this. The first way is that there is a setting in the content template to disable auto paragraphs. The second is that there is a [wpv-noautop] shortcode that you can use to remove the paragraph tags. Example useage
|
2 | 4 | 6 years, 9 months ago |