scottL-3
Admite hilos creados en los últimos 30 días: 1
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
views shortcodes and types_render_field are not showing line breaks properly
Iniciado por: scottL-3 en: Toolset Professional Support |
2 | 8 | hace 6 años, 2 meses | ||
Display formatted text from custom WYSIWYG field applied to taxonomy term
Iniciado por: scottL-3
en: 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 | hace 6 años, 3 meses | ||
Datepicker change event
Iniciado por: scottL-3
en: 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 | hace 6 años, 3 meses | ||
Show different content if term is parent than if it is child in taxonomy archive
Iniciado por: scottL-3 en: Toolset Professional Support |
2 | 4 | hace 6 años, 4 meses | ||
Hiding filter labels if no choices are available
Iniciado por: scottL-3
en: 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 | hace 6 años, 4 meses | ||
Getting multiple notifications from CRED with field condition notifications
1
2
Iniciado por: scottL-3 en: Toolset Professional Support |
3 | 18 | hace 6 años, 4 meses | ||
New versions of Toolset plugins don't work
Iniciado por: scottL-3 en: Toolset Professional Support |
3 | 4 | hace 6 años, 4 meses | ||
Need to be able to edit post body without a post content cell
Iniciado por: scottL-3 en: Toolset Professional Support |
2 | 3 | hace 6 años, 4 meses | ||
Is there a way to filter on a relationship OR a taxonomy?
Iniciado por: scottL-3
en: 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 | hace 6 años, 4 meses | ||
Need full access to media post object
Iniciado por: scottL-3 en: Toolset Professional Support |
3 | 4 | hace 6 años, 4 meses | ||
Cannot save unchecked checkbox field when editing relationship.
Iniciado por: scottL-3
en: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 6 | hace 6 años, 4 meses | ||
Products edited with Elementor don’t work with Views and Layouts
Iniciado por: scottL-3
en: 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 | hace 6 años, 5 meses | ||
Custom Search Filter by post type in Views and Archives
Iniciado por: scottL-3 en: Toolset Professional Support |
3 | 5 | hace 6 años, 5 meses | ||
No way to edit relationships in post edit form?
Iniciado por: scottL-3 en: Toolset Professional Support |
2 | 2 | hace 6 años, 6 meses | ||
Custom role tab links and buttons aren’t working
Iniciado por: scottL-3
en: 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 | hace 6 años, 6 meses |