ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
index.php 0000644 00000000034 15234243770 0006370 0 ustar 00 Avada()->settings->get( 'search_form_design' ),
'live_search' => Avada()->settings->get( 'live_search' ),
];
Fusion_Searchform::get_form( $config );
Avada/bbpress/loop-single-reply.php 0000644 00000003453 15234243770 0013326 0 ustar 00
>
'', 'show_role' => true ) ); ?>
Avada/bbpress/loop-search-topic.php 0000644 00000003740 15234243770 0013274 0 ustar 00
>
'', 'show_role' => true ) ); ?>
Avada/bbpress/form-search.php 0000644 00000001744 15234243770 0012154 0 ustar 00
' . avada_get_sliders_note( $sliders_array, $active_slider_types ) . '
',
'id' => 'sliders_note',
'type' => 'custom',
];
}
$sections['taxonomy_options']['fields']['slider_type'] = [
'id' => 'slider_type',
'label' => esc_html__( 'Slider Type ', 'Avada' ),
'choices' => $active_slider_types,
'default' => 'no',
'class' => 'avada-sliders-selection',
'description' => esc_html__( 'Select the type of slider that displays.', 'Avada' ),
'type' => 'select',
'transport' => 'postMessage',
'partial_refresh' => [
'fusion_slider_change' => [
'selector' => '#sliders-container',
'container_inclusive' => false,
'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'avada_slider' ],
],
],
];
if ( class_exists( 'LS_Sliders' ) ) {
$sections['taxonomy_options']['fields']['slider'] = [
'id' => 'slider',
'label' => __( 'Select LayerSlider ', 'Avada' ),
'choices' => $sliders_array['layer_sliders'],
'default' => 0,
'class' => 'avada-sliders-group avada-layer-slider',
'description' => __( 'Select the unique name of the slider.', 'Avada' ),
'dependency' => [
[
'field' => 'slider_type',
'value' => 'layer',
'comparison' => '==',
],
],
'type' => 'select',
'transport' => 'postMessage',
'partial_refresh' => [
'fusion_slider_change' => [
'selector' => '#sliders-container',
'container_inclusive' => false,
'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'avada_slider' ],
],
],
];
}
if ( method_exists( 'FusionCore_Plugin', 'get_fusion_sliders' ) ) {
$sections['taxonomy_options']['fields']['wooslider'] = [
'id' => 'wooslider',
'label' => __( 'Select Avada Slider ', 'Avada' ),
'choices' => $sliders_array['fusion_sliders'],
'default' => 0,
'class' => 'avada-sliders-group avada-flex-slider',
'description' => __( 'Select the unique name of the slider.', 'Avada' ),
'dependency' => [
[
'field' => 'slider_type',
'value' => 'flex',
'comparison' => '==',
],
],
'type' => 'select',
'transport' => 'postMessage',
'partial_refresh' => [
'fusion_slider_change' => [
'selector' => '#sliders-container',
'container_inclusive' => false,
'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'avada_slider' ],
],
],
];
}
if ( function_exists( 'rev_slider_shortcode' ) ) {
$sections['taxonomy_options']['fields']['revslider'] = [
'id' => 'revslider',
'label' => esc_html__( 'Select Slider Revolution Slider', 'Avada' ),
'choices' => $sliders_array['rev_sliders'],
'default' => 0,
'class' => 'avada-sliders-group avada-rev-slider',
'description' => esc_html__( 'Select the unique name of the slider.', 'Avada' ),
'dependency' => [
[
'field' => 'slider_type',
'value' => 'rev',
'comparison' => '==',
],
],
'type' => 'select',
'transport' => 'postMessage',
'partial_refresh' => [
'fusion_slider_change' => [
'selector' => '#sliders-container',
'container_inclusive' => false,
'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'avada_slider' ],
],
],
];
}
if ( true === taxonomy_exists( 'themefusion_es_groups' ) ) {
$sections['taxonomy_options']['fields']['elasticslider'] = [
'id' => 'elasticslider',
'label' => esc_html__( 'Select Elastic Slider', 'Avada' ),
'choices' => $sliders_array['elastic_sliders'],
'default' => 0,
'class' => 'avada-sliders-group avada-elastic-slider',
'description' => esc_html__( 'Select the unique name of the slider.', 'Avada' ),
'dependency' => [
[
'field' => 'slider_type',
'value' => 'elastic',
'comparison' => '==',
],
],
'type' => 'select',
'transport' => 'postMessage',
'partial_refresh' => [
'fusion_slider_change' => [
'selector' => '#sliders-container',
'container_inclusive' => false,
'render_callback' => [ 'Avada_Partial_Refresh_Callbacks', 'avada_slider' ],
],
],
];
}
$sections['taxonomy_options']['fields']['slider_position'] = [
'id' => 'slider_position',
'label' => esc_html__( 'Slider Position', 'Avada' ),
'choices' => [
'default' => esc_html__( 'Default', 'Avada' ),
'below' => esc_html__( 'Below', 'Avada' ),
'above' => esc_html__( 'Above', 'Avada' ),
],
'default' => 'default',
'class' => 'avada-sliders-group avada-slider-buttonset',
/* translators: Additional description (defaults). */
'description' => sprintf( esc_html__( 'Select if the slider shows below or above the header. Only works for top header position. %s', 'Avada' ), Avada()->settings->get_default_description( 'slider_position', '', 'select' ) ),
'to_default' => [
'id' => 'slider_position',
],
'dependency' => [
[
'field' => 'slider_type',
'value' => 'no',
'comparison' => '!=',
],
],
'type' => 'radio-buttonset',
];
$is_builder = isset( $_GET['builder'] ) && isset( $_GET['builder_id'] ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended
$sections['taxonomy_options']['fields']['slider_visibility'] = [
'id' => 'slider_visibility',
'label' => esc_attr__( 'Slider Visibility', 'Avada' ),
/* translators: Global Options link. */
'description' => sprintf( esc_html__( 'Choose to show or hide the slider on small, medium or large screens. You can choose more than one at a time. Each of the 3 sizes has a custom width setting on the Responsive tab in the. %s.', 'Avada' ), '