cristianP-3
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 |
---|---|---|---|---|---|
Reset filter button breaks my default order settings
Started by: cristianP-3 in: Toolset Professional Support |
2 | 2 | 3 years, 2 months ago | ||
[wpv-woo-product-price] doesn't show me prices, no more
Started by: cristianP-3 in: Toolset Professional Support |
2 | 4 | 4 years, 10 months ago | ||
export types doesn't work
Started by: cristianP-3 in: Toolset Professional Support |
2 | 2 | 5 years, 4 months ago | ||
Fatal error: Uncaught ReflectionException: Class WC_REST_Product_Tags_V1_Control
Started by: cristianP-3 in: Toolset Professional Support |
1 | 2 | 6 years ago | ||
CRED edit post into modal can't edit featured image
Started by: cristianP-3 in: Toolset Professional Support |
2 | 2 | 6 years, 2 months ago | ||
Layout cache
Started by: cristianP-3
in: Toolset Professional Support
Problem: I have a Form displayed on a parent post. The Form creates child posts. There is a View of child posts displayed on the parent post as well. After creating a child post and refreshing the page, the new post does not appear in the View. I cannot see the new child post until I update the parent post Layout. Solution: This appears to be an issue with the Redis Cache plugin. |
2 | 5 | 6 years, 4 months ago | ||
Dynamic offset in views ?
Started by: cristianP-3
in: Toolset Professional Support
Problem: The issue here is that the user wanted to dynamically allocate an offset to the view based on a url parameter. Solution: To pass the offset to the view all you need to do is add the offset="2" value to the shortcode as a shortcode attribute. Then you can use this shortcode to pass the attribute. |
2 | 4 | 6 years, 6 months ago | ||
Get the ID of author of the archive author page
Started by: cristianP-3 in: Toolset Professional Support |
3 | 8 | 6 years, 7 months ago | ||
Require User to choose an autosuggested address
Started by: cristianP-3
in: Toolset Professional Support
Problem: I would like to require Users to select one of the autosuggested options for an Address field. If Google cannot find the address, the User should not be able to submit the address. Solution: There's no built-in way to require selection of one of the suggestions supplied in the autosuggest field. In theory you could use the CRED API cred_form_validate to perform custom validation on the backend using the Google Maps APIs, and return an error to the User if necessary. Relevant Documentation: |
2 | 3 | 6 years, 9 months ago | ||
CRED forms produces two posts, with an additional CRED AUTODRAFT post
Started by: cristianP-3
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | 6 years, 9 months ago | ||
Select tab programmatically in tabs cell
Started by: cristianP-3
in: Toolset Professional Support
Problem: I would like to programmatically select a specific tab in a Layouts tab cell. Solution: We use Bootstrap Tabs component, so you can trigger any tab using jQuery.tab: jQuery('#my-tabs a:eq(1)').tab('show'); In this example, I added the ID "my-tabs" to the tab cell in Layouts, and this code shows the 2nd tab (zero-based index). Relevant Documentation: https://getbootstrap.com/docs/3.3/javascript/#tabs |
2 | 3 | 6 years, 10 months ago | ||
filter and result view
Started by: cristianP-3 in: Toolset Professional Support |
2 | 9 | 6 years, 11 months ago |