davidZ-4
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 |
---|---|---|---|---|---|
get parent post data and create child post title using CRED form
Started by: davidZ-4
in: Toolset Professional Support
Problem: Use a CRED form for creating child post, I need to get parent post information within cred_save_data action hook using PHP codes. Solution: In the CRED form for creating child post, there is a a parent post selector, it will pass a POST parameter "@client-client-portfolio_parent" to target page, so you will can get the parent post ID with below codes: $parent_post_id = $_POST['@client-client-portfolio_parent']; Relevant Documentation: https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data |
2 | 3 | 6 years ago | ||
Display parent data on a child post
Started by: davidZ-4
in: Toolset Professional Support
Problem: Display parent post information, and the parent posts are in "Private" status. Solution: By default the Toolset post type relationship API doesn't return private posts, so it conduct the problem you mentioned above, in your case, I suggest you try to use filter hook "toolset_get_available_post_statuses" to allow private posts, for example: https://toolset.com/forums/topic/display-parent-data-on-a-child-post/#post-1157573 Relevant Documentation: |
2 | 8 | 6 years, 1 month ago | ||
Add a child post from Parent content template using a form to create the child
Started by: davidZ-4
in: Toolset Professional Support
Problem: Display the creating child post form link in parent post content template. Solution: you need to follow our document to do these: 1) Create a post form for creating child post 2) Put it into a WordPress page 3) In the "Parent content template", display the create child post link by this: click button "Toolset Forms", in section "Other Toolset Forms actions", click button "Create Child Post Link", and setup the link Relevant Documentation: |
2 | 3 | 6 years, 1 month ago | ||
Creating forms when a parent post is preselected
Started by: davidZ-4 in: Toolset Professional Support |
1 | 2 | 6 years, 1 month ago | ||
Toolset Access conflict with Teams for WooCommerce Memberships
Started by: davidZ-4 in: Toolset Professional Support |
2 | 2 | 6 years, 1 month ago | ||
Delete and image from the post and remove from the media library
Started by: davidZ-4 in: Toolset Professional Support |
2 | 2 | 6 years, 3 months ago | ||
CRED 2.1.1.1 and 2.1.1 are preventing edit for custom post
Started by: davidZ-4 in: Toolset Professional Support |
2 | 2 | 6 years, 3 months ago | ||
How do i list child post on a stand alone page – not the parent post
Started by: davidZ-4 in: Toolset Professional Support |
2 | 2 | 6 years, 3 months ago | ||
Allow user select background color or upload background image
Started by: davidZ-4
in: Toolset Professional Support
Problem: Allow the user select the background color of his custom post or upload a background image. Solution: It needs custom JS/CSS codes, see user's solution here: Relevant Documentation: |
3 | 13 | 6 years, 3 months ago | ||
Conditional output stoped working
Started by: davidZ-4 in: Toolset Professional Support |
2 | 3 | 6 years, 4 months ago | ||
question – Migrate Your Site to New Post Relationships with my custom PHP
Started by: davidZ-4 in: Toolset Professional Support |
2 | 2 | 6 years, 4 months ago | ||
adding CRED form to a page shift the page menus to the left
Started by: davidZ-4 in: Toolset Professional Support |
2 | 6 | 6 years, 6 months ago | ||
view Query Filter nor search parameters does not filter the results correctly
Started by: davidZ-4 in: Toolset Professional Support |
2 | 10 | 6 years, 6 months ago | ||
CRED conditional OR behave like AND
Started by: davidZ-4 in: Toolset Professional Support |
3 | 15 | 6 years, 6 months ago | ||
replace radio button with image to select and prevent overlap on creen resize
Started by: davidZ-4 in: Toolset Professional Support |
2 | 14 | 6 years, 7 months ago |