PATH:
home
/
lab2454c
/
public_html
/
wp-content
/
themes
/
veritserv
<?php /** * Template Name: Crypthorize 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('crypt_about_section') ): while( have_rows('crypt_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('cryp_slider_section')): while (have_rows('cryp_slider_section')): the_row(); ?> <div class="value__wrap crypthorize__support__wrapp"> <div class="value__wrapp__inner"> <div class="container"> <h2><?php the_sub_field('heading');?></h2> <div class="inner__content__wrap"> <div class="owl-carousel owl-theme carousel__crypto"> <?php if (have_rows('slider_images')): while (have_rows('slider_images')): the_row();?> <div class="item category__item"> <div class="item__wrap"> <img src="<?php echo get_sub_field('image'); ?>"> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> </div> <?php endwhile; endif; ?> <?php if (have_rows('growth_safety_section')): while (have_rows('growth_safety_section')): the_row(); ?> <div class="value__wrap value__wrap__global__payments value__wrap__retail__stores 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('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('how_it_works')): while (have_rows('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-3 col-lg-3 col-md-6 col-sm-6 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('gain_access_section') ): while( have_rows('gain_access_section') ) : the_row(); ?> <div class="top__wrap__outer secure__payment services__main__wrap"> <div class="secure__payment__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('heading'); ?></h2> <p><?php the_sub_field('sub_heading'); ?></p> </div> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </div> </div> <?php endwhile; endif; ?> <?php if (have_rows('accept_cryptocurrency_section')): while (have_rows('accept_cryptocurrency_section')): the_row(); ?> <div class="value__wrap value__wrap__global__payments value__wrap__retail__stores crypthorize__accept__cryptocurrency"> <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_area')): while (have_rows('content_area')): 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> <p><?php echo get_sub_field('content'); ?></p> <div class="button__wrapp"> <a href="<?php echo get_sub_field('button_url')?>"><?php echo get_sub_field('button_text')?></a> </div> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> <?php endwhile; endif; ?> <?php if (have_rows('future_network_slider')): while (have_rows('future_network_slider')): the_row(); ?> <div class="value__wrap supported__networks"> <div class="value__wrapp__inner"> <div class="container"> <h2><?php the_sub_field('heading');?></h2> <div class="inner__content__wrap"> <div class="owl-carousel owl-theme carousel__future"> <?php if (have_rows('slider_images')): while (have_rows('slider_images')): the_row();?> <div class="item category__item"> <div class="item__wrap"> <img src="<?php echo get_sub_field('image'); ?>"> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> </div> <?php endwhile; endif; ?> <?php if (have_rows('crypto_in_numbers')): while (have_rows('crypto_in_numbers')): the_row(); ?> <div class="value__wrap value__wrap__global__payments value__wrap__retail__stores crypthorize__accept__cryptocurrency"> <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-3 col-lg-3 col-md-6 col-sm-6 mr__top__small"> <div class="item__content"> <h3><?php echo get_sub_field('heading'); ?></h3> <p><?php echo get_sub_field('sub_heading'); ?></p> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> <?php endwhile; endif; ?> </div><!-- #primary --> <?php if( have_rows('crypto_sign_up_section') ): while( have_rows('crypto_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]