JoelK2744
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
| Status | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
Displaying Repeatable Field Group Field in View with Blocks
Commencé par : JoelK2744 in: Toolset Professional Support |
|
2 | 10 | Il y a 4 years, 7 months | |
|
FAO: Nigel – GenerateBlocks Workaround Broken with latest Toolset update/s
Commencé par : JoelK2744 in: Toolset Professional Support |
|
2 | 10 | Il y a 4 years, 8 months | |
|
The custom fields position/order in the editor
Commencé par : JoelK2744 in: Toolset Professional Support |
|
2 | 9 | Il y a 4 years, 9 months | |
|
Adding Class to Img Tag / Custom Image Size Not Loading via Shortcode
Commencé par : JoelK2744
in: 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 | Il y a 4 years, 9 months | |
|
Scroll down to view’s results
Commencé par : JoelK2744
in: 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 | Il y a 4 years, 9 months | |
|
Display a View Filter Selection Visually
Commencé par : JoelK2744 in: Toolset Professional Support |
|
2 | 7 | Il y a 4 years, 9 months | |
|
Custom Fields Not Displaying
Commencé par : JoelK2744 in: Toolset Professional Support |
|
2 | 6 | Il y a 4 years, 9 months | |
|
Taxonomy filter in View Search Not Hierarchical
Commencé par : JoelK2744 in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 9 months | |
|
Conditional Colour in View based on which Post Type
Commencé par : JoelK2744
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 5 | Il y a 4 years, 9 months | |
|
Improving UX of Gallery on Mobile & Linking Gallery to Image via Lightbox Group
Commencé par : JoelK2744
in: 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 | Il y a 4 years, 9 months | |
|
Adding Email to URL of Toolset Button Block + 404 Error
Commencé par : JoelK2744 in: Toolset Professional Support |
|
2 | 5 | Il y a 4 years, 9 months | |
|
Display Conditionally if Term Assigned to Taxonomy using Blocks
Commencé par : JoelK2744
in: 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 | Il y a 4 years, 9 months | |
|
Alternating View Layout
Commencé par : JoelK2744 in: Toolset Professional Support |
|
3 | 13 | Il y a 4 years, 10 months | |
|
Background Image Size
Commencé par : JoelK2744 in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 10 months | |
|
Adding Flickity to a Blocks View
Commencé par : JoelK2744 in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 10 months |