PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
themes
/
incforce
/
template-parts
<?php $about_field_content = get_field('about_field_content'); ?> <div class="service__wrapp"> <?php if(!empty($about_field_content['service_title'])):?> <div class="container"> <h2><?php echo $about_field_content['service_title'];?></h2> </div> <?php endif;?> <div class="service__wrapp__inner"> <div class="container"> <div class="row justify-content-center"> <?php $i = 0; ?> <?php foreach($about_field_content['services_details'] as $listing):?> <div class="col-xl-4 col-lg-4 col-md-6 mr__bottom"> <div class="widget__card"> <?php if(!empty($listing['image'])):?> <div class="image__box"> <img src="<?php echo $listing['image'];?>" alt="" data-bs-toggle="modal" data-bs-target="#staticBackdrop<?php echo $i; ?>" /> </div> <?php endif;?> </div> </div> <?php $i++; ?> <?php endforeach;?> <?php $j = 0; ?> <?php foreach($about_field_content['services_details'] as $listing):?> <div class="modal modal__main fade" id="staticBackdrop<?php echo $j; ?>" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true"> <div class="modal-dialog modal__dialog"> <div class="modal-content modal__content"> <button type="button" class="btn-close btn__close" data-bs-dismiss="modal" aria-label="Close"></button> <div class="modal-body modal__body"> <div class="card__content__wrapp"> <?php if(!empty($listing['title'])):?> <h3><?php echo $listing['title'];?></h3> <?php endif;?> <?php echo apply_filters('the_content',$listing['content']);?> </div> </div> </div> </div> </div> <?php $j++; endforeach;?> </div> </div> </div> </div>
[-] join-today-content-section.php
[edit]
[-] content-none.php
[edit]
[+]
..
[-] common-video-gallery-section.php
[edit]
[-] offering-workspace-service-section.php
[edit]
[-] home-event-section.php
[edit]
[-] home-banner-section-old.php
[edit]
[-] about-service-details-section.php
[edit]
[-] home-offering-section.php
[edit]
[-] common-price-plans-section.php
[edit]
[-] common-amazing-partners-section.php
[edit]
[-] contact-form-section.php
[edit]
[-] inner-banner-section.php
[edit]
[-] home-banner-section.php
[edit]
[-] content-search.php
[edit]
[-] content-page.php
[edit]
[-] home-designed-by-women-section.php
[edit]
[-] common-news-letter-section.php
[edit]
[-] content-notitle.php
[edit]
[-] content.php
[edit]
[-] book-tour-section.php
[edit]