This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section class="team-section"> | |
| <div class="swiper teamSwiper" style="max-height: 600px;"> | |
| <div class="swiper-wrapper"> | |
| <!-- Slide 1 --> | |
| <div class="swiper-slide"> | |
| <div class="card" onclick="openModal( | |
| 'Babu Purevsuren', | |
| 'Owner & CEO', | |
| '<p>Babu came to the United States in 2004 at just 19 years old. He arrived alone, without family and without speaking English, determined to build a better future through hard work and faith.</p><p>He began by studying English at the English Language Center, then earned a business degree from LDS College, followed by a Construction Management degree from BYU. In 2015, he started a handyman business, which quickly grew into subcontracting work for companies such as UDK, Utah Flood Network, and other restoration providers across Utah.</p><p>In 2019, Babu founded Summit Restoration with a clear purpose: to serve Utah families during some of the most difficult moments of their lives. He believes restoration work is more t |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Allow SVG uploads | |
| function custom_add_svg_support($mimes) { | |
| // Add SVG to allowed mime types | |
| $mimes['svg'] = 'image/svg+xml'; | |
| return $mimes; | |
| } | |
| add_filter('upload_mimes', 'custom_add_svg_support'); | |
| // Optional: Sanitize SVG files for security | |
| function custom_check_svg($file) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery(document).ready(function($) { | |
| // Offcanvas container | |
| var $offcanvas = $("#off-canvas-6f5ddbf"); | |
| // Menu links inside offcanvas | |
| $(".elementor-nav-menu li a").on("click", function() { | |
| // Remove active class | |
| $offcanvas.removeClass("e-off-canvas--active"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .ote_bgcolor { | |
| position: relative; | |
| border-radius: 16px; | |
| z-index: 1; | |
| border:0!important; | |
| } | |
| .ote_bgcolor:hover { | |
| position: relative; | |
| border-radius: 16px; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function featured_product_search_ajax_shortcode() { | |
| ob_start(); | |
| ?> | |
| <div id="product-search-wrap"> | |
| <input type="text" id="product-search" placeholder="Search for products I posted by name or keyword.."> | |
| </div> | |
| <h3 class="product_heading">Featured Products</h3> | |
| <div id="product-results">Loading products...</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* Register Custom Post Types */ | |
| function cwptheme_post_type() { | |
| $post_types_arr = array( 'Amenities', 'Principles', 'Investments' ); | |
| foreach( $post_types_arr as $post_type_a){ | |
| $labels = array( | |
| 'name' => __( $post_type_a ), |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Dynamic Popup content from custom post type | |
| https://www.youtube.com/watch?v=9lMGc1fQa3Q&pp=ygUnRHluYW1pYyBQb3N0IFBvcHVwIFdpZGdldCBmb3IgRWxlbWVudG9y | |
| <style> | |
| .container { | |
| display: none; /* Hide all containers by default */ | |
| } | |
| .button_style { | |
| pointer-events: auto; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function cs_footer() { ?> | |
| <script> | |
| jQuery(function($){ | |
| $(document).on('click','.elementor-location-popup a', function(event){ | |
| elementorProFrontend.modules.popup.closePopup( {}, event); | |
| }); | |
| }); | |
| </script> |
NewerOlder