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 | 4 years, 1 month 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 | 4 years, 1 month ago | |
|
Conditional "if at least one term is set"
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 3 | 4 years, 1 month ago | |
|
Breaklines using access | #266
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 2 | 4 years, 5 months ago | |
|
Publish form with repeater group | #266
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 4 | 4 years, 5 months ago | |
|
Conflict with accordians themefusion (avada) shortcode
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 12 | 6 years, 5 months ago | |
|
Set redirection when page is access restricted
1
2
Started by: romanB-3 in: Toolset Professional Support |
|
2 | 17 | 8 years, 9 months ago |