Discussion on Houzez - Real Estate WordPress Theme

Discussion on Houzez - Real Estate WordPress Theme

Cart 55,832 sales
Recently Updated
Well Documented

favethemes supports this item

Supported

This author's response time can be up to 1 business day.

10593 comments found.

Specific ETA for version 2.0? You have been promising for ovec1 year. I want to buy additional licenses for other projects.

Someone please answer me. You have a great theme but you keep ignoring any question about version 2. Any ETA?

It is available

Hi, Is there any settings to arrange the team in page? I want to change the order of agents in our page. https://www.certifikate.ro/echipa/

Solved :)

​Hello my support has expired but when I purchased your theme I was sure it said it was compatible with Elementor however I have noticed that when using Elementor you cannot order properties.

I am trying to change the order by date but it does work using EIementor page templates.

At the moment it means going to each property one by one to manually change the date or other taxonomy which is not good!

As mentioned I thought this was compatible with Elementor when I purchased – please can anyone help help with this?

Thanks – Gary

Can you send me screenshot where you set order of properties in elementor and it is not working?

I have a video header set up and it shows on everything except mobile devices. Where can i modify the mobile device header???? thank you for any help

On mobiles video don’t show, only video thumbnail show

I’d love to use WooCommerce checkout to have more plugin options/features but I would want to keep your membership and subscription features. The problem with not using Woocommerce is that youre limited.

Hi, current version not support it, you have to do customization for integration

Hi,
WooCommerce available in Houzez v2.1.0 How to use WooCommerce

Hi,
WooCommerce available in Houzez v2.1.0 How to use WooCommerce

Hello. Im looking to buy this but I have some questions relating to payments. Could you help me understand the options? For example, Can I give one of the agents a discount? Can I let one person join for free (but not everyone)? Can I import some users or anything like that? Im not sure because I assume you designed your own shopping cart and not using something like WooCommerce.

Beautiful theme! Thanks for the support.

Hi, 1) You can create packages and clients will subscribe, there is no option to give discount to specific agent when subscribe but after subscription you can give them extra listings etc option. 2) Yes, you can import users.

Hi,
WooCommerce available in Houzez v2.1.0 How to use WooCommerce

Can someone give me an answer on ticket #2335353 ?

you got replied 16 hours ago

demo import is no longer showing up in the theme options ! where can I import demo

You will find it in admin under Appearance -> Houzez Demo Importer

It would be great if you add a section in the agency dashboard to show agencies the engagement of impressions or clicks to their properties.

It will come in houzez v2.0

does your theme have option in search to search for multiple city at once,

No, this option not available

Hi. I uploaded the images to the property gallery and I added a featured image as well but images don’t display. Here is the link http://new.bodrumhomes.net/?property=sea-view-apartment-in-yalikavak-bodrum#

Problem is your Yelp api key. I think you were using key which came with demo import which is no more available. Please add your own API key in Theme Options -> Property Details Page -> Yelp Near By or disable yelp

Can’t override CSS using the custom CSS section.

Nevermind. worked.

What does this mean? Broken Themes The following themes are installed but incomplete.

Name Description __MACOSX Stylesheet is missing.

“__MACOSX” come when you unzip file using cpanel. You can delete this

Good Morning! I have the theme installed on a web page and we are experiencing problems with the gallery since the second time you enter it, the images pass two by two. Does anyone know what may be happening? Also, when you get to the last slide, you don’t go back to the first, you have to go back one by one.

I cannot see any issue

We have reviewed it again and we have not been able to reproduce the problem, if it happens again we will notify you :)

Could you tell me how I have to make the gallery infinite and when you get to the last photo go to the first one again?

Thank you very much for your help!!

Please contact support team on support forum they will guide you where to change code to make gallery infinite

How to add different sidebars in different pages? I have recently added custom sidebar wpmu plugin but the css isn’t matching with the theme sidebar which has white background and neat

When you create page you have this option to select sidebar https://tppr.me/qoSe0

I want to create different sidebar for different pages. Lets say i have page A, B, C and D I also need sidebar A,B,C and D I have more than hundred pages and I need all this pages to have diffrent sidebars

Use this code in houzez-child -> functions.php, it will create 5 new sidebars named sidebar 1, sidebar 2 etc which you can select while creating new page or for existing page.
add_action('widgets_init', 'houzez_widgets_init_child'); function houzez_widgets_init_child() { register_sidebar(array( 'name' => esc_html__('Sidebar 1', 'houzez'), 'id' => 'hz-sidebar-1', 'description' => '', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<div class="widget-top"><h3 class="widget-title">', 'after_title' => '</h3></div>', )); register_sidebar(array( 'name' => esc_html__('Sidebar 2', 'houzez'), 'id' => 'hz-sidebar-2', 'description' => '', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<div class="widget-top"><h3 class="widget-title">', 'after_title' => '</h3></div>', )); register_sidebar(array( 'name' => esc_html__('Sidebar 3', 'houzez'), 'id' => 'hz-sidebar-3', 'description' => '', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<div class="widget-top"><h3 class="widget-title">', 'after_title' => '</h3></div>', )); register_sidebar(array( 'name' => esc_html__('Sidebar 4', 'houzez'), 'id' => 'hz-sidebar-4', 'description' => '', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<div class="widget-top"><h3 class="widget-title">', 'after_title' => '</h3></div>', )); register_sidebar(array( 'name' => esc_html__('Sidebar 5', 'houzez'), 'id' => 'hz-sidebar-5', 'description' => '', 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<div class="widget-top"><h3 class="widget-title">', 'after_title' => '</h3></div>', )); }

Hi, Any news regarding the update ? We can’t wait anymore… We are waiting from your feedback. Thanks

which features are you looking for? I checked on forum you had not requested any feature

Hello, I have a couple questions. 1- is there a way to use an icon in a menu item instead of just text? 2- How can I activate icons in the details 3- Any dates as to when will the CRM be ready?

I apreaciate your attention. Thank you

Hi,

Please register at our support website and ask your question over there, so that we can assist you properly.

Regards

Hi – I just uploaded the theme and installed the elementor demo content but the single listing layout istyling is broken. Can you please advise on how I can fix it? http://rentlist20.wpengine.com/property/luxury-family-home-3/

thanks

It is because you are using expired Yelp API which came with demo import. Please delete this API and add your’s. You can do in admin panel under Theme Options -> Add New Property -> Yelp Nearby

Hi, is it possible to have a Single Listing page like this? https://demo01.gethomey.io/listing/modern-apartment-with-pool/ Or will this be added in the version 2.0 update? Thanks

No, this is different theme

My membership is set to pay per featured. But now i want that featured to be expired weekly. Which means agents are listing for free but ill only charge if they feature a property. How to set this option?

This setting will expire the non featured properties as well.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey