romanB-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 |
---|---|---|---|---|---|
Draw polylines into Toolset Maps | #559
Started by: romanB-3 in: Toolset Professional Support |
3 | 4 | 3 years, 2 months ago | ||
Archive page for custom post type created by TheEventsCalendar | #135
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: add_filter( 'register_post_type_args', 'change_tec_venue_cpt', 10, 2 ); function change_tec_venue_cpt( $args, $post_type ){ if( $post_type === 'tribe_venue' ){ $args['has_archive'] = 'venue'; $args['rewrite'] = array( 'slug' => 'venues', 'with_front' => true, ); } return $args; } |
2 | 5 | 3 years, 2 months ago | ||
Conditional "if at least one term is set"
Started by: romanB-3 in: Toolset Professional Support |
2 | 3 | 3 years, 2 months ago | ||
Breaklines using access | #266
Started by: romanB-3 in: Toolset Professional Support |
2 | 2 | 3 years, 6 months ago | ||
Publish form with repeater group | #266
Started by: romanB-3 in: Toolset Professional Support |
2 | 4 | 3 years, 6 months ago | ||
Conflict between AJAX and select2 library in Views
Started by: romanB-3 in: Toolset Professional Support |
2 | 5 | 4 years, 2 months ago | ||
Featured posts in archive view
Started by: romanB-3 in: Toolset Professional Support |
2 | 9 | 4 years, 2 months ago | ||
Strange behaviour on complex view
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: |
2 | 9 | 4 years, 2 months ago | ||
Prefilter filters on term archive page 2
Started by: romanB-3 in: Toolset Professional Support |
2 | 5 | 4 years, 3 months ago | ||
js_event_wpv_parametric_search_results_updated not applied
Started by: romanB-3
in: Toolset Professional Support
Problem: I am trying to initialize the select2.js library on my custom search filters but I see an error in the console: select2.min.js - Uncaught Error: No select2/compat/inputData Solution: |
2 | 3 | 4 years, 3 months ago | ||
Some JS don’t work on view
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: |
2 | 3 | 4 years, 3 months ago | ||
Conditional not properly working
Started by: romanB-3
in: Toolset Professional Support
Problem: I have a View with calling a content template in the loop, I am going to display contents allowing to display the name of the parent etablissement of the current school in the loop, ONLY IF the current page is NOT an Etablissement single page. Solution: You can try [wpv-conditional] shortcode like this: https://toolset.com/forums/topic/conditional-not-properly-working/#post-1732755 Relevant Documentation: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-type https://toolset.com/documentation/programmer-reference/views/views-shortcodes/item-attribute/ |
2 | 3 | 4 years, 3 months ago | ||
Call archive view with shortcode
Started by: romanB-3 in: Toolset Professional Support |
3 | 7 | 4 years, 3 months ago | ||
Get terms from children posts 2
Started by: romanB-3 in: Toolset Professional Support |
2 | 5 | 4 years, 3 months ago | ||
Only display results after submit button has been clicked
Started by: romanB-3 in: Toolset Professional Support |
2 | 5 | 4 years, 3 months ago |