X7ROOT File Manager
Current Path:
/home/bloomi9/realworks1.com/wp-content/themes/realhomes
home
/
bloomi9
/
realworks1.com
/
wp-content
/
themes
/
realhomes
/
📁
..
📁
168631
📄
404.php
(149 B)
📄
archive-agency.php
(1023 B)
📄
archive-agent.php
(1019 B)
📄
archive-property.php
(152 B)
📄
archive.php
(146 B)
📁
assets
📄
author.php
(139 B)
📄
comments.php
(4.84 KB)
📁
common
📄
footer.php
(2.36 KB)
📁
framework
📄
functions.php
(47.18 KB)
📄
header.php
(1.4 KB)
📄
index.php
(139 B)
📁
languages
📄
page.php
(135 B)
📄
readme.md
(1.14 KB)
📄
readme.txt
(537 B)
📄
screenshot.png
(71.76 KB)
📄
search.php
(144 B)
📄
sidebar-agency.php
(162 B)
📄
sidebar-agent.php
(145 B)
📄
sidebar-contact.php
(213 B)
📄
sidebar-optima-express.php
(227 B)
📄
sidebar-pages.php
(145 B)
📄
sidebar-property-listing.php
(167 B)
📄
sidebar-property.php
(151 B)
📄
sidebar.php
(140 B)
📄
single-agency.php
(167 B)
📄
single-agent.php
(148 B)
📄
single-property.php
(148 B)
📄
single.php
(148 B)
📄
style.css
(1.05 KB)
📄
taxonomy-agency-location.php
(192 B)
📄
taxonomy-agent-location.php
(189 B)
📄
taxonomy-property-city.php
(167 B)
📄
taxonomy-property-feature.php
(169 B)
📄
taxonomy-property-status.php
(167 B)
📄
taxonomy-property-type.php
(163 B)
📁
templates
📄
woocommerce.php
(158 B)
📄
wpml-config.xml
(30.67 KB)
Editing: footer.php
<?php /** * Footer Template * * @package realhomes */ if ( ! is_page_template( 'templates/dashboard.php' ) ) { ?> <div class="rh_sticky_wrapper_footer <?php if ( 'classic' !== INSPIRY_DESIGN_VARIATION ) { echo esc_attr( 'rh_apply_sticky_wrapper_footer' ); } ?>"> <?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) { $realhomes_custom_footer_is_selected = get_option( 'realhomes_custom_footer_is_selected', 'default' ); $realhomes_post_custom_footer = get_post_meta( get_the_ID(), 'REAL_HOMES_custom_footer_display', true ); if ( function_exists( 'hfe_footer_enabled' ) && true == hfe_footer_enabled() ) { hfe_render_footer(); } elseif ( class_exists('RHEA_Elementor_Header_Footer') && ( 'default' !== $realhomes_custom_footer_is_selected || ( ! empty( $realhomes_post_custom_footer ) && 'default' !== $realhomes_post_custom_footer ) ) ) { do_action('realhomes_elementor_footer_content'); } else { get_template_part( 'assets/' . INSPIRY_DESIGN_VARIATION . '/partials/footer' ); } } ?> </div> <?php inspiry_post_nav(); if ( 'classic' !== INSPIRY_DESIGN_VARIATION) { echo '</div>'; // close .rh_wrap opened in header.php } if ( 'true' === get_option( 'inspiry_scroll_to_top', 'true' ) ) { ?> <a href="#top" id="scroll-top" class="<?php echo esc_html( get_option( 'inspiry_scroll_to_top_position', 'stp_right' ) ); ?>"><i class="fas fa-chevron-up"></i></a> <?php } // Floating features. get_template_part( 'common/partials/floating-features' ); } // Include login modal if login & register page URL is not configured if ( ! is_user_logged_in() ) { $theme_login_url = inspiry_get_login_register_url(); $prop_detail_login = inspiry_prop_detail_login(); $skip_prop_single = ( 'yes' == $prop_detail_login && ! is_user_logged_in() && is_singular( 'property' ) ); if ( empty( $theme_login_url ) && ( ! is_page_template( 'templates/login-register.php' ) ) && ! $skip_prop_single ) { get_template_part( 'common/partials/login-modal' ); } } // Includes the report a property modal. if ( 'modern' === INSPIRY_DESIGN_VARIATION ) { if ( ( 'true' === get_option( 'realhomes_enable_report_property', 'false' ) ) && is_singular( 'property' ) ) { get_template_part( 'common/partials/report-property-modal' ); } } wp_footer(); ?> </body> </html>
Upload File
Create Folder