geoffD
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Conditional Output in Visual Editor Cell
1
2
Commencé par : geoffD
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 18 | Il y a 5 années et 10 mois | ||
types-custom-fields page not loading and software won't update
Commencé par : geoffD in: Toolset Professional Support |
2 | 2 | Il y a 5 années et 10 mois | ||
Editing CPT
Commencé par : geoffD in: Toolset Professional Support |
2 | 8 | Il y a 5 années et 10 mois | ||
Split: How do I choose which record to edit in edit form – redirect after submit
Commencé par : geoffD in: Toolset Professional Support |
2 | 2 | Il y a 5 années et 11 mois | ||
How do I choose which record to edit in edit form
Commencé par : geoffD in: Toolset Professional Support |
2 | 10 | Il y a 5 années et 11 mois | ||
WP-Admin acting strangely
Commencé par : geoffD
in: Toolset Professional Support
Problem: When I login to wp-admin, the normal dashboard is replaced with an unstyled form that says "Create a new Relationship Form" and "Use an existing Form". Solution: Ask your host to activate the mbstring extension on your server. Relevant Documentation: |
2 | 5 | Il y a 5 années et 11 mois | ||
How to update child post value from parent post
Commencé par : geoffD
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 5 | Il y a 6 années et 3 mois | ||
Split: Hierarchy of same post type – create new parent
Commencé par : geoffD
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 9 | Il y a 6 années et 3 mois | ||
Hierarchy of same post type
Commencé par : geoffD in: Toolset Professional Support |
3 | 15 | Il y a 6 années et 3 mois | ||
Edit post from a different post, using Forms
Commencé par : geoffD
in: Toolset Professional Support
Problem: I would like to use Forms to edit a post, but I would like to display the Form on a different post. Solution: Create a View that displays the post title for the post you want to edit, and place the View on the post where you want to display the Form. Replace the post title shortcode with the Form shortcode. |
2 | 2 | Il y a 6 années et 7 mois | ||
Select2 not working on access control pages
Commencé par : geoffD
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 6 | Il y a 6 années et 7 mois | ||
Setting up parent post in front end
1
2
Commencé par : geoffD
in: Toolset Professional Support
Problem: The issue here is that the user wanted to set the parent post automatically when creating a chid post. Now the user will CREATE that parent post and when creating the child that parent should be set automatically. Solution: Add the following to your functions.php file // Add Shortcode function user_post_id( $atts ) { // Attributes $atts = shortcode_atts( array( 'author_id' => '', 'cpt' => '', ), $atts ); $args = array( 'author' => $atts['author_id'], 'orderby' => 'post_date', 'order' => 'ASC', 'posts_per_page' => 1, 'post_type'=> $atts['cpt'] ); $post=get_posts($args); return $post[0]->ID; } add_shortcode( 'user_post_id', 'user_post_id' ); Then on your CRED form where it has the Parent Field on the edit form page add this as the value [user_post_id author_id="[wpv-current-user info='id']" cpt='post'] |
2 | 22 | Il y a 6 années et 8 mois | ||
View List Action
Commencé par : geoffD in: Toolset Professional Support |
2 | 2 | Il y a 6 années et 9 mois | ||
child cred forms
Commencé par : geoffD in: Toolset Professional Support |
2 | 14 | Il y a 6 années et 9 mois |