JensP9777
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 |
---|---|---|---|---|---|
Toolset chat support ticket created by JensP9777
Started by: JensP9777 in: Toolset Professional Support |
2 | 16 | 3 years, 6 months ago | ||
Issue with Site Review Plugin and WP_query loop with Toolset
Started by: JensP9777
in: Toolset Professional Support
Problem: Solution: [site_reviews assigned_post="[wpv-post-id]"] [site_reviews_form assigned_post="[wpv-post-id]"] However, nested shortcodes are not supported by Elementor, it needs to be added inside a Toolset content template. Then you can include the content template inside Elementor using a shortcode: [wpv-post-body view_template="Current Post Reviews Form"] [wpv-post-body view_template="Current Post Reviews"] |
2 | 5 | 3 years, 7 months ago | ||
Elementor + CPT with WYSIWYG Editor displays content from YASR Plugin
Started by: JensP9777
in: Toolset Professional Support
Problem: Somehow the WYSIWYG editor "grabs" the structured data from "Yet Another Stars Rating plugin" but ONLY if I enter anything in that editor. If I leave the WYSIWYG empty, no code shows up. Solution: You can add attribute suppress_filters='true' into Types shortcode, and test again. For example: [types field='my-wysiwyg' suppress_filters='true'][/types] Relevant Documentation: https://toolset.com/documentation/customizing-sites-using-php/functions/#wysiwyg |
2 | 7 | 4 years, 8 months ago | ||
Activited View Plugin leads to a blank Elementor homepage
Started by: JensP9777 in: Toolset Professional Support |
3 | 6 | 4 years, 10 months ago | ||
Voting for Items and sort them
Started by: JensP9777 in: Toolset Professional Support |
2 | 5 | 5 years, 2 months ago | ||
conditional checkbox for deeper linking
Started by: JensP9777
in: Toolset Professional Support
Problem: I have a View that shows the featured image of each post in the results. The post type has a checkbox custom field. If the custom field is checked, I would like to link the featured image to the post. If not, I would like to display the featured image with no link. Solution: Use a conditional that tests the checkbox value, and add or remove the link tag as needed: [wpv-conditional if="( $(wpcf-checkbox) eq '1')"] <a href="[wpv-post-url]"> [/wpv-conditional] [wpv-post-featured-image] [wpv-conditional if="( $(wpcf-checkbox) eq '1')"] </a> [/wpv-conditional] |
2 | 7 | 5 years, 2 months ago |