arnoldd
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 |
---|---|---|---|---|---|
Front end "Edit post form" shows page atributes
Started by: arnoldd
in: Toolset Professional Support
Problem: The customer wants users to edit their own custom and WordPress posts using a front-end Toolset form. However, when users click the edit post link, they are redirected to the edit page, which includes unnecessary theme elements like the sidebar, double images, and other Elementor theme components. Solution: Initially, I tested the issue by creating and editing posts but could not reproduce the problem. The customer added a "company profile" and posts to my account for testing. |
2 | 8 | 4 months, 1 week ago | ||
Form type and post type do not match
Started by: arnoldd in: Toolset Professional Support |
2 | 7 | 4 months, 2 weeks ago | ||
Displaying parent and child in a search view
Started by: arnoldd in: Toolset Professional Support |
2 | 5 | 7 years ago | ||
Display custom field of parent and child inline
Started by: arnoldd
in: Toolset Professional Support
Problem: I have a View of child posts placed on a parent post page. I would like to display information about parent and child posts together in the same line of text. Solution: Move the custom field for the parent post into the View of child posts. This will prevent extra markup from causing the line breaks between field display. |
2 | 3 | 7 years ago | ||
Access hide WP back-end and toolbar for members
Started by: arnoldd
in: Toolset Professional Support
Problem: The issue here is that the user wanted to hide the admin bar from non-admins Solution: Have a look at this and it should allow you to do this. |
2 | 9 | 7 years, 1 month ago | ||
Make WP Featured image required on multiple CRED forms
Started by: arnoldd
in: Toolset Professional Support
Problem: I would like to make the featured image field required on multiple CRED forms. Solution: function my_cred_featured_image_validation($field_data, $form_data) { list($fields,$errors)=$field_data; $form_ids = [123,456]; if (in_array($form_data['id'], $form_ids)) { if ( empty($fields['_featured_image']['value']) ) { $errors['_featured_image']='This field is required'; } } return array($fields,$errors); } add_filter('cred_form_validate', 'my_cred_featured_image_validation', 10, 2); Change 123,456 to a comma-separated list of form IDs. Relevant Documentation: https://toolset.com/documentation/programmer-reference/cred-api/#cred_form_validate |
2 | 3 | 7 years, 1 month ago | ||
Auto delete / remove old date post in view
Started by: arnoldd
in: Toolset Professional Support
Problem: Solution: You can find proposed solution with the following reply: Relevant Documentation: |
2 | 5 | 7 years, 1 month ago | ||
Datepicker css
Started by: arnoldd
in: Toolset Professional Support
Problem: I'm showing two datepicker fields in my custom search filter. I would like to display a calendar icon next to each text input, and when the user clicks the input I would like the relevant calendar to appear. I added an nbsp to the span.wpv_date_input tag to make it look like a text input field. Now, when the user clicks the input, the datepicker appears then disappears immediately. Solution: |
2 | 7 | 7 years, 1 month ago | ||
Bootstrap html in filter editor
Started by: arnoldd in: Toolset Professional Support |
2 | 2 | 7 years, 3 months ago | ||
Addres field not showing
Started by: arnoldd in: Toolset Professional Support |
2 | 5 | 7 years, 5 months ago | ||
Woocomerce member user form
Started by: arnoldd in: Types Community Support |
2 | 7 | 7 years, 7 months ago |