4747 comments found.
Dear Marius, I need to remove the slider from the homepage as i need my homepage go straight to the property search page with nothing on top. Please help me do that. Thanks
Hi,
Please send me a private message (using the contact form on my profile page: https://themeforest.net/user/mariusnastase) regarding this issue and also mention your website ULR and admin credentials.
Best regards!
Having trouble removing the slider from the theme. I want there to be one picture that loads on the Home Page and that is it. Tried creating a custom slide and selecting one image with no delay but the slide still shows the arrows on both sides when that option is selected and a black area where the picture should be.
The theme is also constantly showing that it is loading on every page on the site and will not go away.
Last but not least I’m finding it difficult to make changes to the appearance to the Menu Colors so they will not change the current color selection when highlighted or at the very least changing the color for when the menu item is selected so that it stands out on the white background. Currently, the background is white and the menu colors are blue until you highlight the menu item they turn white making them not visible.
Hi,
Please send me a private message (using the contact form on my profile page: https://themeforest.net/user/mariusnastase) regarding this issue and also mention your website ULR and admin credentials.
Best regards!
Hi, I have an issue with deleting a property – after deletion, I expect that all its resources will be deleted, such as images, postmeta data in the database, etc. But it doesn’t happen. Can you please assist with understanding why? Thanks!
Hi,
This is how Wordpress delete post works. For example images are another post type.
Best regards!
Hi, but that means that once I delete the property, its images are left as ghost images that no property is using. Is there a recommended way to delete them?
Hi,
I am afraid that the only way to remove them is manually.
Best regards!
Hi,
Sorry i forgot to ask if it is possible to put a shadow on the home page text that overlays the video. I saw how to put a shadow on the page titles (works well). Also is there a way to put a default picture for featured images in the blog?
Thanks!
Hi,
For the text shadow, you can use the same method. See this css classes: home-title, home-subtitle.
Regarding the blog post featured image, you can set one when you edit a blog post using this option: Set featured image.
Best regards!
I realize the featured image selection but I was curious if there was a way to set a default featured image for each post if there is not one already implemented. Since I have hundreds of blog posts, going through each one is painful.
Hi,
Maybe a plugin like this one might help: https://wordpress.org/plugins/quick-featured-images/
Best regards!
Buenas tardes, la empresa esta muy interesados en obtener este tema, pero quería preguntarle si la plantilla acepta varios tipos de moneda, es que nosotros somos de Perú y manejamos en dolares y soles, nos urge saber esta información y poder obtener la plantilla. Gracias
Hi,
The theme doesn’t support using multiple currencies at the same time. You can change the currency, but you can only choose one.
Best regards!
Hi,
Great Theme! However is there a way to remove the map from the search page. On my idx page the navigation above the idx search is all overlapping and funky. Also I cannot get the map to center on an area with the lat and long coordinates or increase the amount of listings showed, so i was thinking to just remove it.
Also is there a way to put a black header in the idx page?
Hi,
Could you please send me your website URL?
Best regards!
sorry… www.spencerfrazier.com
If you go to the site…how do I change the background color for the services shortcode area from the white background.
as well as the text inside the front page mls search criteria boxes
The services shortcode stopped changing color while hovering in chrome but not IE…does that sound possible? I have erased cache a few times…
bump
Hi,
1. Services background -> Add the following css code in Appearance > Reales WP Settings > Custom CSS
.s-menu-item {
background: #fff;
}
and make sure you change the background color from white (#fff) to the one you want.
2. Text inside the front page mls search criteria boxes -> this text is provided by the MLS plugin. What do you want to change?
Best regards!
Okay thanks everything is fine except when hovering over the services boxes they do not change color…not sure if a plugin crashed this or what happened…
Is there any way to remove the map on the IDX page?
the hovering issue is only happening in chrome…works in IE
Hi,
Please see my email reply.
Best regards!
RealesWP – how do i disable emails of agents listed on agent profile pages and agent thumbnails
Hi,
1. Open this file: /realeswp/single-agent.php and remove these lines:
<?php if($email && $email != '') { ?>
<div class="row pb10">
<div class="col-xs-4"><span class="contact-icon fa fa-envelope-o" /> <strong><?php esc_html_e('Email', 'reales'); ?></strong></div>
<div class="col-xs-8 align-right"><?php echo esc_html($email); ?></div>
</div>
<?php } ?>
2. Open this file: /realeswp/agents-list.php and remove these lines:
<?php if($email && $email != '') { ?>
<div class="agentsItemContactItem">
<span class="fa fa-envelope" /> <?php echo esc_html($email); ?>
</div>
<?php } ?>
Best regards!
Dear all,
I would like to know if the theme is translation ready and you can translate it to any one language ( LTR or RTL ) without the need of a plugin. Also I would like to know if you can use visual composer components to build custom page layouts.
Is it possible to download demo template, so I could customize it.
Thank you.
Hi,
1. The theme is translation ready
2. You can use any visual composer plugin (the theme doesn’t have one)
3. The theme package includes a demo content that can be imported.
Best regards!
In search bar there is max.price and min.price . those values are manually entering .I need those as drop down list like below. This min price is related to max price. When min price 100 max price value will automatically fit 200. Min.Price Max.Price 100 200 200 400 400 600 600 800 800 1,000000 1,000000 to above
Marius,Could you please say which are the files i need to edit for implement this? I need to develop a drop down list like in this site. http://www.youramlak.com/
I am listing here min price and max price relation .100 – 200, 200 – 400, 400 – 600, 600 – 800, 800 -10000
Hello I am unable to send contact information to an agent. website is keytohappyness.com
Hi,
Please send me a private message (using the contact form on my profile page: https://themeforest.net/user/mariusnastase) regarding this issue and also mention your website ULR and admin credentials.
Best regards!
Hi
I have just purchase Reales WP v1.0.8 …
I get a message Geolocation service failed message when I try to entrer a new property… Can you please help?
Hi,
Please read the following:
GOOGLE MAPS POSSIBLE ISSUES
1. Get current location
This is because Google stopped the use of getCurrentLocation function for non https websites. Starting from version 1.0.7 of the theme a ‘fix’ was added. All that needs to be done is set a default latitude and longitude in admin here: Appearance > Reales WP Settings > Google Maps
More about this issue here: https://developers.google.com/web/updates/2016/04/geolocation-on-secure-contexts-only?hl=en
2. Google Maps API Key
Regarding Google Maps, now Goolge requires a Google Maps API key in order to have the map functional. Here is how you can get it: https://developers.google.com/maps/documentation/javascript/get-api-key
Make sure you set the google maps referrer like in this screenshot: https://www.dropbox.com/s/pymz9u6pfrzshaq/gm_key_1.png?dl=0
Also make sure you enable the services from this screenshot: https://www.dropbox.com/s/aw3ououv68b6uao/gm_key_2.png?dl=0
After you get the key, paste it in here: Appearance > Reales WP Settings > Google Maps > Google maps API key
Best regards!
Hello Marius,
The script is great, my support won soon I will renew it! But I noticed a native problem in the script referring to the address of a selected city. It’s been a while since I asked you for support on this subject and you told me it was to add this item “if($(’#new_city’).hasClass(‘auto’)) {” this change is already in the last script but it does not work. As I said in my country it is common to name streets repeating themselves in several cities and when I type a name of a city and the address then the result is a city and a building with another map of another city. What I do know is that if the address is related to a zip code it has no errors. Please help me with this question.
Hi Carlos,
I will reply to this issue via email.
Best regards!
Hello,
I cannot see an option of how to make the header slide show fade in and out like the demo. i can get it to go side to side.
Can you please help.
Also, I do not see anywhere to upload the images that were included in the demo header. Can you please advise on where I can get these to upload as well.
Thanks Michelle
Hi Michelle,
The one from demo is not Slider, it is Slideshow: http://mariusn.com/themes/reales-wp/documentation/#slideshow
Best regards!
Hi,
How can i change the “properties” in link ?
Exemple : www.mysite.com/properties/my-property ;
I want to rename or remove this.
Thank you very much
Hi,
Open this file: /plugins/short-tax-post/libs/custom_post_types/property.php and you can change it in this line:
'rewrite' => array('slug' => _x('properties', 'URL SLUG', 'reales')),
Best regards!
About custom fields – if you add them, they will show on the property listing page. Do you know a way I can add a filter or something to make some custom fields hidden / NOT show on the frontend only?
Hi,
Please send me a private message (using the contact form on my profile page: https://themeforest.net/user/mariusnastase) regarding this issue and also mention your website ULR and admin credentials.
Best regards!
Hi, I am having trouble with google maps.
It just display an empty grey screen. no error.
Hi,
Please send me a private message (using the contact form on my profile page: https://themeforest.net/user/mariusnastase) regarding this issue and also mention your website ULR and admin credentials.
Best regards!
Hello there,
Good day. We’re experiencing and error on theme: “Chrome has prevented an outdated plugin “Adobe Flash” from running on this site.” It seems like a vulnerability. Could you please inform how to fix this issue ?
Thank you.
Hi,
The theme doesn’t need Adobe Flash to run.
Best regards!
Hi there!
Import BONNA-PIZZA failed. How to fix this? 
The best,
Tjeerd
Hi Tjeerd,
Please send me a private message (using the contact form on my profile page: https://themeforest.net/user/mariusnastase) regarding this issue and also mention your website ULR and admin credentials.
Best regards!
Hi, how can I show featured_properties? I already setup more the home page, but it is still showing 0 properties. What should I do for showing those? already tried use the Featured properties shortcode and choose the properties that I need. (Open a property for Edit and check the ”Set as featured” option) But its still not working. Please advise.
Thank you!
Hi,
That doesn’t work because you have 2 Featured options when you open a property for edit. The thing that I don’t understand is why are you still using that properties plugin. That plugin will only create problems, because it does the same thing as the theme. So I recommend you disable it because you don’t need it. It will only create compatibility issues.
Best regards!
I do need it for agencies page. any recomendation?
Hi,
What info would this Agencies page have?
Best regards!
Here is what I need:
Please go to tab “Pages” -> Agencies http://preview.themeforest.net/item/realia-responsive-real-estate-wordpress-theme/full_screen_preview/4789838?_ga=1.71106009.817313991.1477083061Hi,
Ok, I understand, but the only problem is that the theme doesn’t have another post type (Agencies) that includes Agents post type.
Best regards!
Hello it is possible in this theme to add ex. “home offer” by loged user ? Or only admin can add new advertisement
Hi,
The admin can create new categories of properties like ‘home offer’ and any user with agent account that register from the front-end(not admin dashboard) can post new properties to the website.
Best regards!