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, 10 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, 11 months ago | |
Conditional "if at least one term is set"
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 3 | 3 years, 11 months ago | |
Breaklines using access | #266
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 2 | 4 years, 2 months ago | |
Publish form with repeater group | #266
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 4 | 4 years, 2 months ago | |
Conflict between AJAX and select2 library in Views
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 5 | 4 years, 11 months ago | |
Featured posts in archive view
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 9 | 4 years, 11 months ago | |
Strange behaviour on complex view
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: |
|
2 | 9 | 4 years, 11 months ago | |
Prefilter filters on term archive page 2
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 5 | 4 years, 11 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, 11 months ago | |
Some JS don’t work on view
Started by: romanB-3
in: Toolset Professional Support
Problem: Solution: |
|
2 | 3 | 4 years, 12 months ago | |
Conflict with accordians themefusion (avada) shortcode
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 12 | 6 years, 3 months ago | |
Set redirection when page is access restricted
1
2
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 17 | 8 years, 7 months ago |