mikeB-14
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 |
---|---|---|---|---|---|
Making a href url smaller for email notification
Started by: mikeB-14 in: Toolset Professional Support |
2 | 14 | 5 years, 9 months ago | ||
Using a View List and Cred Form want the view and edit form to line up in row
Started by: mikeB-14
in: Toolset Professional Support
Problem: I have a Form that includes a checkbox and a submit button. I would like to show both items in one horizontal row. Solution: Use CSS to float the items and add a bit of padding between them. .js-wpt-field-items.js-wpt-repetitive.wpt-repetitive { float: left; padding-right: 12px; } .btn.wpt-form-submit { float: left; } |
2 | 5 | 5 years, 9 months ago | ||
Using cred form with repeatable groups
Started by: mikeB-14
in: Toolset Professional Support
Problem: The issue here is that the user has their child form which gets some basic parent information from the URL. However after submitting the form and then being redirect to the same child form to add a new child post for the same parent the link to allow the user to click to the parent is broken again. Solution: The workaround to this is by using the [wpv-post-url] in combination with the [wpv-search-term] shortcode. The way to get the url from the Parent id in the url can be seen below. <a href="[wpv-post-url item='[wpv-search-term param='parent_planner-event_id']']">Back to [wpv-post-title item='[wpv-search-term param='parent_planner-event_id']']</a> Where parent_planner-event_id is the url parameter. |
2 | 7 | 5 years, 9 months ago | ||
Layout issues with grid view and Divi
Started by: mikeB-14
in: Toolset Professional Support
Problem: I'm having trouble displaying a Bootstrap grid View with the Divi theme active. Solution: Bootstrap and Divi are not compatible, and we do not recommend using them together. Relevant Documentation: |
2 | 3 | 5 years, 9 months ago | ||
Toolset Rest API
Started by: mikeB-14
in: Toolset Professional Support
Problem: Solution: I know that for the CPT that Types Supports the REST API but at the moment it is very limited. I know that custom fields are not yet supported for this. Take a look at this thread and let me know if this was able to help. |
2 | 5 | 5 years, 9 months ago | ||
Design of the child post
Started by: mikeB-14 in: Toolset Professional Support |
2 | 3 | 5 years, 11 months ago | ||
Restrict Posts only related to current user
Started by: mikeB-14
in: Toolset Professional Support
Problem: I would like to restrict some posts to specific Users, based on a custom field value. Solution: Access offers restrictions based on post type or post group and User role, but nothing built-in based on custom field values per post. You can use conditional HTML output to restrict certain pieces of content instead. Relevant Documentation: |
2 | 5 | 5 years, 11 months ago |