Discussion on Residence Real Estate WordPress Theme

Discussion on Residence Real Estate WordPress Theme

Cart 32,312 sales
Recently Updated
Well Documented

WpEstate supports this item

Supported

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

9288 comments found.

Hello, i have planned to purchase the theme. I have some doubts: 1) Is it possible to change currency from USD to INR? 2) Is it possible to add listings like this https://www.360realtors.com/srijan-natura-new-alipore-kolkata-uid-5143 I mean i only want listings that is in this page, but not what default what WP residence provides 3) Is it possible to add custom fields in listings.

Hello kavan_palangappa, Thank you for the interest in the theme.

You can add your currency symbol https://prnt.sc/wkshrk

I do not understand the 2nd question, sorry.

You can add custom fields.

If you need further info or want to test our theme, please send a message from here https://themeforest.net/user/wpestate

Thank you

Hi. Decided to proceed with WPresidence but there are some limitations so have hit a brick wall.

I understand when using the membership feature these do not sum so if a user has paid x amount for a 12 month one property listing and then needs a 2 property listing then they lose the money that is left on the term of the first membership package they chose. This doesn’t work.

This takes me to the Listing method. I don’t just want the initial fee but a renewal fee so is there anyway you can put a time limit on the listing so once it expires they can renew either manually or automatically? This is critical to my business model.

I have tried Woocommerce Subscriptions and added a subscription package to the checkout page. This kind of works but is there anyway to link it to that specific property so if they don’t renew then the property goes to unpublished?

This last method also add the initial property listing cost through residence and then the subscription cost. In an ideal world, when they click on the Actions dropdown button for the property and you see the pay option, it automatically adds the subscription package to the cart and not the listing fee.

There must be a solution here so please can you help with this.

Thank you

Hi, Thank you for buying the theme. If I understand right, you describe paid submission with auto-recurring possibility (as a membership) and the possibility to have a different membership for each listing. This is a complex change to plan, I cannot promise we will be able to create this.

Membership system as it is now is by user. The user buys a subscriptions and upgrades or downgrades if he wants more or less listings. But the membership is unique, and cannot sum.

I am not 100% sure on how WooCommerce subscriptions work and if they can be by product. As far as I know, they also work by user and they are unique. You cannot have multiple subscriptions for one account.

In Paid Submission, the cart from woo (of you use woo to pay), will add multiple payments in cart. Screenshot from demo1 https://prnt.sc/wkt6kz where we use woo and paid submission.

But because we have with woo or theme merchants as options, and each work differently, the price modal that shows from actions cannot be bypassed.

I understand this is important to you, but with the available settings all I can do is help and guide use the existing options.

Please use our client support http://support.wpestate.org/ if you need further help. This is also a private support where you can send us your site details (url and wp-admin access). Our standard office hours are Monday – Friday, 9AM-5PM Europe timezone. If you wish my assistance to register in support please send a message from here – https://themeforest.net/user/wpestate

Thank you

Hi, I have 4 licenses bought, i must have, that very nice work from author. But today I have problem with validate purchase code in my new project farmarskereality.sk , when I put key to the check license window…Please, where is the problem? thanks.dh

Hi Adolia, Thank you for the message. It is strange, maybe it is just cache. Please send me the wp-admin and license here https://themeforest.net/user/wpestate and will activate asap.

Thank you

I like the theme I just had a question before i purchase, On mobile is it possible to have the menu icon on the right and logo on the left?

Hi. Thank you for the comment. The right area is reserved for user dashboard menu. So the current mobile position of menu – logo and user menu cannot be changed.

Thank you

Hello, I love the theme so far but how can I remove the flexible contact form beside the ‘take me up arrow’? I only want to show the arrow that takes you to the top of the page and not the contact form icon next to it.

Thank you for the follow up as well. Have a nice day.

Hi my friend,

I have trouble making a account on http://support.wpestate.org/. The register and login buttons can not be pressed.

I have two questions:

- Can you please help me create a ‘contact’ button on the place of the add-listing (in the header)? I want the button to redirect to my contact page and I don’t use the add-listing feature.

- When i’m on a page, the menu item on the sticky bar doesn’t change color. How can I install this? It does change on the normal header when active though.

Hi Tynno, Thank you for the message.

Please send a message from here – https://themeforest.net/user/wpestate and I will help register in support.

For the 1st question, I can help hide submit – help is here http://help.wpresidence.net/article/1-40-1-add-listing-form-and-button/

The button to a different page in the same position would need to be done through php and you would need a developer assistance to make this, but I can suggest a simpler method.

You can add the menu item for contact from Admin -> menus – http://help.wpresidence.net/article/menu/ and then you an style a menu item by its id with custom css

I made you a preview example to understand the process https://prnt.sc/wjonx8 but this must be applied to your site based on your menu ids. It would be the easy way to make what you wish and for this we could share the css to help.

