JoelK2744
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Displaying Repeatable Field Group Field in View with Blocks
Gestartet von: JoelK2744 in: Toolset Professional Support |
|
2 | 10 | vor 4 Jahre, 3 Monaten | |
FAO: Nigel – GenerateBlocks Workaround Broken with latest Toolset update/s
Gestartet von: JoelK2744 in: Toolset Professional Support |
|
2 | 10 | vor 4 Jahre, 4 Monaten | |
The custom fields position/order in the editor
Gestartet von: JoelK2744 in: Toolset Professional Support |
|
2 | 9 | vor 4 Jahre, 5 Monaten | |
Adding Class to Img Tag / Custom Image Size Not Loading via Shortcode
Gestartet von: 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 | vor 4 Jahre, 5 Monaten | |
Scroll down to view’s results
Gestartet von: 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 | vor 4 Jahre, 5 Monaten | |
Display a View Filter Selection Visually
Gestartet von: JoelK2744 in: Toolset Professional Support |
|
2 | 7 | vor 4 Jahre, 5 Monaten | |
Custom Fields Not Displaying
Gestartet von: JoelK2744 in: Toolset Professional Support |
|
2 | 6 | vor 4 Jahre, 5 Monaten | |
Taxonomy filter in View Search Not Hierarchical
Gestartet von: JoelK2744 in: Toolset Professional Support |
|
2 | 3 | vor 4 Jahre, 5 Monaten | |
Conditional Colour in View based on which Post Type
Gestartet von: JoelK2744
in: Toolset Professional Support
Problem: Solution: You can find the proposed solution in this case with the following reply: Relevant Documentation: |
|
2 | 5 | vor 4 Jahre, 5 Monaten | |
Improving UX of Gallery on Mobile & Linking Gallery to Image via Lightbox Group
Gestartet von: 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 | vor 4 Jahre, 5 Monaten | |
Adding Email to URL of Toolset Button Block + 404 Error
Gestartet von: JoelK2744 in: Toolset Professional Support |
|
2 | 5 | vor 4 Jahre, 5 Monaten | |
Display Conditionally if Term Assigned to Taxonomy using Blocks
Gestartet von: 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 | vor 4 Jahre, 5 Monaten | |
Alternating View Layout
Gestartet von: JoelK2744 in: Toolset Professional Support |
|
3 | 13 | vor 4 Jahre, 6 Monaten | |
Background Image Size
Gestartet von: JoelK2744 in: Toolset Professional Support |
|
2 | 3 | vor 4 Jahre, 6 Monaten | |
Adding Flickity to a Blocks View
Gestartet von: JoelK2744 in: Toolset Professional Support |
|
2 | 3 | vor 4 Jahre, 6 Monaten |