Real Homes Online Documentation
Updated software – 14-09-2021 – Now showing error – Warning: Invalid argument supplied for foreach() in /home/customer/www/gapinthemarket.com/public_html/wp-content/themes/realhomes/framework/customizer/google-fonts/google-fonts.php on line 138
15th – Font Error resolved…
Image Sizes
Home Page slider – 2000 x 700
Property Gallery Images – 1200 x 680px
(1200 x whatever the proportion is seems to work OK)
Gallery Portrait resize to height 680px
Page Top banner image – 2000 x 230px
Featured image (min) 768 x 510 – Tho Gallery Images work fine 1200 wide
Page Banner Overlay Tint
Additional css – smaller the last decimal the lighter the overlay
(originally 0.5)
.rh_banner__cover {background-color: rgba(0, 0, 0, 0.25)}
Additional CSS
/*Hides text block on the homepage Custom Post slider if used*/
.rh_slide__desc {display:none;}
/*Hides entry meta (Name Date etc.) on blog posts */
.entry-meta{display:none;}
.entry-meta{display:none;}
/*Hides agents listings numbers */
.rh_agent_card__listings {display:none;}
.listed_properties {display:none;}
/*Hides agents listings link */
.rh_agent_card__link {display:none;}
Change Background header colour on Mobile sized displays
@media (max-width: 1139px) {
.rh_header_advance.rh_header {
background: #053561;
}
}
================
/* Ang */
.rh_prop_card .rh_prop_card__thumbnail a {
display: block;
}
@media (max-width: 768px) {
.rh_prop_card .rh_prop_card__featured, .elementor-10345 .elementor-element.elementor-element-ff02c5a .rh_wrapper–featured_elementor .rh_prop_card__featured {
margin-top:-1rem;
}
}
Page Hacks
Remove “View My Listings” text from ‘Agents’ list page
/wp-content/themes/realhomes/assets/modern/partials/agent/card.php
removed lines 121 to 126 (below)
121 <!-- /.rh_agent_card__contact_wrap -->
122 <a href="<?php the_permalink(); ?>" class="rh_agent_card__link">
123 <p><?php esc_html_e( 'partials/agent/card', 'framework' ); ?></p>
124 <i class="fa fa-angle-right"></i>
125 </a>
126 <!-- /.rh_agent_card__link -->