kherda
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 0-1 years
- Sold between 10 000 and 50 000 dollars
- United States
127
Purchases
Buyer Rating:
4.33 stars
4.33 average based on 15 ratings.
(more information)
-
5 Star
1066%
-
4 Star
213%
-
3 Star
213%
-
2 Star
00%
-
1 Star
16%
| Created | 26 December 12 |
| Last Update | 15 February 13 |
| Columns | 1 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | Drupal 7.1 |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
- blog
- custom search
- drupal 7
- google fonts
- google maps
- homes
- housing
- ipad
- multipurpose
- realestate
- responsive
- retina
© All Rights Reserved kherda -
Contact Envato Support


Another great niche theme, best of luck!
Thanks!
Can I have a list of block regions? an image would be ideal. It is a real estate directory site i am working on
Sure, send me a PM and I will shoot it over to you.
Really nice probably buy it for my Mom shes a Realtor, does it accommodate MLS listing?
Thanks StatonX, sounds like this theme will work nicely for your Mom! Im not sure what you mean by accomodate MLS listing, but I can help you modify if you need.
I am going to buy this theme, but I need to figure out how much customization I’m going to need to do. I’m a real estate investor, and there are a few tweaks I’d need to make. There are NO Drupal real estate themes, except for a crappy one, so I’m glad you did this!
I’ll purchase it in the next week or so. Thanks you for building it!!
kherda, are the agent profiles users, i.e., can they log in and upload their own properties?
Hi chroniclej,
I currently have the agents in as regular content (assuming there would have been a site admin), however if you want a user based site, this feature can easily be switched. In doing so, instead of relating the property listing to another piece of content, you would relate it to the user (perhaps with a specific role), and the user would have their own profile. If this is something you would like to pursue, let me know and I can help.
Kevin
That sounds pretty simple. I assume you’re using Entity References?
I love the syling for the Agents. Would I just dump the same vars into the theme from preprocess?
Very Simple. Node References and views, even easier then doing a preprocess.
Excellent. It looks like I should be able to tailor this theme to what I need pretty easily!
Let me know if you want ideas. I’m a real estate investor, and I know tons of stuff that is lacking (in general) for real estate sites.
Thanks chroniclej. I hope you enjoy.
Hello, It’s seema great theme . I’ve 2 question: 1) I need to build a website to manage some farmhouses. Each of them have some rooms. How could I use this theme to manage this “multi-level”? Your “proprieties” seem perfect for my rooms.. 2) On my HTC Android 2.3 the menù bar isn’t clickable. I can read “navigate to” but icannot click.
3) No chance to sort item by price as for the Wordpress theme?
Hi Localspese,
Yes, adding any sort or filters is very easy with Drupal, especially this version on Drupal 7. Regarding multi-level, I’m not sure how you would want to go about that, however I can help customize where necessary.
Hey, It’s my first time here. Do I get the whole site or just the theme? Do I have to create my own content type or I am getting the whole CMS as your demo?
Please let me know so I can make a better decision. Thanks,
-K
Hi kyleyu714,
You get the entire demo and the HTML files. Basically if you like the demo and don’t want to create the content types, relations, etc, this is for you because it’s all included. Otherwise you have the HTML files incase you want to customize your own way.
Kevin
I want to purchase this theme but I see no reference to a blog. Is this included with categories? Also I want to see if it is compatible with rListing module, which I{ve been using, so I can step on my existing drupal with this theme.
Hi skedge,
I am not currently using rListing because it’s not a contributed Drupal module, therefore it would not work nicely or provide the updates others will need. I personally think the content relationship setup in this module does exactly what rListing does anyway.
Regarding the blog… I will post a demo for you. Hope you enjoy!
Kevin
Hi,
Is there a way to integrate idx for real estate with your theme ? thanks for answers
Themaurice
Hello! Yes, this module can easily be added
Hi, sorry, but with module you speak about ?
Ok thanks I’m just worried about this module is wrote “Not for use on production sites!”Sorry to ask you again but do you personally use it out of the box ?
They put that text in a while ago when it was in development. You can see that they have a tested release the public is using with over 3K downloads (7.x-3.0-beta3).
Hi thanks a lot to have pass time to answers to that.
I bought this theme and I recommend it. Great work kherda!.
Regards.
Thanks QUSW!
Does Idx work for this? so i wont have to manual input every MLS listing on to the site?
Thanks
It does!
I’m interested in buying this theme and I’d like to know if it’s possible to make it available in four languages. I want languages to be chosen by clicking on different country flags that will be in header top right instead of existing social icons.
You’re in luck, thats pretty easy to do!
Hi, Can I see an image of block regions?
Sure, please PM me.
This looks like a great real estate theme. How does the optional RETS integration work?
Shoot me a PM and I will show you a demo of the RETS integration.
why is the Date module budled with drupal install, but not used at all ?
also noted a lot of logic in the tpl.php files, I think it should be moved to the template.php.
Customizing a tpl is perfectly acceptable in Drupal. You use the template.php in the theme layer to add or customize drupal renderings of objects.
It’s not working on my install. This is the error message I’m receiving:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘faithrea_drup552.dr_nodequeue_nodes’ doesn’t exist: SELECT n.title AS title, n.nid AS nid, a.field_address_value AS field_address_value, c.field_city_value AS field_city_value, ss.field_state_value AS field_state_value, z.field_zip_value AS field_zip_value, p.field_price_value AS field_price_value, f.uri AS uri FROM {node} n INNER JOIN {nodequeue_nodes} nn ON n.nid = nn.nid INNER JOIN {nodequeue_queue} nq ON nn.qid = nq.qid LEFT OUTER JOIN {field_data_field_slider_image} s ON n.nid = s.entity_id LEFT OUTER JOIN {file_managed} f ON s.field_slider_image_fid = f.fid LEFT OUTER JOIN {field_data_field_address} a ON nn.nid = a.entity_id LEFT OUTER JOIN {field_data_field_city} c ON nn.nid = c.entity_id LEFT OUTER JOIN {field_data_field_state} ss ON nn.nid = ss.entity_id LEFT OUTER JOIN {field_data_field_zip} z ON nn.nid = z.entity_id LEFT OUTER JOIN {field_data_field_price} p ON nn.nid = p.entity_id WHERE (nq.name = :db_condition_placeholder_0) ORDER BY nn.position asc; Array ( [:db_condition_placeholder_0] => slideshow ) in include() (line 105 of /home/faithrea/public_html/sites/all/themes/freehold/templates/page.tpl.php).
Check your database import. That error is saying the code cannot find the tables needed to run. If your upload limit is default, you may need to increase for a full import.
i’m not familiar with these settings. do you have any documentation or can you explain?
Table ‘faithrea_drup552.dr_nodequeue_nodes’ doesn’t exist:
That means the database backup was not imported because the code cannot find the necessary tables to function. The database is extremely small, so you shouldn’t have any issues importing it either through PHPMYADMIN or the command line.
Import seems to work fine. I received this message: Import has been successfully finished, 1141 queries executed.
Still not functioning properly. Suggestions?
Send me a PM, I’ll take a look.
Thanks so much for your prompt responses and helpful feedback! Great product. The issue was in my database, not this theme. Thanks again!!!
Hi
Is there any way to let users upload there own property and charge them a fee per listing?
Absolutely! Send me a PM and we can discuss this further.