is_visible() ) { return; } // //$adela_product_layout = adela_get_option( 'shop_display_layout', 'grid' ); //if( isset( $_SESSION[ 'shop_display_layout' ] ) && in_array( $_SESSION[ 'shop_display_layout' ], array( 'grid', 'list' ) ) ){ // $adela_product_layout = $_SESSION[ 'shop_display_layout' ]; //} //$adela_product_layout = isset($_GET['shop_display_layout']) ? $_GET['shop_display_layout'] : $adela_product_layout; $adela_product_layout = adela_get_view_mode(); if( $adela_product_layout == 'grid' ){ $adela_shop_grid_lg_items = adela_get_option( 'shop_grid_lg_items', 4 ); $adela_shop_grid_md_items = adela_get_option( 'shop_grid_md_items', 4 ); $adela_shop_grid_sm_items = adela_get_option( 'shop_grid_sm_items', 6 ); $adela_shop_grid_xs_items = adela_get_option( 'shop_grid_xs_items', 6 ); $adela_shop_grid_ts_items = adela_get_option( 'shop_grid_ts_items', 12 ); $adela_list_class = array( 'col-lg-' . $adela_shop_grid_lg_items, 'col-md-' . $adela_shop_grid_md_items, 'col-sm-' . $adela_shop_grid_sm_items, 'col-xs-' . $adela_shop_grid_xs_items, 'col-ts-' . $adela_shop_grid_ts_items, 'product-item' ); }else{ $adela_list_class = array( 'col-md-12', 'product-item' ); } ?>
  • >