You have separate colors for sticky menu. Please check in header design http://help.wpresidence.net/article/1-17-main-menu-design/

If you need further help we must see also the header and color to understand what you need to change.

Thank you

Hi, Have a great day!!!

I have a question regarding the theme which can help me go through many properties same like makaanshop...

could we add the same functionality here ??

WpEstate

Hello. We do not have an identical system. We have our ajax search https://wpresidence.net/our-listings/ and the search can be configured with your custom fields and we have a directory style list – https://wpresidence.net/property-list-directory-design/ with fields set in code.

If you need further info or want to test our theme, please send a message from here https://themeforest.net/user/wpestate

Thank you

Great theme and very complete. congratulations I found a small problem when using Wpresidence in my local language. (portuguese). I found this problem in 3 source code files (I don’t know if it occurs in other places) the side effect prevented the types of users to appear in the registration window from appearing and the other error did not display the subscription packages on the user control panel (dashboard).

File 1: login_register_modal.php

Original:

if(1==1){ $user_types = array( esc_html__(‘Select User Type’,’wpresidence’), esc_html__(‘User’,’wpresidence’), esc_html__(‘Single Agent’,’wpresidence’), esc_html__(‘Agency’,’wpresidence’), esc_html__(‘Developer’,’wpresidence’), );

$permited_roles             = wpresidence_get_option('wp_estate_visible_user_role','');
$visible_user_role_dropdown = wpresidence_get_option('wp_estate_visible_user_role_dropdown','');
my change:
if(1==1){
                   $user_types = array(
                       esc_html__('Select User Type','wpresidence'),
                       'User',
                       'Single Agent',
                       'Agency',
                       'Developer',
                   );
$permited_roles             = wpresidence_get_option('wp_estate_visible_user_role','');
$visible_user_role_dropdown = wpresidence_get_option('wp_estate_visible_user_role_dropdown','');
File 2: mobile_menu.php (similar to file 1)

File 3: user_memebership_profile.php

Original:

$roles              =   array( esc_html__('User','wpresidence') ,esc_html__('Agent','wpresidence'),esc_html__('Agency','wpresidence'),esc_html__('Developer','wpresidence'));

my change:

$roles = array( ‘User’, ‘Agent’, ‘Agency’, ‘Developer’);

Hi. Thank you for the comment. You must be sure you translate and select the names of the user types in theme options as you translate them in front end.

It is only a matter of translating with identical names in admin and front end, and then saving the options for register form in the new translation.

Please use our client support http://support.wpestate.org/ if you need further help. This is also a private support where you can send us your site details (url and wp-admin access). Our standard office hours are Monday – Friday, 9AM-5PM Europe timezone. If you wish my assistance to register in support please send a message from here – https://themeforest.net/user/wpestate

Thank you

hi!!! have a great day!

how i can change the color of the property card icons by css ? https://prnt.sc/weloe3

thanks

Hi, You can change this color https://prnt.sc/wftgcs

.inforoom path, .infobath path, .infosize path {
    fill: #f1bf7f;
}

Thank you

Dear Team,

I have a problems regarding Advanced Search in every page, it’s appear but I cannot click all dropdown from. In demo from inspect element we see every time click happen, the class updated into “dropdown form-control open” and in input aria-expanded updated into “true”, but in our site it’s not change.

Kindly please check ticket https://wpestate.freshdesk.com/support/tickets/193985 thank you.

Best Regards

Hi. Thank you for the message. I just answered. Please check.

Hi, i wanna know.. can i use your theme for different niche? like wedding directory or place?

Hi ShaileshMM, Thank you for the message. Please let me know what features you need and I can confirm if it will work or not. Thank you

HI how are you! I am usıng video header on my home page and works awesome in desktop and android phones BUT for some reason is not working on iphone (safari and chrome) the video format is ‘webm’ is any solution for this problem?

https://prnt.sc/wc0ucs

THANK YOU VERY MUCH !

i bought this theme 4 times have been amazing!

Hi lion0208, Thank you for the message and the feedback. I am so happy to hear you are enjoying the themes.

As far as we know the IOS block videos https://prnt.sc/wc5535

I do not know if this changed from IOS end, but mp4 may work.

You can test this demo https://wpresidence.net/video-header-2/ on your device. We have an mp4.

Thank you

i undestand before i was try with mp4 and did work in android ans iphone thats why i changed to webm once i change it works/

in iphone shows that there is a video but doens play it just stick on pause https://prnt.sc/wc9gys

Hi, I tried to do some research. Here is what I found.

Normally Mobile devices have this built-in feature – even if the play is automatic in code, videos are set to pause by default. The purpose was to not consume user mobile internet

Seems IOS did not. I can still find articles like this http://feedback.dominknow.com/knowledgebase/articles/30293-why-won-t-my-mobile-device-audio-or-video-play-aut

When you press play it should play

I tested in simulators our demo and works https://wpresidence.net/video-header-2/

Simulators may not be 100% accurate version of mobile devices. Please let me know if the video plays after pressing play and I will continue to research if needed.

For sure it is an IOS / browser specific restriction made intentionally. But videos should play after hitting the play button.

Thank you

I come back to say that, I found in your documentation, the part which deals with this subject. only, when I change the background color of the advanced search bar, nothing changes. the default color is there. question. how to personalize it. thank you

Regards

Hi CELINCO , Thank you for the follow up. When in float mode, the colors change from theme options.

When in fixed mode (before or after media), colors come from css.

You can apply this custom css

#search_wrapper_color {
    background-color: #f3f3f3;
}

Change the color code and use custom css to replace.

http://help.wpresidence.net/article/how-to-add-custom-css/

Please use our client support http://support.wpestate.org/ if you need further help.

Thank you

How to add custom button for property pdf download?

Hi Quints

Thank you for the message.

I am not sure what you wish to do.

We have this button https://prnt.sc/wc5hao

The icon we use now is font awesome and is from code.

Without understanding what you wish to do, I am not sure if I can help.

As idea, you can use a css solution to add a different icon to each pdf

Ex https://prnt.sc/wc5lr0

New CSS

.document_down::after {
    color: #0c73e1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    float: left;
}

The icons can be taken from font awesome – https://fontawesome.com/

If you wish to style each PDF as a button you can style each item using this example of css done in preview https://prnt.sc/wc5o40

Please use our client support http://support.wpestate.org/ if you need further help. This is also a private support where you can send us your site details (url and wp-admin access). If you wish my assistance to register in support please send a message from here – https://themeforest.net/user/wpestate

Please note we are on a short holiday until January 5th, but we will try to answer as soon as possible.

Thank you

How add custom fields in search form and make the custom labels.

Hi Quints,

Thank you for the message and for buying the theme.

We have this help http://help.wpresidence.net/article/adv-search-custom-fields-setup/

We can help with more specific instructions in support if we know what you wish to do and what fields you want to add.

Please use our client support http://support.wpestate.org/ if you need further help. This is also a private support where you can send us your site details (url and wp-admin access). If you wish my assistance to register in support please send a message from here – https://themeforest.net/user/wpestate

Thank you

Hi, what script are you using in the theme? Node, React or what form of Javascript?

Hi. We use pure Javascript with WordPress Embed Jquery library. Thank you

Hello, Can this theme be used globally with many different currencies so that users from different countries can post their ads in their local currency? So the website would show multiple ads with some in $ USD another in € Euro, and £ GBP depending on where the ad is located? I am not talking about currency switcher. Like different ads with their own currencies!

Hi John,, Thank you for the message. We do not support this kind of system. We have the currency switcher option. Submit happens in 1 default currency set by admin.

Thank you

Hello, Why in Agent list page only I see the text? How I can see the agent list cards?

Hi Maria, Agent list is a page template. If you see only text and no card, either there are no agents in wp-admin -> agents or the page template is not set correctly.

help for the agent list template http://help.wpresidence.net/article/agent-list/

To help further we need to see the link and wp-admin if needed to check the settings.

Please use our client support http://support.wpestate.org/ if you need further help. This is also a private support where you can send us your site details (url and wp-admin access). If you wish my assistance to register in support please send a message from here – https://themeforest.net/user/wpestate

Please note we are on a short holiday between for Christmas, until Monday, but we will do our best to answer as soon as possible to your messages.

Thank you and happy holidays.

Hi Sir if i need customized card design can you customize it as i want ?

???????

hi sir iam waiting for ur replay please

Hi. I did my best to answer. Thank you

Hi, How I can delete the agent in property cards? I don’t need it.

Hi Maria, Please send a screenshot with the card you use and I will send the css solution here. Thank you

I can’t send image here… type 3 and property list page (horizontal). I use Rio demo.

Hi Maria – Rio card type is 4 – https://rio.wpresidence.net/

Css for this is

.property_listing.property_unit_type4 .property_agent_wrapper {
    display: none;
}

card type 3 is shown here https://wpresidence.net/property-list-card-type-3/

Css for this is

.property_listing.property_unit_type3 .property_agent_wrapper {
    display: none;
}

Apply both horizontal and vertical.

Help to add custom css http://help.wpresidence.net/article/how-to-add-custom-css/

If you need further help, please send us the link in our private client support and we will be able to help more efficiently.

Thank you

Hello,

How do I show Property Status (Sold, Hot Offer or whattever) on Property Single page?

Thank you for your help!

Best, D.

Hi D, we already do that – https://prnt.sc/w7usl9https://wpresidence.net/properties/superb-house-for-sale/

We have the option for all property slider options.

Thank you

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