| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/themes/novablog/ |
Upload File : |
<?php get_header(); ?>
<div class="content-holder clearfix">
<?php if (novablog_getVariable('slideshow_enable')=='yes' && !is_singular( 'product' ) && !is_paged() ) { ?>
<?php if (novablog_getVariable('blog_slideshow')=='fullwidth' ) { ?>
<?php novablog_slideshowClass::novablog_slideshow(); ?>
<?php }else{ ?>
<div class="container" <?php if(novablog_getVariable('slideshow_container_width')) {echo 'style = "max-width: '.novablog_getVariable('slideshow_container_width').'px;"';} ?>>
<div class="row">
<div class="col-md-12">
<?php novablog_slideshowClass::novablog_slideshow(); ?>
</div>
</div>
</div>
<?php } } ?>
<div class="container">
<?php if ( !is_singular( 'product' ) && !is_paged() ) { ?>
<section class="title-section">
<?php
$novablog_blog_text = novablog_getVariable('woocommerce_title');
if($novablog_blog_text){?>
<h1><?php echo esc_attr( novablog_getVariable('woocommerce_title')); ?></h1>
<?php } ?>
<?php $hercules_blog_sub = novablog_getVariable('woocommerce_subtitle'); ?>
<?php if($hercules_blog_sub){?>
<?php echo "<span></span><h2>". esc_attr( novablog_getVariable('woocommerce_subtitle') ) . "</h2>"; ?>
<?php } ?>
</section>
<?php } ?>
<?php if ( is_active_sidebar( 'hs_under_header' ) ) : ?>
<div class="row">
<div class="col-md-12">
<?php dynamic_sidebar("hs_under_header"); ?>
</div>
</div>
<?php endif; ?>
<div class="row main-page">
<?php
if ( is_singular( 'product' ) ) { ?>
<div class="col-md-12 content" id="content">
<?php
while ( have_posts() ) : the_post();
wc_get_template_part( 'content', 'single-product' );
endwhile; ?>
</div>
<?php } else {?>
<?php if (novablog_getVariable('woocommerce_sidebar_pos')=='right' or novablog_getVariable('woocommerce_sidebar_pos')=='') { ?>
<div class="col-md-8 content" id="content">
<?php
get_template_part("loop/loop-woocommerce"); ?>
</div>
<div class="col-md-4 sidebar" id="sidebar">
<?php dynamic_sidebar("hs_woocommerce_sidebar"); ?>
</div>
<?php } ?>
<?php if (novablog_getVariable('woocommerce_sidebar_pos')=='left') { ?>
<div class="col-md-8 col-md-push-4 content" id="content">
<?php get_template_part("loop/loop-woocommerce"); ?>
</div>
<div class="col-md-4 col-md-pull-8 sidebar left" id="sidebar">
<?php dynamic_sidebar("hs_woocommerce_sidebar"); ?>
</div>
<?php } ?>
<?php if (novablog_getVariable('woocommerce_sidebar_pos')=='full') { ?>
<div class="col-md-12 content" id="content">
<?php get_template_part("loop/loop-woocommerce"); ?>
</div>
<?php } ?>
<?php } ?>
</div>
</div>
</div>
<footer class="footer">
<?php get_template_part('wrapper/wrapper-footer'); ?>
</footer>
<?php get_footer(); ?>