PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
single-listing
<?php global $post, $wiloke, $wilcityGallerySettings; ?> <header class="listing-detail_header__18Cfs hasSlider"> <!-- swiper__module swiper-container --> <div class="swiper__module swiper-container swiper--button-pill swiper--button-abs-outer swiper--button-mobile-disable" data-options='{"autoplay": <?php echo json_encode(['delay' => abs($wiloke->aThemeOptions['listing_slider_autoplay'])]); ?>, "slidesPerView":3,"spaceBetween":4,"breakpoints":{"640":{"slidesPerView":1,"spaceBetween":4},"992":{"slidesPerView":2,"spaceBetween":4},"1200":{"slidesPerView":3,"spaceBetween":4},"1400":{"slidesPerView":3,"spaceBetween":4}}}'> <div class="swiper-wrapper"> <?php foreach ($wilcityGallerySettings as $id => $url): ?> <div class="listing-detail_itemOverlay__1F_RJ"> <?php $imgUrl = wp_get_attachment_image_url($id, $wiloke->aThemeOptions['listing_slider_img_size']); ?> <div class="listing-detail_sliderItem__3k2pH bg-cover" style="background-image: url(<?php echo esc_attr($imgUrl); ?>);"> <img src="<?php echo esc_url($imgUrl); ?>" alt="<?php echo esc_attr($post->post_title); ?>"> </div> <?php $caption = get_post_field('post_excerpt', $id); if (!empty($caption)) : ?> <div class="listing-detail_caption__TrVbq"><?php echo esc_html($caption); ?></div> <?php endif; ?> </div> <?php endforeach; ?> </div> <div class="swiper-button-custom"> <div class="swiper-button-prev-custom"><i class='la la-angle-left'></i></div> <div class="swiper-button-next-custom"><i class='la la-angle-right'></i></div> </div> <div class="full-load"> <div class="pill-loading_module__3LZ6v pos-a-center"> <div class="pill-loading_loader__3LOnT"></div> </div> </div> </div><!-- End / swiper__module swiper-container --> <?php get_template_part('single-listing/view-gallery-btn'); ?> </header>
[+]
..
[-] sidebar.php
[edit]
[-] header.php
[edit]
[-] header-featuredimage-fullwidth.php
[edit]
[+]
tabs
[-] top-block.php
[edit]
[-] content.php
[edit]
[-] navigation.php
[edit]
[+]
partials
[+]
right-top-tools
[-] home.php
[edit]
[+]
home-sections
[+]
events
[-] .single-listing.php
[edit]
[-] header-slider.php
[edit]
[-] view-gallery-btn.php
[edit]