index.php 9.0 KB
<?php $get_lang = isset($wp_query->query_vars['prisna_translate_seo_request'])?urldecode($wp_query->query_vars['prisna_translate_seo_request']):''; ?>
<?php get_header();?>
 <!-- banner -->
  <section class="index_banner_container">
    <section class="slider_banner swiper-container layout">
      <div class="swiper-wrapper">
	  <?php $images = get_get_field('ad_index_banner'); if( $images ): foreach( $images as $image ): ?>
        <div class="swiper-slide">
          <div class="banner_img"><img src="<?php echo $image['url']; ?>" alt="<?php echo $image['url']; ?>" /></div>
          <div class="banner_text">
            <h4><?php echo $image['title']; ?></h4>
            <p><?php echo $image['description']; ?></p>
            <a href="<?php echo $image['alt']; ?>">learn more<i></i></a> </div>
        </div>
		  <?php endforeach; endif; ?>
      </div>
      <div class="slider_swiper_control">
        <div class="swiper-buttons">
          <div class="swiper-pagination swiper-pagination-white"></div>
        </div>
      </div>
    </section>
  </section>
   <section class="web_main index_main">
     <section class="layout"> 
    <!-- index_product -->
      <section class="index_product">
        <div class="product_title_wrap wow fadeInLeftA" data-wow-delay=".2s" data-wow-duration=".8s">
          <div class="title_wrap">
            <h2 class="product_title">Bag series</h2>
            <div class="product-pagination swiper-pagination-white"></div>
          </div>
          <p class="product_info">With our range of blends and a microlot schedule that's always changing, we've got you covered.</p>
          <a href="<?php echo home_url("/"); ?>products" class="product_more">see more</a> </div>
        <div class="index_bd">
          <div class="product_items">
            <ul class="swiper-wrapper">
				<?php $args = array('showposts' => 12, 'post_type' => 'post', 'meta_query' => array( 'relation' => 'OR', array( 'key' => 'special','value' => 'Feature Products','compare' => 'LIKE')));
	$the_query = new WP_Query( $args );$i=1; if( $the_query->have_posts() ): while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
               <li class="product_item swiper-slide wow fadeInRightA" data-wow-delay="<?php if($i==1) : ?>0<?php else: ?>.<?php echo $i-1; ?>s<?php endif; ?>" data-wow-duration=".8s">
                <figure> <span class="item_img">
				<img src="<?php $images = get_field('product_gallery'); if( $images ): for($x=0;$x<1; $x++){ ?><?php echo $images[0]['sizes']['thumbnail']; ?><?php } endif; ?>" alt="<?php echo mb_strimwidth(strip_tags(apply_filters('the_title',$post->post_title)), 0, 200,"..."); ?>"/>
                 <a href="<?php the_permalink() ?>"></a></span>
                  <figcaption>
                    <h3 class="item_title"><a href="<?php the_permalink() ?>"><?php echo mb_strimwidth(strip_tags(apply_filters('the_title',$post->post_title)), 0, 50,"..."); ?></a></h3>
                    <p class="item_desc"><?php echo mb_strimwidth(strip_tags(apply_filters('the_content', $post->post_content)), 0, 500,"..."); ?></p>
                    <a href="<?php the_permalink() ?>" class="item_more">shop now</a> </figcaption>
                </figure>
              </li>
			  	<?php $i++; endwhile; endif;  wp_reset_query(); ?>   
            </ul>
          </div>
          <div class="product-buttons">
            <div class="product-button-prev swiper-button-white"></div>
            <div class="product-button-next swiper-button-white"></div>
             <div class="product-pagination swiper-pagination-white"></div>
          </div>
        </div>
      </section>
 <!-- index_advantage_icon -->
      <section class="index_advantage_container">
        <ul class="advantage_items flex_row">
		 <?php $i=1; $images = get_get_field('ad_ico01'); if( $images ): foreach( $images as $image ): ?>
          <li class="advantage_item wow fadeInLeftA" data-wow-delay="<?php if($i==1) : ?>0<?php else: ?>.<?php echo $i-1; ?>s<?php endif; ?>" data-wow-duration=".8s">
            <figure> <span class="item_img"><img src="<?php echo $image['url']; ?>" alt="<?php echo $image['description']; ?>" /></span>
              <figcaption>
                <h3 class="item_tit"><?php echo $image['title']; ?></h3>
                <p class="item_info"><?php echo $image['description']; ?></p>
                <a href="<?php echo $image['alt']; ?>" class="item_more">learn more</a> </figcaption>
            </figure>
          </li>
         <?php $i++;  endforeach; endif; ?> 
        </ul>
      </section>
      <!-- index_advantage_icon end -->
 <!-- index_company_intr -->
      <section class="index_company_intr flex_row">
        <div class="intr_cont_items wow fadeInLeftA" data-wow-delay=".5s" data-wow-duration=".8s">
          <ul class="swiper-wrapper">
		  <?php $images = get_get_field('about_img'); if( $images ): foreach( $images as $image ): ?>
            <li class="swiper-slide"><img src="<?php echo $image['url']; ?>" alt="<?php echo $image['description']; ?>"></li>
         <?php endforeach; endif; ?>
          </ul>
          <div class="swiper_control">
            <div class="swiper_buttons">
              <div class="swiper-button-prev"></div>
              <div class="swiper-button-next"></div>
            </div>
          </div>
        </div>
        <div class="company_intr_wrap wow fadeInRightA" data-wow-delay=".5s" data-wow-duration=".8s">
          <div class="index_hd">
            <h2 class="hd_title">about us</h2>
          </div>
          <p class="company_intr_desc"><?php get_the_field('about_text'); ?></p>
          <a href="<?php echo home_url("/"); ?>about-us" class="learn_more">understand more<i></i></a> </div>
      </section>
      <!-- index_company_intr end --> 
 <!-- index_news -->
       <section class="index_news">
        <div class="index_hd">
          <h2 class="hd_title">latest news</h2>
        </div>
        <div class="index_bd">
          <ul class="news_items flex_row">
 		  <?php query_posts(array( 'post_type' => 'news','showposts' => 5,'orderby' => 'post_date','order'=> 'DESC') );  while (have_posts()) : the_post();?>
            <li class="news_item wow fadeInLeftA" data-wow-delay=".1s" data-wow-duration=".8s">
              <figure> <span class="item_img"> 
			  <?php $image = get_field('news_img');if( !empty($image) ): ?>
			  <img src="<?php echo $image['url']; ?>" alt="" /> 
			  <?php endif; ?>
 			  <a href="<?php the_permalink() ?>" class="img_shadow"></a> </span>
                <figcaption>
                  <h3 class="news_title"><a href="<?php the_permalink() ?>"><?php echo mb_strimwidth(strip_tags(apply_filters('the_title',$post->post_title)), 0, 200,"..."); ?></a></h3>
                  <time class="news_time">News|<?php the_time('M-d-Y') ?></time>
                  <p class="news_desc"><?php echo mb_strimwidth(strip_tags(apply_filters('the_content', $post->post_content)), 0, 300,"..."); ?></p>
                  <a href="<?php the_permalink() ?>" class="news_more">read more</a> </figcaption>
              </figure>
            </li>
          <?php endwhile; wp_reset_query(); ?>
          </ul>
        </div>
      </section>
      <!-- index_news  end-->
   <!---- index- hot- pd-->
      <section class="hot_product_container">
        <div class="index_hd">
          <h2 class="hd_title">hot products</h2>
        </div>
        <div class="index_bd">
		   <ul class="product_items flex_row">
		<?php $args = array('showposts' => 4, 'post_type' => 'post', 'meta_query' => array( 'relation' => 'OR', array( 'key' => 'special','value' => 'New Arrivals','compare' => 'LIKE')));
