PATH:
home
/
lab2454c
/
public_html
/
wp-content
/
themes
/
veritserv
<?php /** * Template Name: Crypto Retail Store Page */ get_header(); ?> <?php if(get_field('banner_image')){ ?> <div class="header__banner__main header__banner__main__inner"> <div class="header__banner___overlay"></div> <div class="image__box"> <img src="<?php the_field('banner_image') ?>" alt="" /> </div> <div class="banner__content"> <div class="container"> <div class="banner__container__inner"> <?php if(get_field('banner_highlighted_title')){ ?> <h1><?php the_field('banner_highlighted_title') ?> <span><?php the_field('banner_non-highlighted_title') ?></span> </h1> <?php } ?> <?php if(get_field('banner_content')){ ?> <p><?php the_field('banner_content') ?></p> <?php } ?> </div> </div> </div> </div> <?php } ?> <div class="body__container__wrapp__inner"> <?php if( have_rows('crs_about_section') ): while( have_rows('crs_about_section') ) : the_row(); ?> <div class="top__wrap__outer global__payments"> <div class="top__wrap__outer__inner"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-6 col-lg-6 col-md-6"> <div class="containt__wrap"> <?php the_sub_field('content'); ?> <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 class="col-xl-6 col-lg-6 col-md-6"> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> </div> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('crs_extensive_business_tool') ): while( have_rows('crs_extensive_business_tool') ) : the_row(); ?> <div class="value__wrap value__wrap__global__payments crypthorize__info__wrapp"> <div class="value__wrapp__inner" style="background-image: url('<?php the_sub_field('background_image'); ?>');"> <div class="container"> <?php the_sub_field('first_content'); ?> </div> </div> <div class="inner__content__wrap inner__content__wrap__global__payments"> <div class="container"> <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__small"> <div class="item__content"> <img src="<?php echo get_sub_field('image'); ?>"> <?php echo get_sub_field('content_box'); ?> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> <?php endwhile; endif; ?> <?php if (have_rows('crs_how_it_works')): while (have_rows('crs_how_it_works')): the_row(); ?> <div class="value__wrap value__wrap__global__payments value__wrap__retail__stores crypthorize__work__wrapp"> <div class="value__wrapp__inner" style="background-image: url('<?php the_sub_field('background_image');?>');"> <div class="container"> <h2><?php the_sub_field('heading');?></h2> </div> </div> <div class="inner__content__wrap inner__content__wrap__global__payments"> <div class="container"> <div class="row"> <?php if (have_rows('content')): while (have_rows('content')): the_row();?> <div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 mr__top__small"> <div class="item__content"> <img src="<?php echo get_sub_field('image'); ?>" alt=""> <h3><?php echo get_sub_field('title'); ?></h3> <?php echo get_sub_field('content_box'); ?> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('crs_merchat_dashboard_section') ): while( have_rows('crs_merchat_dashboard_section') ) : the_row(); ?> <div class="merchant__dashboard"> <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"> <?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('background_image'); ?>" alt="" /> <div class="image__box__inner"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('crs_direct_integration_section') ): while( have_rows('crs_direct_integration_section') ) : the_row(); ?> <div class="direct__integration"> <div class="direct__integration__inner"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-6 offset-xl-6 offset-lg-6 offset-md-6"> <div class="inner__content"> <?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> <?php endwhile; endif; ?> </div> <?php if( have_rows('crs_sign_up_section') ): while( have_rows('crs_sign_up_section') ) : the_row(); ?> <div class="global__widget__footer__top" style="background-image: url('<?php the_sub_field('background_image_first'); ?>'), url('<?php the_sub_field('background_image_second'); ?>');"> <div class="container"> <div class="col-xl-10 col-lg-10 offset-xl-1 offset-lg-1"> <?php the_sub_field('content'); ?> <div class="button__wrapp"> <a href="<?php the_sub_field('left_button_url'); ?>"><?php the_sub_field('left_button_text'); ?></a> <a href="<?php the_sub_field('right_button_url'); ?>"><?php the_sub_field('right_button_text'); ?></a> </div> </div> </div> </div> <?php endwhile; 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]
[-] 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]
[-] error_log
[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]