} ?> </<?php echo tag_escape($title_tag); ?> > <?php echo trim($ts_caption) ? '<p class="title-bar-caption">' . wp_kses_post($ts_caption) . '</p>' : ''; } ?> </div> <div class="span4 breadcrumbs-wrap"> <?php $has_yoast_breadcrumbs = false; if (function_exists('yoast_breadcrumb')) { $yoast_breadcrumbs = yoast_breadcrumb('<div class="breadcrumbs small" data-breadcrumbs-by="yoast">', '</div>', false); $has_yoast_breadcrumbs = trim($yoast_breadcrumbs) ? true : false; } if (!$has_yoast_breadcrumbs) { echo dimox_breadcrumbs(); } else { echo ts_escape($yoast_breadcrumbs); } ?> </div> </div> </div> </div> </div> <?php }
<?php if (have_posts()) { while (have_posts()) { the_post(); ?> <div id="main-container" class="container clearfix"> <div id="main" class="<?php echo esc_attr(ts_main_div_class()); ?> clearfix"> <div class="entry single-entry clearfix"> <?php if (ts_option_vs_default('show_images_on_post', 1) == 1) { $featured_media_vars = array('media_width' => $crop_width, 'media_height' => $crop_height, 'allow_audio' => 1, 'allow_self_hosted_video' => 1, 'is_single' => 1); $featured_media = ts_get_featured_media($featured_media_vars); echo trim($featured_media) ? '<div id="ts-post-featured-media-wrap">' . ts_escape($featured_media) . '</div>' : ''; } ?> <div id="ts-post-content-sidebar-wrap" class="clearfix"> <div id="ts-post-wrap"> <div id="ts-post" <?php post_class('post ts-post-section clearfix'); ?> > <div id="ts-post-the-content-wrap"> <div id="ts-post-comments-share-wrap" class="clearfix">
<a href="<?php echo get_category_link($category[0]['term_id']); ?> "><strong><?php echo esc_html($category[0]['name']); ?> </strong></a> </div> <div class="ts-meta-wrap <?php echo $ts_show->media && trim($media) ? 'media-meta-wrap' : 'meta-wrap'; ?> "> <?php if ($ts_show->media && trim($media)) { $allow_gals = isset($atts['allow_galleries']) ? $atts['allow_galleries'] : ''; echo ts_escape($media); } if ($ts_show->meta) { if ($post_type == 'portfolio') { ?> <div class="entry-info portfolio-entry-info"><p class="small-size <?php echo esc_attr($text_align); ?> "><?php echo ts_get_the_category('portfolio-category', 'text'); ?> </p></div> <?php } elseif ($post_type == 'page') { ?> <div class="entry-info page-entry-info"><p class="small-size <?php
?> <?php if ($product->is_type(array('simple', 'variable')) && get_option('woocommerce_enable_sku') == 'yes' && $product->get_sku()) { ?> <span itemprop="productID" class="sku_wrapper"><?php _e('SKU:', 'woocommerce'); ?> <span class="sku"><?php echo ts_escape($product->get_sku()); ?> </span>.</span> <?php } ?> <?php $size = sizeof(get_the_terms($post->ID, 'product_cat')); echo ts_escape($product->get_categories(', ', '<span class="posted_in">' . _n('Category:', 'Categories:', $size, 'woocommerce') . ' ', '.</span>')); ?> <?php $size = sizeof(get_the_terms($post->ID, 'product_tag')); echo ts_escape($product->get_tags(', ', '<span class="tagged_as">' . _n('Tag:', 'Tags:', $size, 'woocommerce') . ' ', '.</span>')); ?> <?php do_action('woocommerce_product_meta_end'); ?> </div>
* * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if (!defined('ABSPATH')) { exit; } // Exit if accessed directly global $post, $product; if (ts_option_vs_default('show_shop_prices_on_single', 1) != 1) { return false; } ?> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <p itemprop="price" class="price"><?php echo ts_escape($product->get_price_html()); ?> </p> <meta itemprop="priceCurrency" content="<?php echo ts_escape(get_woocommerce_currency()); ?> " /> <link itemprop="availability" href="http://schema.org/<?php echo $product->is_in_stock() ? 'InStock' : 'OutOfStock'; ?> " /> </div>
do_action('woocommerce_before_add_to_cart_button'); ?> <div class="single_variation_wrap" style="display:none;"> <?php do_action('woocommerce_before_single_variation'); ?> <div class="single_variation"></div> <div class="variations_button"> <?php woocommerce_quantity_input(); ?> <button type="submit" class="single_add_to_cart_button button alt"><?php echo ts_escape($product->single_add_to_cart_text()); ?> </button> </div> <input type="hidden" name="add-to-cart" value="<?php echo esc_attr($product->id); ?> " /> <input type="hidden" name="product_id" value="<?php echo esc_attr($post->ID); ?> " /> <input type="hidden" name="variation_id" value="" /> <?php
<?php if ($product->has_dimensions()) { $has_row = true; ?> <tr class="<?php if (($alt = $alt * -1) == 1) { echo 'alt'; } ?> "> <th><?php _e('Dimensions', 'woocommerce'); ?> </th> <td class="product_dimensions"><?php echo ts_escape($product->get_dimensions()); ?> </td> </tr> <?php } ?> <?php } ?> <?php foreach ($attributes as $attribute) { if (empty($attribute['is_visible']) || $attribute['is_taxonomy'] && !taxonomy_exists($attribute['name'])) { continue;
} echo '<div class="fluid-width-video-wrapper"><div>'; echo '<iframe id="' . esc_attr($video_service . '-' . $slider->post->ID . '-' . $rand_id) . '" src="' . esc_url($video_src) . '" width="' . absint($w) . '" ' . $img_height . ' data-videoid="' . esc_attr($video_id) . '" class="' . esc_attr($iframe_class) . '" allowFullScreen webkitAllowFullScreen></iframe>'; echo '</div></div>' . "\n"; } if ($img) { echo strip_tags($link_begin, '<a>'); echo $ts_slider_type == 'flex' && $slider_width_class == 'full' ? '' : strip_tags($img_html, '<a><img>'); if ((trim($title) || trim($descr)) && $hide_text != '1') { echo '<div class="ts-item-details">' . "\n"; echo $ts_slider_type == 'flex' && $w == 1360 ? '<div class="ts-item-details-inner container">' . "\n" : '<div class="ts-item-details-inner">' . "\n"; if ($ts_slider_source == 'portfolio') { echo '<h' . absint($title_size) . ' class="portfolio-title title text-' . esc_attr($slider_text_align) . ' color-white">' . ts_escape($title) . '</h' . absint($title_size) . '>' . "\n"; echo trim($meta) ? '<p class="portfolio-meta color-shortcode white text-' . esc_attr($slider_text_align) . '">' . strip_tags($meta, '<span>') . '</p>' . "\n" : ''; } else { echo '<h' . absint($title_size) . ' class="blog-title title text-' . esc_attr($slider_text_align) . ' color-white">' . ts_sticky_badge() . ts_escape($title) . '</h' . absint($title_size) . '>' . "\n"; echo '<p class="blog-meta text-' . esc_attr($slider_text_align) . '">' . strip_tags($meta, '<span>') . '</p>' . "\n"; } echo '</div></div>' . "\n"; } echo strip_tags($link_end, '<a>'); } echo '</li>' . "\n"; } echo '</ul>' . "\n"; echo '<span class="pause-slider smaller uppercase bg-primary"><i class="fa fa-pause"></i> ' . __('Pause', 'ThemeStockyard') . '</span>' . "\n"; echo '<span class="play-slider smaller uppercase bg-primary"><i class="fa fa-play"></i> ' . __('Resume', 'ThemeStockyard') . '</span>' . "\n"; echo '</div>' . "\n"; echo '<div class="ts-main-flex-nav"></div>' . "\n"; echo '</div>' . "\n"; echo '</div>' . "\n";
<?php /** * Loop Price * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if (!defined('ABSPATH')) { exit; } // Exit if accessed directly global $product; if (ts_option_vs_default('show_shop_prices_on_results', 1) != 1) { return; } ?> <?php if ($price_html = $product->get_price_html()) { ?> <span class="price"><?php echo ts_escape($price_html); ?> </span> <?php }
<?php /** * Loop Rating * * @author WooThemes * @package WooCommerce/Templates * @version 2.0.0 */ if (!defined('ABSPATH')) { exit; } // Exit if accessed directly global $product; if (get_option('woocommerce_enable_review_rating') == 'no' || ts_option_vs_default('show_shop_reviews_on_results', 1) != 1) { return; } ?> <?php if ($rating_html = $product->get_rating_html()) { ?> <?php echo ts_escape($rating_html); }