$the_query = new WP_Query( $args );$i=1; if( $the_query->have_posts() ): while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
            <li class="product_item wow fadeInLeftA" data-wow-delay="<?php if($i==1) : ?>0<?php else: ?>.<?php echo $i-1; ?>s<?php endif; ?>" data-wow-duration=".8s">
              <div class="item_img"> 
<img src="<?php $images = get_field('product_gallery'); if( $images ): for($x=0;$x<1; $x++){ ?><?php echo $images[0]['sizes']['thumbnail']; ?><?php } endif; ?>" alt="<?php echo mb_strimwidth(strip_tags(apply_filters('the_title',$post->post_title)), 0, 200,"..."); ?>"/>
 <a href="<?php the_permalink() ?>" class="img_shadow"></a> </div>
            </li>
			<?php $i++; endwhile; endif;  wp_reset_query(); ?> 
          </ul>
        </div>
      </section>
      <!---- index- hot- pd end--> 
	  <!--company_subscribe-->
      <section class="company_subscribe wow fadeInLeftA" data-wow-delay=".3s" data-wow-duration=".8s">
        <div class="index_hd wow fadeInLeftA" data-wow-delay=".5s">
          <h2 class="hd_title">newsletter</h2>
        </div>
        <div class="index_bd">
          <p class="subscribe_desc wow fadeInLeftA" data-wow-delay=".7s">do you want to know more about modern lighting? </br>
            Then subscribe to our newsletter.</p>
          <div class="learn_more wow fadeInLeftA" data-wow-delay=".9s"> <a href="javascript:" class="button">understand more</a> </div>
        </div>
      </section>
      <!--company_subscribe--> 
 </section>	  
 </section>

 <?php get_footer();?>