PATH:
home
/
lab2454c
/
public_html
/
wp-content
/
themes
/
veritserv
<?php /** * Template Name: Support 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"> <?php if(get_field('banner_highlighted_title')){ ?> <div class="banner__container__inner"> <h1><?php the_field('banner_highlighted_title') ?> <span><?php the_field('banner_non-highlighted_title') ?></span> </h1> <div class="search__wrapp"> <p><?php the_field('search_title') ?></p> <a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal"><i class="ico__box"><img src="<?php echo get_template_directory_uri(); ?>/inc/assets/images/search-icon.svg" alt="" /></i></a> </div> </div> <?php } ?> </div> </div> <div class="modal fade modal__main" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal__dialog"> <button type="button" class="btn-close btn__close" data-bs-dismiss="modal" aria-label="Close"></button> <div class="modal-content modal__content"> <div class="modal-body"> <form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <div class="form__wrapp"> <div class="form-group form__group"> <input type="search" class="form-control form__control" placeholder="<?php echo esc_attr_x( 'Search a topic…', 'placeholder', 'wp-bootstrap-starter' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" title="<?php _ex( 'Search Newsroom...', 'label', 'wp-bootstrap-starter' ); ?>"> </div> <button type="submit" class="btn btn-default submit__btn"><i class="ico__box"><img src="<?php echo get_template_directory_uri(); ?>/inc/assets/images/search-icon.svg" alt="" /></i></button> </div> </form> </div> </div> </div> </div> </div> <?php } ?> <div class="body__container__wrapp__inner"> <?php if( have_rows('support_section') ): while( have_rows('support_section') ) : the_row(); ?> <div class="value__wrap value__wrap__support"> <div class="value__wrapp__inner"> <div class="container"> <h2><?php the_sub_field('sup_heading'); ?></h2> </div> </div> <div class="container"> <div class="inner__content__wrap"> <div class="owl-carousel owl-theme carousel__value"> <?php if( have_rows('sup__content') ): while ( have_rows('sup__content') ) : the_row(); ?> <div class="item category__item"> <div class="item__wrap"> <h3><?php echo get_sub_field('title'); ?></h3> <p><?php echo get_sub_field('content'); ?></p> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> <?php endwhile; endif; ?> <?php if( have_rows('topics_section') ): while( have_rows('topics_section') ) : the_row(); ?> <div class="top__wrap__outer top__wrap__outer__support"> <div class="top__wrap__outer__inner"> <div class="container"> <div class="row"> <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('button_link'); ?>"><?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; ?> <?php if( have_rows('sup_contact_representative_section') ): while( have_rows('sup_contact_representative_section') ) : the_row(); ?> <div class="contact__representatives contact__representatives__no-gap"> <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"> <?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> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt="" /> </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]
[-] 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]