PATH:
home
/
lab2454c
/
public_html
/
wp-content
/
themes
/
veritserv
<?php /** * Template Name: Contact 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"> <div class="top__wrap__contact"> <div class="top__wrap__contact__inner"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6 col-md-6"> <div class="inner__content"> <?php if( get_field('con_heading') ): ?> <h2><?php the_field('con_heading'); ?></h2> <?php endif; ?> <?php if( get_field('con_sub_heading') ): ?> <h3><?php the_field('con_sub_heading'); ?></h3> <?php endif; ?> <?php if( get_field('con_email_heading') ): ?> <h4><?php the_field('con_email_heading'); ?></h4> <?php endif; ?> <ul> <?php if( have_rows('con_emails') ): while ( have_rows('con_emails') ) : the_row(); ?> <li><a href="mailto:<?php echo get_sub_field('email_address'); ?>"><i class="ico__box"><img src="<?php echo get_template_directory_uri(); ?>/inc/assets/images/mail.svg" alt="" /></i><?php echo get_sub_field('email_address'); ?></a> </li> <?php endwhile; endif; ?> </ul> <?php if( get_field('con_button_url') ): ?> <div class="button__wrapp"> <a href="<?php the_field('con_button_url'); ?>"><?php the_field('con_button_text'); ?></a> </div> <?php endif; ?> </div> </div> <div class="col-xl-6 col-lg-6 col-md-6"> <div class="inner__content contact__wrap"> <?php if( get_field('contact_form_heading') ): ?> <h2><?php the_field('contact_form_heading'); ?></h2> <?php endif; ?> <div class="form__wrapp"> <?php if( get_field('contact_form_shortcode') ): ?> <?php the_field('contact_form_shortcode'); ?> <?php endif; ?> </div> </div> </div> </div> </div> </div> </div> </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]
[-] 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]