Jim
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 |
---|---|---|---|---|---|
Entering the _wpcf_belongs_[parent-slug]_id no longer connects the post types
Started by: Jim
in: Toolset Professional Support
Problem: I would like to import post relationships but the _wpcf_belongs_parent-slug_id syntax no longer works. Solution: This syntax has been deprecated in the new post relationships system and will not be helpful. You can follow our guides below to use CSV import tools with post relationships. Relevant Documentation: |
2 | 8 | 6 years, 1 month ago | ||
Remove space before comma from view loop
Started by: Jim in: Toolset Professional Support |
2 | 2 | 6 years, 2 months ago | ||
Remove post related form fields from post type
Started by: Jim
in: Toolset Professional Support
Problem: The issue here is that the user wanted to limit his custom field group to a single CPT Solution: You can actually do this by going to your field group under the setting Appears On, you can select the CPT that this field group should only appear on. |
2 | 3 | 6 years, 2 months ago | ||
Condition causes error
1
2
Started by: Jim in: Toolset Professional Support |
2 | 18 | 6 years, 2 months ago | ||
Layout is not loading correctly
Started by: Jim in: Toolset Professional Support |
2 | 2 | 6 years, 4 months ago | ||
Unauthorized page warning apears on every layout block
1
2
Started by: Jim in: Toolset Professional Support |
3 | 19 | 6 years, 4 months ago | ||
unexpected output when using a wpvcondition inside a toolset access rule
Started by: Jim
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 7 | 6 years, 6 months ago | ||
How to display the description from an image field
Started by: Jim
in: Toolset Professional Support
Problem: Solution: /** * Custom shortcode to output description of image field */ add_shortcode( 'description', function( $atts=[] ){ $output = ""; if ( isset( $atts['url'] ) ) { $img_id = attachment_url_to_postid( $atts['url'] ); $img = get_post( $img_id ); if ( !is_null( $img ) ) { $output = $img->post_content; } } return $output; }); |
2 | 8 | 6 years, 8 months ago | ||
Display breadcrumbs on my site on pages build with layouts
Started by: Jim
in: Toolset Professional Support
Problem: Solution: Yoast actually has a shortcodes that allows you to place the breadcrumbs as a shortcode https://toolset.com/documentation/user-guides/views-shortcodes-for-other-plugins/ |
2 | 3 | 6 years, 11 months ago | ||
loop through categories used by child posts of current parent post
Started by: Jim
in: Toolset Professional Support
Problem: Solution: |
2 | 6 | 6 years, 11 months ago | ||
get a global variable for all views on one page
Started by: Jim
in: Toolset Professional Support
Problem: Solution: You can find proposed solution with the following reply: Relevant Documentation: |
2 | 16 | 6 years, 11 months ago | ||
With toolset access active I cannot create a new form
Started by: Jim in: Types Community Support |
2 | 3 | 6 years, 11 months ago | ||
Getting field values from custom post type into gravity forms
Started by: Jim in: Toolset Professional Support |
2 | 6 | 7 years ago | ||
term field loop or other solution
Started by: Jim in: Types Community Support |
1 | 4 | 7 years, 1 month ago | ||
I need advice on how to setup a user directory
Started by: Jim in: Types Community Support |
2 | 11 | 7 years, 11 months ago |