kelvinL-2
Support threads created in the last 30 days: 2
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Import over thousands of relationship
Started by: kelvinL-2 in: Toolset Professional Support |
2 | 4 | 6 years, 8 months ago | ||
Show post excerpt if not empty, otherwise show post body
Started by: kelvinL-2
in: Toolset Professional Support
Problem: I would like to show the post excerpt if it is not empty, otherwise show the full post content. Solution: add_shortcode('wpv-post-real-excerpt', 'real_excerpt_shortcode'); function real_excerpt_shortcode() { global $post; return $post->post_excerpt; } Go to Toolset > Settings > Frontend Content and enter "wpv-post-real-excerpt" in the 3rd party shortcodes area. Then you should be able to test the excerpt like this: [wpv-conditional if="('[wpv-post-real-excerpt]' != '')"] [wpv-post-excerpt] [/wpv-conditional] [wpv-conditional if="('[wpv-post-real-excerpt]' != '')" evaluate="false"] [wpv-post-body view_template='None'] [/wpv-conditional] Relevant Documentation: |
2 | 3 | 6 years, 10 months ago | ||
How can I export individual View
Started by: kelvinL-2
in: Toolset Professional Support
Problem: The issue here is that the user wanted to export a single view. Solution: |
2 | 2 | 6 years, 10 months ago | ||
Visibility is hidden by default if pagination enabled with manual transition…
Started by: kelvinL-2 in: Toolset Professional Support |
2 | 9 | 6 years, 11 months ago | ||
Duplicator cannot duplicate the Toolset post
Started by: kelvinL-2 in: Toolset Professional Support |
2 | 4 | 6 years, 11 months ago | ||
Conditional output according to the number of items
Started by: kelvinL-2 in: Toolset Professional Support |
2 | 9 | 7 years ago | ||
Display featured image with slider pagination
Started by: kelvinL-2 in: Toolset Professional Support |
2 | 8 | 7 years ago | ||
Add repeatable group of fields to post
Started by: kelvinL-2
in: Toolset Professional Support
Problem: The issue here is that the customer wanted to know if its possible to create a repeatable field group. Solution: This is actually possible the link below should provide with you some assistance on how to do this. |
2 | 7 | 7 years ago | ||
Bug report about creating custom post type
Started by: kelvinL-2 in: Toolset Professional Support |
2 | 4 | 7 years ago | ||
PHP script to call brother post or parent's child post
Started by: kelvinL-2 in: Toolset Professional Support |
2 | 2 | 7 years ago | ||
Hide the Front-end Display from admin page
Started by: kelvinL-2
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | 7 years ago |