JoelK2744
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
| Status | Debate | Supporter | Voces | Mensajes | Caducidad |
|---|---|---|---|---|---|
|
Displaying Repeatable Field Group Field in View with Blocks
Iniciado por: JoelK2744 en: Toolset Professional Support |
|
2 | 10 | 4 years, 7 months ago | |
|
FAO: Nigel – GenerateBlocks Workaround Broken with latest Toolset update/s
Iniciado por: JoelK2744 en: Toolset Professional Support |
|
2 | 10 | 4 years, 8 months ago | |
|
The custom fields position/order in the editor
Iniciado por: JoelK2744 en: Toolset Professional Support |
|
2 | 9 | 4 years, 9 months ago | |
|
Adding Class to Img Tag / Custom Image Size Not Loading via Shortcode
Iniciado por: JoelK2744
en: Toolset Professional Support
Problem: Solution:
function add_class_to_image_block( $block_content, $block ) {
if ( $block['blockName'] === 'toolset-blocks/image' ) {
return str_replace( '<img src', '<img class="my-class" src', $block_content );
}
return $block_content;
}
add_filter( 'render_block', 'add_class_to_image_block', 10, 2 );
Relevant Documentation: |
|
2 | 6 | 4 years, 9 months ago | |
|
Scroll down to view’s results
Iniciado por: JoelK2744
en: Toolset Professional Support
Problem: Solution:
jQuery( document ).on( 'js_event_wpv_parametric_search_results_updated', function( event, data ) {
/**
* data.view_unique_id (string) The View unique ID hash
* data.layout (object) The jQuery object for the View layout wrapper
*/
console.log('results updated');
jQuery('html, body').animate({
scrollTop: jQuery(".js-wpv-loop-wrapper").offset().top - 70
}, 1000);
});
Relevant Documentation: |
|
2 | 5 | 4 years, 9 months ago | |
|
Display a View Filter Selection Visually
Iniciado por: JoelK2744 en: Toolset Professional Support |
|
2 | 7 | 4 years, 9 months ago | |
|
Custom Fields Not Displaying
Iniciado por: JoelK2744 en: Toolset Professional Support |
|
2 | 6 | 4 years, 9 months ago | |
|
Taxonomy filter in View Search Not Hierarchical
Iniciado por: JoelK2744 en: Toolset Professional Support |
|
2 | 3 | 4 years, 10 months ago | |
|
Conditional Colour in View based on which Post Type
Iniciado por: JoelK2744
en: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 5 | 4 years, 10 months ago | |
|
Improving UX of Gallery on Mobile & Linking Gallery to Image via Lightbox Group
Iniciado por: JoelK2744
en: Toolset Professional Support
Problem: Count the items of multiple instances field. Solution: It needs custom shortcodes, for example below similar thread: https://toolset.com/forums/topic/count-number-of-entries-in-repeating-field/#post-1207355 For using custom shortcode in wpv-conditional shortcode, please check our document: https://toolset.com/course-lesson/using-toolset-conditional-block/#checking-for-shortcodes-values section "Checking for Shortcodes Values" Relevant Documentation: |
|
2 | 5 | 4 years, 10 months ago | |
|
Adding Email to URL of Toolset Button Block + 404 Error
Iniciado por: JoelK2744 en: Toolset Professional Support |
|
2 | 5 | 4 years, 10 months ago | |
|
Display Conditionally if Term Assigned to Taxonomy using Blocks
Iniciado por: JoelK2744
en: Toolset Professional Support
Problem: I would like to display some content conditionally if any term from a specific taxonomy is assigned to the current post. Solution: Use a conditional block and turn on the advanced condition editor. Add the following condition:
('[wpv-post-taxonomy type="book-tax" format="slug" ]' ne '')
Replace book-tax with the slug of the taxonomy. |
|
2 | 6 | 4 years, 10 months ago | |
|
Alternating View Layout
Iniciado por: JoelK2744 en: Toolset Professional Support |
|
3 | 13 | 4 years, 10 months ago | |
|
Background Image Size
Iniciado por: JoelK2744 en: Toolset Professional Support |
|
2 | 3 | 4 years, 10 months ago | |
|
Adding Flickity to a Blocks View
Iniciado por: JoelK2744 en: Toolset Professional Support |
|
2 | 3 | 4 years, 11 months ago |