9434 comments found.
How do i hide that page title? https://ibb.co/joqgt8
Hi!
You can do that by adding the following CSS code to Customizer > Additional CSS box.
.page .entry-header {
display: none;
}
.page .entry-header-margin-fix {
margin-top: 0 !important;
}
For any further assistance, you can reach our support staff through our support site. (Support related links are given below)
Thanks
Many thanks!
How about the CSS that controls the menu Bg transparency, color, and gradient length?
You can modify the “Header” related styles from Customizer > Styles > Header Styles options panel.
For any further query please create a ticket on our support http://support.inspirythemes.com/ site.
Thanks
The black bg color won’t change and there aren’t any options to make it darker or lower.
Please can you point out that area in a screenshot? So that I can help you in the right way.
Thanks
This area https://ibb.co/j243dJ
Real Homes theme doesn’t add any such overlay on the slider images. It must be on the actual image that you are using for the slider.
But there’s already a shadow above the image and it wasn’t added by me. That means that some file should have the CSS for that gradient overlay.
Please share your site link so that I can look at your issue myself and guide you in the right way.
How about the footer, where’s the CSS to make that big brown stripe thinner?
Hi!
You can change that header top gradient by adding the following CSS code to the Customizer > Additional CSS box.
.rh_header--shadow {
background: $rh_banner_bg;
background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(192, 192, 192, 0) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(192, 192, 192, 0))); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(192, 192, 192, 0) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(192, 192, 192, 0) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(192, 192, 192, 0) 100%); /* ie10+ */
background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(192, 192, 192, 0) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c0c0c0', GradientType=0); /* ie6-9 */
}
While the footer height can be reduced by reducing its padding with the following CSS code.
.rh_footer {
padding: 15rem 0 10rem 0;
}
Kind Regards
Many Thanks!
You are welcome 
I’m done with the clients site. Just have one problem: Can’t locate the PHP file to translate the word “Featured” that is placed on the top left corner of the property. Already did the Featured Widget, but can’t find the file for the home page Featured.
Please share a related screenshot. It’s important to understand properly to help you in the right way.
Nevermind, found a Plugin that can translate all that text: Loco Translate.
Thanks
I am happy to know that you have figured it out 
Hi, I am seeing an error “Fatal error: Can’t use function return value in write context in /home/ovalhome/public_html/wp-content/themes/realhomes/assets/classic/partials/property/single/contents.php on line 3” which is located on page: http://www.ovalhomes.co.uk/property/the-winchester-plot-2-7/
Any suggestions on how to fix?
Hi!
Seems like you are running an older version of Real Homes theme.
Please ensure you are running the recommend PHP version 7.x for a WordPress site.
While minimum required PHP version by Real Homes theme is 5.6.
Let me know if you still face any such issue.
Thanks
I have another problem: in the gallery of images of the property, I add photos horizontally and vertically. In the frontend the horizontal photographs have an empty space below. Is there any way that the images are automatically cut off on the property details page? And when you click on the photo, see the full image.
The photos are uploaded by the real estate staff, so I can not ask them to cut it with Photoshop or similar applications.
Thank you very much.
Hi!
If images are larger then those will be cropped automatically to the size it needs to be adjust in the gallery area.
However, if images are smaller then required size, it will display the blank black space to the rest of image box. Otherwise, there will be an inconsistency between slides and it will break the gallery layout.
Thanks & Regards
I’m sorry I think I have not explained myself well. Maybe with a picture you understand better: https://ibb.co/n5bFcd
Thank you for your help with this issue.
That’s exactly what I have explained you already.
For any further assistance please create a support ticket on our support http://support.inspirythemes.com/ site and our technical support team will take care of you.
Kind Regards
Hi,
I have a list of properties and a list of clients.
Can i manage the appointment that have been made with the clients, in order to see the properties?
Thanks
Hi!
Please can you explain your needs a little more so that I can understand better and help you accordingly.
Thanks & Regards
Hi,
I have a list of clients that they visit the properties.
I want to be able to be able to get a report that appears each client which propereties has visited.
Thanks
Hi!
That’s not an option, unfortunately. It would need code customization in the theme. If it’s important to you and you want to have it on your site in this theme right away, then you may hire our customization https://inspirythemes.com/theme-customization/ services.
Best Regards
Hi, i need to update the theme from one of the first versions ( 2015 ) in wordpress 4.2 to the current version ( of the theme and wordpress ). Can you advise me in the steps? Thanks
Hi!
I will recommend you to read and follow our Knowledge Base article on Better Way to Update WordPress Theme.
For any further assistance, you can reach our support staff through our support site. (Support related links are given below)
Thanks
According to the information, the theme is translated into Spanish. I have installed WPML but all the strings are shown “untranslated”. Do I have to translate it manually?
Hi!
Translated Spanish language files can be found under languages directory of the theme.
Please check this helping screenshot: http://jmp.sh/Fv2Bl02
Thanks
Great! thank you for your help!
can some one please answer the support emails and tickets i have raised paypal still is not working
Hi there,
I have asked the support team member and he is communicating with you about it already. So please communicate with him there in your support ticket for further assistance.
Thanks
Where’s the button to compare properties?
Hi!
For the compare properties feature and configuration details please consult this theme documentation here: https://realhomes.io/documentation/compare-properties/
For any further assistance, you can reach our support staff through our support site. (Support related links are given below)
Thanks
Got it! The compare icon is barely visible on top of the picture.
Thanks
Hi,
I have forward this point to the development team to improve those icons appearance.
Thanks
Hello, It is impossible to change the reference number of the properties, I put for example, C1030, then Save, and RH-13324-property always appears, again and again.
how can i fix it? thanks you
Hi!
You can enabled/disable or modify the Auto-Generated Property ID Pattern from Customizer > Members > Submit Property options panel.
See this helping screenshot: http://jmp.sh/HQLoPtk
For any further assistance, you can reach our support staff through our support site. (Support related links are given below)
Thanks
Hi,
For some reason the map isn’t showing when list and grid page template are selected after a clean installation.
Thank you Gunther
Hi Gunther,
Please make sure you have configured the Google Maps to display properly as guided in the theme documentation we have provided within the theme package.
You can also access that theme documentation online here: https://realhomes.io/documentation/homepage-settings-classic/#display-google-maps
If you still face this issue then please create a support ticket on our support http://support.inspirythemes.com/ site and our technical support team will take care of you.
Thanks
Is there a way that i can link home page banner Image to an external link when they click on it ?
Hi!
That’s not an option by default. I am afraid it would need code customization in the theme.
Please create a support ticket on our support http://support.inspirythemes.com/ site and our technical support team will help you in this regard.
Thanks & Regards
hi having problems with paypal Inspiry Memberships Settings strip is working fine but when i try to pay for membership with paypal is goes to 404 – Page Not Found! have tried both live and sandbox settings and with and with out stripe enabled it just seems its not even trying to log into paypal website
Hi!
Please create a ticket on our support http://support.inspirythemes.com/ site and copy this issue details there. Also add a link to your site when you create that ticket.
Our technical support team will help you to fix this issue.
Thanks & Regards
Pre-sale question: Does it have the ability to have a VIDEO BACKGROUND? Like on the home page and header?
Hi!
Thanks for your interest in Real Homes theme.
If you want to use Video Background in the slider area or banner area then you can use the Revolution Slider there for this purpose.
Kind Regards
Hi!
In the last version (3.4.1) there was an option to change the background color of the site. In the new version (3.5.0), I do not find this option anymore.
Thanks.
Hi!
That option has been moved to the Customizer > Styles options panel.
Thanks
Not in the modern design option!
It’s same in the “Modern” design. See this screenshot: http://jmp.sh/kxzkLZp
For any further assistance, you can reach our support staff through our support site. (Support related links are given below)
Thanks
For the search bar … how do we move stuff around so that it’s not in the “advanced” section of the search … we need the beds baths etc up at the forefront and not have someone click an extra step in order to see that…?
Hi!
Please add a link to your site so that I can have a look at your site and guide you accordingly.
Thanks
We’ve submitted a support ticket via the support site.
Thank you, one of our support team members will get in touch with you to help you with it.
Hello,
My client is using whise real estate software to store his data. Is it possible and how can I pull automatically json or xml data from [whise] web api into this theme?
Best Regards
Hi!
Thanks for your interest in Real Homes theme.
You can import properties to this theme via CSV or XML using Import Properties into RealHomes Theme extension plugin with its parent WP All Import plugin.
Kind Regards
Hello, I am considering buying your theme – It looks amazing! Do you have any sites that the MLS is already hooked up? I want to test its search capabilities
Hi!
Thanks for your interest and good words!
This theme supports dsIDXpress and iHomeFinder MLS plugins. You can have a look at their different demo sites here: https://realhomes.io/
Search for the “IDX Support to Integrate your MLS” to go to the relevant section after opening the given landing page.
Kind Regards
Thank you! Do you have a URL of someone that has used your theme?
I don’t have at this time, unfortunately. However, you can build your site same as demo site for sure. Our technical support team will help you if you face any issue.
Thanks
The new version is totally awesome, thank you guys for the changing. However, just a general question : the theme used to show every properties on the same map, totally independant from the numbers of pages of listing. Now the number 1 page of listing has only the map for its listing. The page 2 does the same, etc… has that cool feature totally desappeared ?
Hi!
Thanks for your good words!
The Properties Google Map is supposed to display property markers only for the listed properties on the current page. This feature is working fine as it’s expected.
Kind Regards
You can change help for the registered domain?
Hi!
One theme license is for one production domain/site. You can buy another license if you want to use this theme on another domain/site.
For more details about ThemeForest licensing please consult: https://themeforest.net/licenses/standard
Thanks
But my time does not use old domain nữa. You can active on your new domain?
Yes, you can in that case.
Now now must be even or normal installed? You have to active for me?
You can install and use it in the normal way as guided in the theme documentation.
Hello, How can i translate this things?
https://imgur.com/wcTa1wj https://imgur.com/uLwGn5A https://imgur.com/CyHQrQ1Thanks you very much!
Hi!
You can translate those and other theme strings by using default PO & MO files translation method.
For detailed help on how to translate, I will recommend you to read and follow our Knowledge Base article on How to translate your theme to your language.
For any further assistance, you can reach our support staff through our support site. (Support related links are given below)
Thanks