PATH:
home
/
lab2454c
/
veritserv.net
/
wp-content
/
themes
/
veritserv
<?php /** * Template Name: Home Page */ get_header(); ?> <?php if( have_rows('banner') ): while( have_rows('banner') ) : the_row(); ?> <div class="header__banner__main"> <div class="header__banner___overlay"></div> <div class="image__box"> <img src="<?php the_sub_field('banner_image'); ?>" alt="" /> </div> <div class="banner__content"> <div class="container"> <div class="banner__container__inner"> <h2><?php the_sub_field('banner_heading'); ?></h2> <h1><?php the_sub_field('banner_sub_heading'); ?> <span><?php the_sub_field('banner_sub_heading_highlight_part'); ?></span> </h1> <p><?php the_sub_field('banner_second_sub-heading'); ?> <span><?php the_sub_field('banner_second_sub-heading_highlight_part'); ?></span> </p> <div class="styel__line"></div> </div> </div> </div> </div> <?php endwhile; endif; ?> <div class="body__container__wrapp"> <?php if( have_rows('banner_bottom_section') ): while( have_rows('banner_bottom_section') ) : the_row(); ?> <div class="merchant__dashboard" style="background-image: url('<?php the_sub_field('section_background_image'); ?>');"> <div class="merchant__dashboard__inner"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-6"> <div class="inner__content"> <h2><?php the_sub_field('title'); ?></h2> <p><?php the_sub_field('content'); ?></p> <p class="small__paragraph"><?php the_sub_field('small_content'); ?></p> <div class="button__wrapp"> <a href="<?php the_sub_field('left_button_url'); ?>"><?php the_sub_field('left_button_text'); ?></a> <a class="btn__gray" href="<?php the_sub_field('right_button_url'); ?>"><?php the_sub_field('right_button_text'); ?></a> </div> </div> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('background_image'); ?>" alt="" /> <div class="image__box__inner"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> </div> <?php endwhile; endif; ?> <!-- Duplicate --> <?php if( have_rows('new_life_at_veritserv_section') ): while( have_rows('new_life_at_veritserv_section') ) : the_row(); ?> <div class="real__time__data new__real__time" > <div class="real__time__data__inner"> <div class="real__time__data__content"> <div class="container"> <div class="row"> <div class="col-xl-4 col-lg-5 col-md-5"> <?php the_sub_field('content'); ?> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> <div class="inner__content__wrap"> <div class="container"> <div class="row"> <?php if( have_rows('bottom_box_section') ): while ( have_rows('bottom_box_section') ) : the_row(); ?> <div class="col-xl-4 col-lg-4 col-md-4 mr__top__small"> <div class="item__content"> <a href="<?php echo get_sub_field('box_url'); ?>"> <h3><?php echo get_sub_field('box_title'); ?></h3> <p><?php echo get_sub_field('box_content'); ?></p> <i class="ico__box"><img src="<?php echo get_template_directory_uri(); ?>/inc/assets/images/arrow-next-large.svg" alt="" /></i> </a> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> <?php endwhile; endif; ?> <!-- Duplicate End --> <?php if( have_rows('life_at_veritserv_section') ): while( have_rows('life_at_veritserv_section') ) : the_row(); ?> <div class="real__time__data"> <div class="real__time__data__inner"> <div class="real__time__data__content"> <div class="container"> <div class="row"> <div class="col-xl-4 col-lg-5 col-md-5"> <?php the_sub_field('content'); ?> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> <div class="inner__content__wrap"> <div class="container"> <div class="row"> <?php if( have_rows('bottom_box_section') ): while ( have_rows('bottom_box_section') ) : the_row(); ?> <div class="col-xl-4 col-lg-4 col-md-4 mr__top__small"> <div class="item__content"> <a href="<?php echo get_sub_field('box_url'); ?>"> <h3><?php echo get_sub_field('box_title'); ?></h3> <p><?php echo get_sub_field('box_content'); ?></p> <i class="ico__box"><img src="<?php echo get_template_directory_uri(); ?>/inc/assets/images/arrow-next-large.svg" alt="" /></i> </a> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('why_choose_section') ): while( have_rows('why_choose_section') ) : the_row(); ?> <div class="why__choose__veritserv"> <div class="container"> <h2><?php the_sub_field('title'); ?></h2> <div class="row"> <div class="col-xl-4 col-lg-4 col-md-4"> <?php if( have_rows('left_section_content') ): while ( have_rows('left_section_content') ) : the_row(); ?> <div class="content__item content__item__left"> <h3><?php echo get_sub_field('title'); ?></h3> <p><?php echo get_sub_field('content'); ?></p> </div> <?php endwhile; endif; ?> </div> <div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 d-none d-lg-block d-xl-block d-md-block"> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> <div class="col-xl-4 col-lg-4 col-md-4"> <?php if( have_rows('right_section_content') ): while ( have_rows('right_section_content') ) : the_row(); ?> <div class="content__item"> <h3><?php echo get_sub_field('title'); ?></h3> <p><?php echo get_sub_field('content'); ?></p> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('about_product_section') ): while( have_rows('about_product_section') ) : the_row(); ?> <div class="contact__representatives__main"> <div class="inner__content__wrap"> <div class="inner__content__holder"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6"> <h2><?php the_sub_field('heading'); ?></h2> <p><?php the_sub_field('sub_heading'); ?></p> <div class="button__wrapp"> <a href="<?php the_sub_field('left_button_url'); ?>"><?php the_sub_field('left_button_text'); ?></a> <a class="btn__gray" href="<?php the_sub_field('right_button_url'); ?>"><?php the_sub_field('right_button_text'); ?></a> </div> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('extensive_business_tool') ): while( have_rows('extensive_business_tool') ) : the_row(); ?> <div class="business__tools" style="background-image: url('<?php the_sub_field('background_image'); ?>');"> <div class="container"> <?php the_sub_field('first_content'); ?> <div class="row"> <?php if( have_rows('second_content') ): while ( have_rows('second_content') ) : the_row(); ?> <div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mr__top"> <div class="item__content"> <?php echo get_sub_field('content_box'); ?> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('security_section') ): while( have_rows('security_section') ) : the_row(); ?> <div class="security__main"> <div class="inner__content__wrap"> <div class="inner__content__holder"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-6 col-lg-6 col-md-6"> <?php the_sub_field('content'); ?> <div class="button__wrapp"> <a href="<?php the_sub_field('button_url'); ?>"><?php the_sub_field('button_text'); ?></a> </div> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('product_section') ): while( have_rows('product_section') ) : the_row(); ?> <div class="product__main"> <div class="inner__content__wrap"> <div class="inner__content__holder"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 offset-xl-6 offset-lg-6 offset-md-6 offset-sm-6"> <div class="content__inner"> <?php the_sub_field('content'); ?> <div class="button__wrapp"> <a href="<?php the_sub_field('button_url'); ?>"><?php the_sub_field('button_text'); ?></a> </div> </div> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('gateway_platform_section') ): while( have_rows('gateway_platform_section') ) : the_row(); ?> <div class="global__payment__gateway__main" style="background-image: url('<?php the_sub_field('background_image'); ?>');"> <div class="container"> <?php the_sub_field('content'); ?> <div class="button__wrapp"> <a href="<?php the_sub_field('button_url'); ?>"><?php the_sub_field('button_text'); ?></a> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('quick_pay_section') ): while( have_rows('quick_pay_section') ) : the_row(); ?> <div class="quick__pay__main"> <div class="inner__content__wrap"> <div class="inner__content__holder"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-6 col-lg-6 col-md-6"> <div class="content__inner"> <?php the_sub_field('content'); ?> <div class="button__wrapp"> <a href="<?php the_sub_field('button_url'); ?>"><?php the_sub_field('button_text'); ?></a> </div> </div> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('major_credit_card_section') ): while( have_rows('major_credit_card_section') ) : the_row(); ?> <div class="major__credit__card" style="background-image: url('<?php the_sub_field('background_image'); ?>');"> <div class="container"> <?php the_sub_field('content'); ?> <div class="image__box"> <?php if( have_rows('card_images') ): while ( have_rows('card_images') ) : the_row(); ?> <div class="card__item"><img src="<?php echo get_sub_field('image'); ?>" alt="" /></div> <?php endwhile; endif; ?> </div> <div class="button__wrapp"> <a href="<?php the_sub_field('button_url'); ?>"><?php the_sub_field('button_text'); ?></a> </div> </div> </div> <?php endwhile; endif; ?> <?php //if( have_rows('payment_gateway_platform_section') ): // while( have_rows('payment_gateway_platform_section') ) : the_row(); ?> <!-- <div class="payment__gateway__platform"> <div class="inner__content__wrap"> <div class="inner__content__holder"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 offset-xl-6 offset-lg-6 offset-md-6 offset-sm-6"> <?php //the_sub_field('content'); ?> <div class="button__wrapp"> <a href="<?php //the_sub_field('button_url'); ?>"><?php //the_sub_field('button_text'); ?></a> </div> </div> </div> </div> </div> <div class="image__box"> <img src="<?php //the_sub_field('image'); ?>" alt="" /> </div> </div> </div> --> <?php //endwhile; //endif; ?> <?php if( have_rows('prepaid_card_solution_section') ): while( have_rows('prepaid_card_solution_section') ) : the_row(); ?> <div class="prepaid__card__solutions"> <div class="inner__content__wrap"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-8 col-lg-8 col-md-7"> <?php the_sub_field('left_content'); ?> </div> <div class="col-xl-4 col-lg-4 col-md-5"> <div class="content__holder"> <?php the_sub_field('right_content'); ?> <div class="button__wrapp"> <a href="<?php the_sub_field('button_url'); ?>"><?php the_sub_field('button_text'); ?></a> </div> </div> </div> </div> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('affiliate_payouts_section') ): while( have_rows('affiliate_payouts_section') ) : the_row(); ?> <div class="affiliate__payouts" style="background-image: url('<?php the_sub_field('background_image'); ?>');"> <div class="container"> <?php the_sub_field('content'); ?> <div class="image__box"> <?php if( have_rows('card_images') ): while ( have_rows('card_images') ) : the_row(); ?> <div class="card__item"><img src="<?php echo get_sub_field('image'); ?>" alt="" /></div> <?php endwhile; endif; ?> </div> <div class="button__wrapp"> <a href="<?php the_sub_field('button_url'); ?>"><?php the_sub_field('button_text'); ?></a> </div> </div> </div> <?php endwhile; endif; ?> </div> <?php $post_object = get_field('add_global_signup_section'); if( $post_object ): $post = $post_object; setup_postdata( $post ); echo get_template_part( 'template', 'global' ); wp_reset_postdata(); endif; ?> <?php get_footer(); ?>
[+]
woocommerce
[-] template-crypthorize.php
[edit]
[-] footer-widget.php
[edit]
[-] search.php
[edit]
[-] template-cryptocurrency.php
[edit]
[-] template-cryptoecommerce.php
[edit]
[-] index.php
[edit]
[-] woocommerce.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[-] template-globalecommerce.php
[edit]
[+]
..
[-] template-cryptoretail.php
[edit]
[-] template-support.php
[edit]
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[-] blank-page-with-container.php
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[-] template-about.php
[edit]
[-] template-home.php
[edit]
[-] .DS_Store
[edit]
[-] blank-page.php
[edit]
[-] left-sidebar.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] single-attachment.php
[edit]
[-] screenshot.png
[edit]
[-] custom-editor-style.css
[edit]
[-] functions.php
[edit]
[-] template-global.php
[edit]
[-] archive.php
[edit]
[-] fullwidth.php
[edit]
[+]
template-parts
[-] comments.php
[edit]
[-] template-services.php
[edit]
[-] template-globalretail.php
[edit]
[-] template-contact.php
[edit]
[+]
inc
[-] template-blog.php
[edit]
[-] woocommerce-old.php
[edit]