function tm_close_shop_content_wrappers() { echo '</div> <div class="sidebar ' . cherry_get_layout_class('sidebar') . '" id="sidebar" data-motopress-type="static-sidebar" data-motopress-sidebar-file="sidebar.php">'; get_sidebar(); echo '</div> </div> </div> </div>'; }
<div class="<?php echo cherry_get_layout_class('full_width_content'); ?> " data-motopress-wrapper-file="page-Portfolio3Cols-filterable.php" data-motopress-wrapper-type="content"> <div class="row"> <div class="<?php echo cherry_get_layout_class('full_width_content'); ?> " data-motopress-type="static" data-motopress-static-file="static/static-title.php"> <?php get_template_part("static/static-title"); ?> </div> </div> <div id="content" class="row"> <div class="<?php echo cherry_get_layout_class('full_width_content'); ?> " data-motopress-type="loop" data-motopress-loop-file="loop/loop-portfolio3.php"> <?php get_template_part("loop/loop-portfolio3"); ?> </div> </div> </div> </div> </div> </div> <?php get_footer();
<div class="container"> <div class="row"> <div class="<?php echo cherry_get_layout_class('full_width_content'); ?> " data-motopress-wrapper-file="404.php" data-motopress-wrapper-type="content"> <div class="row error404-holder"> <div class="<?php echo cherry_get_layout_class('left_block'); ?> error404-holder_num" data-motopress-type="static" data-motopress-static-file="static/static-404.php"> <?php get_template_part("static/static-404"); ?> </div> <div class="<?php echo cherry_get_layout_class('right_block'); ?> " data-motopress-type="static" data-motopress-static-file="static/static-not-found.php"> <?php get_template_part("static/static-not-found"); ?> </div> </div> </div> </div> </div> </div> <?php get_footer();
?> </div> </div> <div class="row"> <div class="<?php echo cherry_get_layout_class('content'); ?> <?php echo of_get_option('blog_sidebar_pos'); ?> " id="content" data-motopress-type="loop" data-motopress-loop-file="loop/loop-archives.php"> <?php get_template_part("loop/loop-archives"); ?> </div> <div class="<?php echo cherry_get_layout_class('sidebar'); ?> sidebar" id="sidebar" data-motopress-type="static-sidebar" data-motopress-sidebar-file="sidebar.php"> <?php get_sidebar(); ?> </div> </div> </div> </div> </div> </div> <?php get_footer();
} if (!empty($portfolioURL)) { echo '<li>'; echo "<a target='_blank' href='{$portfolioURL}'>" . theme_locals("launch_project") . "</a>"; echo '</li>'; } if (!empty($portfolioClient) || !empty($portfolioDate) || !empty($portfolioInfo) || !empty($portfolioURL)) { echo '</ul>'; } ?> </div><!-- END .entry-meta --> <?php the_content(); //get_template_part('includes/post-formats/share-buttons'); ?> </div><!-- END .entry-content --> </div><!-- .row --> <div class="row"> <div class="<?php echo cherry_get_layout_class('left_block'); ?> "> <?php get_template_part('includes/post-formats/related-posts'); ?> </div> </div> </div> <?php } }
echo cherry_get_layout_class('full_width_content'); ?> " data-motopress-wrapper-file="page.php" data-motopress-wrapper-type="content"> <div class="row"> <div class="<?php echo cherry_get_layout_class('full_width_content'); ?> " data-motopress-type="static" data-motopress-static-file="static/static-title.php"> <?php get_template_part("static/static-title"); ?> </div> </div> <div class="row"> <div class="<?php echo cherry_get_layout_class('content'); ?> <?php echo of_get_option('blog_sidebar_pos'); ?> " id="content" data-motopress-type="loop" data-motopress-loop-file="loop/loop-page.php"> <?php get_template_part("loop/loop-page"); ?> </div> <!-- <div class="--><?php //echo cherry_get_layout_class( 'sidebar' ); ?> <!-- sidebar" id="sidebar" data-motopress-type="static-sidebar" data-motopress-sidebar-file="sidebar.php">--> <!-- --><?php //get_sidebar();
<?php /* Loop Name: Single Portfolio */ if (have_posts()) { while (have_posts()) { the_post(); $fullwidth = of_get_option('single_folio_layout') != 'fullwidth'; $left_block = $fullwidth ? cherry_get_layout_class('left_block') : cherry_get_layout_class('full_width_content'); $right_block = $fullwidth ? cherry_get_layout_class('right_block') : cherry_get_layout_class('full_width_content'); $meta_blok_class = $fullwidth ? '' : 'span4 float-right'; $content_blok_class = $fullwidth ? '' : 'span8'; $wrapper_blok_class = $fullwidth ? '' : 'row'; ?> <!--BEGIN .hentry --> <div <?php post_class(); ?> id="post-<?php the_ID(); ?> "> <div class="row"> <div class="<?php echo $left_block; ?> "> <?php // get the media elements $mediaType = get_post_meta($post->ID, 'tz_portfolio_type', true); switch ($mediaType) { case "Image":
</style> <div class="row"> <div class="stuck_menu_wrap"> <div class="span4" data-motopress-type="static" data-motopress-static-file="static/static-logo.php"> <?php get_template_part("static/static-logo"); ?> <div class="miniMenu"> <span></span> <span></span> <span></span> </div> </div> <div class="span8"> <div class="<?php echo cherry_get_layout_class('span8'); ?> " data-motopress-type="static" data-motopress-static-file="static/static-nav.php"> <?php get_template_part("static/static-nav"); ?> </div> </div> </div> </div> <div class="row"> <div class="hidden-phone" data-motopress-type="static" data-motopress-static-file="static/static-search.php"> <?php get_template_part("static/static-search"); ?> </div>