Dallin Chase
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 |
---|---|---|---|---|---|
Old genesis layout element won't delete from layout
Started by: Dallin Chase in: Toolset Professional Support |
2 | 4 | 7 years ago | ||
Pagination not displaying on slider view
Started by: Dallin Chase in: Toolset Professional Support |
2 | 5 | 7 years, 1 month ago | ||
Nesting shortcode
Started by: Dallin Chase in: Toolset Professional Support |
2 | 3 | 7 years, 3 months ago | ||
Fatal error when cloning GIT repo with Layouts plugin installed
Started by: Dallin Chase
in: Toolset Professional Support
Problem: Solution: Please update your plugins. |
2 | 5 | 7 years, 3 months ago | ||
Views pagination trigger 404 error
Started by: Dallin Chase in: Toolset Professional Support |
2 | 11 | 7 years, 3 months ago | ||
Woocommerce category archives don't load products
Started by: Dallin Chase in: Toolset Professional Support |
2 | 13 | 7 years, 4 months ago | ||
Post excerpt empty but page content loading
Started by: Dallin Chase
in: Toolset Professional Support
Problem: [wpv-post-excerpt] seems to output the post body content when the post excerpt field is empty. This is breaking some conditionals that rely on the value of the post excerpt field. Solution: [wpv-post-excerpt] will fall back to display part of the post body if the post excerpt field is empty. The way to work around this is to create a custom shortcode that returns the actual value of the post excerpt field. Add this code to functions.php: add_shortcode('wpv-post-real-excerpt', 'real_excerpt_shortcode'); function real_excerpt_shortcode() { global $post; return $post->post_excerpt; } Then you should be able to modify your conditional like this: [wpv-conditional if="( '[wpv-post-real-excerpt]' ne '' )"] [wpv-post-excerpt length="230" count="character" more="..." format="noautop"][/wpv-conditional] |
2 | 3 | 7 years, 5 months ago | ||
Fatal error
Started by: Dallin Chase in: Toolset Professional Support |
2 | 3 | 7 years, 5 months ago |