scottL-3
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 |
---|---|---|---|---|---|
Display formatted text from custom WYSIWYG field applied to taxonomy term
Started by: scottL-3
in: Toolset Professional Support
Problem: I have a custom WYSIWYG field applied to a custom taxonomy, but when I try to display the contents of the field using a wpv-taxonomy-field shortcode the formatting is lost. Solution: Use the Types termmeta field shortcode to display formatted contents from a termmeta WYSIWYG field. The wpv-taxonomy-field shortcode is best for accessing raw data. [types termmeta='product-category-installation-information'][/types] Relevant Documentation: |
3 | 6 | 6 years, 2 months ago | ||
Datepicker change event
Started by: scottL-3
in: Toolset Professional Support
Problem: How can I add callbacks to a custom datepicker field using custom JavaScript? Solution: Use the Datepicker API from jQuery UI to hook into the onClose and onSelect events as needed: jQuery(document).ready(function(){ jQuery('input.hasDatepicker').datepicker('option','onClose',function(){ console.log('close'); }); jQuery('input.hasDatepicker').datepicker('option','onSelect',function(){ console.log('select'); }); }); Relevant Documentation: |
3 | 3 | 6 years, 2 months ago | ||
Show different content if term is parent than if it is child in taxonomy archive
Started by: scottL-3 in: Toolset Professional Support |
2 | 4 | 6 years, 3 months ago | ||
Hiding filter labels if no choices are available
Started by: scottL-3
in: Toolset Professional Support
Problem: On the client site a View includes filter controls which in some circumstances may not have any available options, and the filter label should be hidden in such circumstances. Solution: Examples are given below (the exact code will depend on the filters and their settings). |
2 | 3 | 6 years, 3 months ago | ||
Getting multiple notifications from CRED with field condition notifications
1
2
Started by: scottL-3 in: Toolset Professional Support |
3 | 18 | 6 years, 3 months ago | ||
New versions of Toolset plugins don't work
Started by: scottL-3 in: Toolset Professional Support |
3 | 4 | 6 years, 3 months ago | ||
Need to be able to edit post body without a post content cell
Started by: scottL-3 in: Toolset Professional Support |
2 | 3 | 6 years, 3 months ago | ||
Is there a way to filter on a relationship OR a taxonomy?
Started by: scottL-3
in: Toolset Professional Support
Problem: Solution: What if you try to use view's filter wpv_filter_query: You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 3 | 6 years, 4 months ago | ||
Need full access to media post object
Started by: scottL-3 in: Toolset Professional Support |
3 | 4 | 6 years, 4 months ago | ||
Cannot save unchecked checkbox field when editing relationship.
Started by: scottL-3
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 6 | 6 years, 4 months ago | ||
Products edited with Elementor don’t work with Views and Layouts
Started by: scottL-3
in: Toolset Professional Support
Problem: Solution: Elementor is one of the page builders that we are working on improving our integration. It is already possible to use Elementor with Toolset BUT with really specific cases (video: https://www.youtube.com/watch?v=ogyGJQTCLpw). You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 4 | 6 years, 5 months ago | ||
Custom Search Filter by post type in Views and Archives
Started by: scottL-3 in: Toolset Professional Support |
3 | 5 | 6 years, 5 months ago | ||
No way to edit relationships in post edit form?
Started by: scottL-3 in: Toolset Professional Support |
2 | 2 | 6 years, 5 months ago | ||
Custom role tab links and buttons aren’t working
Started by: scottL-3
in: Toolset Professional Support
Problem: The custom role settings in Access Control are not working as expected. Solution: There is currently a known conflict between Access and the Give donation plugins. Please apply the patch file in the erratum post below. Relevant Documentation: |
2 | 4 | 6 years, 5 months ago | ||
CRED newer than 1.9 breaks ability to upload image on post form
Started by: scottL-3 in: Toolset Professional Support |
2 | 2 | 6 years, 11 months ago |