4747 comments found.
The problem is that the current field is textarea field into which a plain html not appear in the text (in my case should be a shortcode)
Now it looks like the field is:
http://kepfeltoltes.hu/view/151030/ilyenvan_www.kepfeltoltes.hu_.jpgWhat I would like is for something like this:
http://kepfeltoltes.hu/view/151030/ilyenkell_www.kepfeltoltes.hu_.jpgIt is likely that this needs to change?
<h3><?php esc_html_e('About', 'reales') . ' ' . $title; ?></h3>
<p class="pb20"><?php echo esc_html($about); ?></p>
A thank you in advance for your help!
Hi, the update that I just finished has this feature integrated. Now i am working on finishing the documentation and I will release it. Best regards!
Ok, thank you so much.
Hi heres my purchase code- 9543b698-e788-4426-a666-0404abec1fed
Is there a way of making the listings load first on mobile view and not the map?? i have tried switching the columns over but it still seems to loads the map first.
Look forward to hearing from you.
Hi,
There is a solution for having properties search results display the list first in mobile view. Open this file property-search-results.php and change these:<div id="mapView"> ... </div> <div id="content"> ... </div>with these:
<div id="mapView" class="mob-min"> ... </div> <div id="content" class="mob-max"> ... </div>
Best regards!
The CTA button on the homepage slideshow isn’t working. I read through the comments and I know you said for people to private message you for the fix. Please let me know asap! Our site just went live – http://www.aztpr.com. Thanks!
Hi,
Regarding the CTA button, this can be fixed: Please open this file /realeswp/templates/home_caption.php and replace this line<a href="<?php echo esc_url($home_caption_cta_link); ?>" class="btn btn-lg btn-black" data-toggle="modal" data-target="#signin"><?php echo esc_html($home_caption_cta_text); ?></a>with this one
<a href="<?php echo esc_url($home_caption_cta_link); ?>" class="btn btn-lg btn-black"><?php echo esc_html($home_caption_cta_text); ?></a>
Best regards!
Hi, I wanted to know how I can change the header image for all of the IDX pages (if you search a property and it brings up a new page with the MLS listings, it just has a plain black header – no image). I’d like all of the header images to be the same the IDX pages if possible. My website is: http://aztpr.devdomain.net
Hi, do you want to have the same image for all the IDX pages? Best regards!
Yes, I’d like them all to be the same. Can you tell me where I’d be able to accomplish this? Thanks!
Brittany McEnnis
Hi Brittany,
Did you try setting a featured image to the idx page?
Best regards!
Hey,
I’m interested in purchasing your theme Reals WP. Quick question: Are the listings added in manually or automatically? We currently use IDX. Is it IDX compatible?
Hi,
The theme offers both possibilities. For IDX the theme is compatible with this plugin: dsIDXpress (http://www.dsidxpress.com/)
Best regards!
Hi, I would like to buy your theme! It’s really nice and clean. Looks like a lot of great functionality. I have a couple questions: 1. Does this currently support importing a CSV through wp import? 2.
Hi, you can use this plugin: https://wordpress.org/plugins/reales-wp-xml-csv-property-listings-import/
Please note that I did not develop the plugin, so for any question that you have, you should address the developer.
Best regards!
Thank you for your reply! I appreciate your help.
what happened to the pending update? It’s been several months and we are still waiting …
Hi, I have finished developing and testing the update, I am updating the documentation right now. It will be available after the themeforest team review it. Best regards!
you have taken note of all the suggestions made you here? I even made you several .. Greetings
Hello, I need to change the color of the menu. how can I do it?
Hi, do you want to change the color of the menu text, or the background color?
Best regards!
both 
Hi,
Both can be changed from style.css file here.
Background:
.home-header {
position: absolute;
width: 100%;
padding: 20px;
top: 0;
left: 0;
z-index: 1600;
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
Text color:
.top-nav > div > ul > li > a, .top-nav > ul > li > a, .user-nav > ul > li > a {
color: #fff;
padding-bottom: 10px;
display: block;
}
Best regards!
Can you customize for us? We also want to incorporate the following plugin. http://myrealpage.com/idx-wordpress.html
Please let me know your cost and availability?
Our website is www.buyfraservalley.com
Hi, unfortunately I am not open for custom work at this moment, I am very busy with my theme updates development. Best regards!
Hello. I love your template! I have a quick question on the idxpress plugin. I’m using another theme that uses that plugin, however, I’m unable to get the idx pages to display any more than 25 listings. I’ve contacted the plugin developer and said that it cannot be done, then told that it could be done, but it’s unsupported and sent me a link to a site using your Reales theme.
I was just wondering how you were able to get the plugin to display more than the default 25 listings? Any help would be greatly appreciated.
Thanks!
Hi, I haven’t done anything. I am only using the test account from dsIDXpress plugin and it worked without any other hack. But make sure you dont have a restriction set in admin under IDX > Filters. Best regards!
Thanks SO much for getting back to me! 
This is so weird, because IDXpress tells me that their plugin is limited to display only 25 listings at one time, and they can’t display more because of worries of load to the server. They said that you did some kind of “hack” to get it to display more than 25 listings, but I guess that’s not the case?
I have wordpress in a directory (not in root) and when i go live ( with theme and site from root), the contact agent button form does not send “undefined” error.
Hi, in the latest version that I just finished I made a fix for this. Right now I am updating the documentation and I will submit the new version on themeforest. So please stay tuned. Best regards!
Hi, I’m interested in purchasing this theme but there’s a few things I need to know before proceeding.
- Is there an option to make all users, agents by default (basically removing the agent field in the registration)? - Is there an option to review a listing before it goes live on site? - Is there an option to set one admin agent as contact person/agent for all listings no matter if another user actually created the listing?
I assume this would need some hacking in the CSS, but is it doable?
Thanks fron Sweden!
Hi there,
All the features mentioned by you are doable.
Best regards!
Hi, is there any progress on the WPML compatibility update?
Hi, right now I am updating the documentation and I will submit the new version on themeforest. It will be available once it gets reviewd by themeforest team. Best regards!
Hi there,
I’m very interested by this theme, I have one question :
Is it a possibility to use search engine in homepage to search only specific category of real estate (like house) and create another page with same search engine to search another category only (like house + field) ? I want to use search engine 2 times, but for 2 kind of properties.
Thanks (from France) !!
Hi,
Sorry, this is not possible, as the search form is set to be displayed only on the homepage.
Best regards, Marius
Hey there,
Love your theme and et was easy to customise. I’m trying to add a new Custom Field to be called (location) it shall be similar to property type or bedroom and I need to add it also in the search and filter blocks.
Is there is a way you can help me doing this?
Hi, the theme cannot use the custom fields as search fields, but this feature seams like a good idea for the future update (not the one that I just finished and it’s on the way). I will think on a solution for this. Best regards!
Hey there,
Love your theme and et was easy to customise. I’m trying to add a new Custom Field to be called (location) it shall be similar to property type or bedroom and I need to add it also in the search and filter blocks.
Is there is a way you can help me doing this?
Hi, the theme cannot use the custom fields as search fields, but this feature seams like a good idea for the future update (not the one that I just finished and it’s on the way). I will think on a solution for this. Best regards!
Thanks for the reply. I’m really struggling because of the this request of my client. He wants to add taxonomy similar to type and category to the home page search and also for the filter.
Is there is away you can help with extra charge? Also Can you tell me when is the update and what is the feature which you added?
Hi, I understand, but at this moment I don’t have any time for custom work, especially this kind of customisation. Regarding the theme update, it’s already released. Best regards!
Marius, has there been any resolution to the issue of the menus not working on some pages in mobile? We need to launch our site asap, but cannot do so if the mobile menus don’t work. Thanks.
Hi, I know about this issue on mobile Chrome browser, I am working on this and release a new update this week. Best regards!
I sent you an email 6 days ago but perhaps you didn’t receive it… Is there a way to stop emails being sent out every time a property is uploaded? Thanks
Hi,
Open this file /realeswp/libs/save_property.php and delete this line:reales_admin_property_notification($title, $agent_id, $new_id);
Best regards!
Hi I deleted this from the php file, saved and exited but emails still being sent?
add_action('publish_property', 'reales_notify_agent_on_publish', 10, 2);
Best regards!
Hi,
Before purchasing the theme I have few question to ask.
1. I have to setup a limit of Property per agent. The agent cannot upload more then 10 properties. 2. I donot want to show the Agent info when its on single property page. There is a Button on single property page which says Contact Agent. The functionality which I want is that the Agent contact details should be visible only when he fill the Name and email id.
Hi,
1. There is no limit of properties per agent.
2. The theme doesn’t have this kind of functionality
Best regards!
If I purchase this theme. Can you please provide the modification. I’am ready to pay for the modification also.
Hi, I can help you with the modifications, but not until next week. Please remind me about this. Best regards!
Hi,
This is just a reminder message for the quote i wanted for the extended feature of above list.
Hi, please send me a private message regarding this and I will help you after you purchase the theme. Best regards!