PATH:
home
/
letacommog
/
ldqm1
/
wp-content
/
plugins
/
woocommerce-ajax-filters
/
templates
/
disabled
<?php extract($berocket_query_var_title); global $berocket_unique_value; $berocket_unique_value++; $random_name = strval($berocket_unique_value); $hiden_value = false; $is_child_parent = $child_parent == 'child'; $is_child_parent_or = ( $child_parent == 'child' || $child_parent == 'parent' ); if ( ! $child_parent_depth || $child_parent == 'parent' ) { $child_parent_depth = 0; } $added_categories = array(); $item_i = 0; if ( is_array(berocket_isset($terms)) ) { foreach ( $terms as $term ) { $is_first = ($term->term_id == 'R__term_id__R'); $term_taxonomy_echo = berocket_isset($term, 'wpml_taxonomy'); if( empty($term_taxonomy_echo) ) { $term_taxonomy_echo = berocket_isset($term, 'taxonomy'); } $item_i++; $parent_count = 0; if ( $is_child_parent && $is_first ) { ?><li class="berocket_child_parent_sample"><ul><?php } elseif( isset($term->parent) && $term->parent != 0) { $parent_count = get_ancestors( $term->term_id, $term->taxonomy ); $parent_count = count($parent_count); } $added_categories[] = $term->term_id; ?> <li class="berocket_disabled_filter_element berocket_term_parent_<?php echo berocket_isset($term, 'parent'); ?> berocket_term_depth_<?php echo $parent_count; ?> <?php if( ! empty($hide_o_value) && berocket_isset($term, 'count') == 0 && ( !$is_child_parent || !$is_first ) ) { echo 'berocket_hide_o_value '; $hiden_value = true; } if( $hide_sel_value && br_is_term_selected( $term, true, $is_child_parent_or, $child_parent_depth ) != '' ) { echo 'berocket_hide_sel_value'; $hiden_value = true; } if( ! empty($attribute_count) ) { if( $item_i > $attribute_count ) { echo ' berocket_hide_attribute_count_value'; $hiden_value = true; } elseif( ! empty($hide_o_value) && berocket_isset($term, 'count') == 0 && ( !$is_child_parent || !$is_first ) ) { echo ' berocket_hide_attribute_count_value'; $item_i--; $hiden_value = true; } } if( $hide_child_attributes && berocket_isset($term, 'parent') && in_array(berocket_isset($term, 'parent'), $added_categories) ) { echo ' berocket_hide_child_attributes '; } ?>"> <span> <input class="<?php echo br_get_value_from_array($uo, array('class', 'checkbox_radio')); ?> radio_<?php echo berocket_isset($term, 'term_id') ?>_<?php echo $term_taxonomy_echo; ?>" type='radio' id='radio_<?php echo berocket_isset($term, 'term_id') ?>_<?php echo $random_name ?>' checked disabled style="<?php echo br_get_value_from_array($uo, array('style', 'checkbox_radio')) ?>"/> <label data-for='radio_<?php echo berocket_isset($term, 'term_id') ?>_<?php echo $term_taxonomy_echo ?>' style="<?php echo br_get_value_from_array($uo, array('style', 'label')) ?>" class="berocket_label_widgets<?php if( br_is_term_selected( $term, true, $is_child_parent_or, $child_parent_depth ) != '') echo ' berocket_checked'; ?>"> <?php echo apply_filters( 'berocket_check_radio_color_filter_term_text_disabled', ( ( ! empty($icon_before_value) ? ( ( substr( $icon_before_value, 0, 3) == 'fa-' ) ? '<i class="fa '.$icon_before_value.'"></i>' : '<i class="fa"><img class="berocket_widget_icon" src="'.$icon_before_value.'" alt=""></i>' ) : '' ) . apply_filters('berocket_radio_filter_term_name', htmlentities(berocket_isset($term, 'name'), ENT_QUOTES), $term) . ( ! empty($icon_after_value) ? ( ( substr( $icon_after_value, 0, 3) == 'fa-' ) ? '<i class="fa '.$icon_after_value.'"></i>' : '<i class="fa"><img class="berocket_widget_icon" src="'.$icon_after_value.'" alt=""></i>' ) : '' ) ), $term, $operator, TRUE ); ?></label> <?php if( ! empty($hide_child_attributes) ) { ?> <span data-term_id='<?php echo str_replace ( '*' , '-' , berocket_isset($term, 'term_id')) ?>' class="br_child_toggle br_child_toggle_<?php echo str_replace ( '*' , '-' , berocket_isset($term, 'term_id')); ?>"><i class="fa fa-plus" aria-hidden="true"></i></span> <?php } ?> </span> </li> <?php if( ! empty($hide_child_attributes) && ! empty($term->parent) && in_array($term->parent, $added_categories) ) { ?> <style> .br_child_toggle.br_child_toggle_<?php echo str_replace ( '*' , '-' , $term->parent); ?> { display: inline-block; } </style> <?php } if ( $is_child_parent && $is_first ) { ?></ul></li><?php } } ?> <?php if( $is_child_parent && isset($terms) && is_array($terms) && count($terms) == 1 ) { if( BeRocket_AAPF_Widget_functions::is_parent_selected($attribute, $child_parent_depth - 1) ) { echo '<li>'.$child_parent_no_values.'</li>'; } else { echo '<li>'.$child_parent_previous.'</li>'; } } else { if( $child_parent_no_values ) {?> <script> if ( typeof(child_parent_depth) == 'undefined' || child_parent_depth < <?php echo $child_parent_depth; ?> ) { child_parent_depth = <?php echo $child_parent_depth; ?>; } jQuery(document).ready(function() { if( child_parent_depth == <?php echo $child_parent_depth; ?> ) { jQuery('.woocommerce-info').text('<?php echo $child_parent_no_values; ?>'); } }); </script> <?php } } if( ! empty($attribute_count_show_hide) ) { if( $attribute_count_show_hide == 'hidden' ) { $hide_button_value = true; } elseif( $attribute_count_show_hide == 'visible' ) { $hide_button_value = false; } } if( empty($hide_button_value) ) { ?> <li class="berocket_widget_show_values"<?php if( !$hiden_value ) echo 'style="display: none;"' ?>><?php _e('Show value(s)', BeRocket_AJAX_domain) ?><span class="show_button fa"></span></li> <?php } } ?>
[+]
..
[-] image.php
[edit]
[-] select.php
[edit]
[-] color.php
[edit]
[-] slider.php
[edit]
[-] tag_cloud.php
[edit]
[-] radio.php
[edit]
[-] checkbox.php
[edit]