PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
widgets
<?php $navigations = $paginations = $loop_type = $auto_type = $autospeed_type = $disable_mobile = ''; extract( $args ); extract( $instance ); $title = apply_filters('widget_title', $instance['title']); $navigations = ($navigations) ? "yes" : ""; $paginations = ($paginations) ? "yes" : ""; $loop_type = ($loop_type) ? "yes" : ""; $auto_type = ($auto_type) ? "yes" : ""; $disable_mobile = ($disable_mobile) ? "yes" : ""; if ( $title ) { echo trim($before_title) . trim( $title ) . $after_title; } if ( $types == '' ) return; if (isset($categories) && !empty($categories)) { $categories = explode(',', $categories); } $_id = besa_tbay_random_key(); $_count = 1; $rand = ''; if($types == 'rand') { $types = 'product'; $rand = 'rand'; } $loop = besa_tbay_get_products( $categories, $types, 1, $numbers, $rand ); $screen_desktop = isset($columns) ? $columns : 4; $screen_desktopsmall = isset($columns_destsmall) ? $columns_destsmall : 3; $screen_tablet = isset($columns_tablet) ? $columns_tablet : 3; $screen_mobile = isset($columns_mobile) ? $columns_mobile : 1; $pagi_type = $paginations; $nav_type = $navigations; ?> <div class="widget widget-carousel-vertical widget-products products"> <?php if ( $loop->have_posts() ) : ?> <div class="widget-content woocommerce"> <div class="carousel-wrapper"> <?php wc_get_template( 'layout-products/carousel-widget.php' , array( 'loop' => $loop, 'columns' => $columns, 'rows' => $rows, 'pagi_type' => $pagi_type, 'nav_type' => $nav_type,'screen_desktop' => $screen_desktop,'screen_desktopsmall' => $screen_desktopsmall,'screen_tablet' => $screen_tablet,'screen_mobile' => $screen_mobile, 'number' => $numbers, 'loop_type' => $loop_type, 'auto_type' => $auto_type, 'disable_mobile' => $disable_mobile ) ); ?> </div> </div> <?php endif; ?> </div>
[+]
..
[-] custom-menu.php
[edit]
[-] video.php
[edit]
[-] socials.php
[edit]
[-] instagram.php
[edit]
[-] product-brand-image.php
[edit]
[-] single-image.php
[edit]
[-] contact-info.php
[edit]
[-] banner-image.php
[edit]
[-] woo-carousel.php
[edit]
[-] recent-post.php
[edit]
[-] popup-newsletter.php
[edit]
[-] top-rate.php
[edit]
[-] list-categories.php
[edit]
[-] popular-post.php
[edit]
[-] .widgets.php
[edit]
[-] posts.php
[edit]
[-] recent-comment.php
[edit]