Code

Discussion on WordPress Property Real Estate Plugin

Discussion on WordPress Property Real Estate Plugin

Cart 360 sales

VicTheme supports this item

Supported

This author's response time can be up to 5 business days.

144 comments found.

Hello :) I have two questions. I want set the property grid page in container and i dont know where can i add this.. ( page is to large ) Second is a some like 3 last added properties on front page, how can i do this ?

Hi, For related support questions, you can submit a ticket via this link here https://victheme.ticksy.com/ Cheers!

Can you duplicate property types?

This is a bit of a nightmare, as I have a number of property types and the only difference is the name. i’m not using the default settings, so taking me forever to add them, would take 2 mins if I could duplicate then just change the name

You probably need to craft in custom php code for “mass duplicating” property types, you can take hint from the property generator plugin on how to create a property type programatically.

Regards, Victheme

what should I do to get the property object of the post? so I can access any of the fields and attributes and render them using my custom html for each field. I tried $post->property but it returns empty string

Hi There,

It would be faster if you can open a ticket at http://victheme.ticksy.com.

Basically, in some theme $post->property can be null / empty due $post is global

so in your template, just after $post->property = new VTCore_Property_…....

copy it to a local variable like $property = $post->property;

and then use $property instead to get all the current property data.

Regards, Victheme

I did this

global $post ;

$property = new VTCore_Property_Entity_Property($post->ID);

$property->loadMetaData();

$property->initializeFields() ;

$property->initializeAttributes() ;

but when I called:

$property->get(‘attributes’) I got empty array how can I get the attribute Display name and value form the attribute slug?

Hi There, Can you open a ticket at http://victheme.ticksy.com for faster response and better coding formatting

$slug = ‘my_attribute_slug_you_can_get_from_attribute_page’; $property ->loadMetaData() ->initializeType() ->initializeFields() ->initializeAttributes() ->get(‘attributes.’ . $slug);

that will give you the attributes array, you can drill the array further by using dot notation such as :

->get(‘attributes.’ .$slug. ’.somearraykey.anotherarraykey’);

Regards, Victheme

Hi. The plugin said it got visual composer? The plugon already included or?

If i want to use it without Vc can i? vc slows the site

And u said for some customers they should create single php files or templates. If I don’t know how to make them do u have a template ready for me? I want to use MAKE theme from theme foundary

Please advice. Waiting u. Thanks

Hi There,

Support is available for valid customer only, could you verify that your support license is still valid?

Regards, Victheme

Visual Composer is not included, the plugin doesn’t require VC to run properly but it is strongly recommended if one need to build complex layout using shortcodes, otherwise one can build complex layout using template and PHP

A generic single php and archive php template is included and automatically integrated to the theme but it will not guarantee 100% integration for things like theme headlines, sidebars, and content wrapper markup since we dont know every theme in the market markups for generating proper single and archive template

Regards, Jason

How do you remove attributes after adding property? And there is no place after you have saved to add a new attribute!!

Sorry I did not see that for each type of property you have a set attributes, which you choose or not, that’s how it shows up…. my error…Sorry.

No problem. glad to know it’s solved. Cheers!

Hello, me again all is working fine, got the demo data in and doing the translations fine. I just need a little help with CSS. I am using the imagem background with VC, and row for the property gallery. Take a look http://imoveisninhoverde.sotestando.com.br/propriedades/espaco-villa-disponivel/. Need just a space @ top of the big image, and for it to go across, because I am using a background image!! Can you help?

Also on this page… http://imoveisninhoverde.sotestando.com.br/propriedades/ on the lower part for pagination how can I center the numbers and the > ?

Hi there,

You can open a ticket support at http;//victheme.ticksy.com for faster response.

As of your questions, it is related to your theme, you must code in additional css rule to fix the issue.

Regards, Jason

I put up the ticket…

Can I use this plugin with Porto 3.03 theme?

Hi There,

We didnt test it with Porto theme, so cannot say for sure that it will work with it,

Regards, Victheme

Hi There.

Is it possible to change the link…

<?php echo __(‘More’, ‘victheme_property’); ?>

to a PDF file uploaded within the property page?

->buildAttributeDisplayObject(‘brochure_download’)>getContext(‘value’)

->buildAttributeDisplayObject(‘brochure_download’)->getContext(‘value’)

I would suggest to use ticksy, replying code here is a nightmare

Pre-Sales Question. We will be renting vacation houses. 1. Possible to make a custom searchable field for Max Number of people (pre-defined, 1-3, 3-5, 5-10). 2. We don’t need to list agents as we will be the only people dong this. Do you need to have agents to make this work?

Hi There,

1. You can create an “attributes” which is a taxonomy and add the custom terms (1-3, 3-5, 5-10) and it will be “searchable” when configured to do so.

2. Agents is a separate addon plugins, property plugin will work without it.

Regards, Victheme

Hello, question instead of having a long list of the properties of the ads in sidebar is is possible to have it sidebar via tabs/sidebars via shortcut or on the bottom of add via tabs if the properties have lots of extras to much white space!!

it is possible only if you modify the single-property.php manually.

Regards, Victheme

Is it possible to change the locations from countries to specific locations – for example cities?

Location is made using taxonomy terms so you can modify the terms for “countries” into “cities”

Regards, Victheme

Is Dream-Home theme compatible with this plugin ? e.g. the same property class used in both of them and fields and attributes will be rendered in the theme ok ?

Hi, yes Dream Home is compatible with this plugin, Cheers!

how to use translation with property type? I added all the fields and attributes in required language and the form in Arabic showing Arabic attributes as excepted. I used taxonomy translation to translate the property types. BUT the property types drop down still showing in English. AND when I duplicated a post from English to another language the property type field still showing in English in the duplicated post so all the fields and attributes are not showing. how to fix that ??

Thank you for the purchase,

In order to use multi lingual (more than 1 language per site) you must use WPML plugin with its taxonomy translation and string translation plugin.

For faster response and confidentiality please use our support ticket at http://victheme.ticksy.com

Regards, Victheme

I’m already using WPML. and I already translated the property types I added via your plugin, and wpml > taxonomy translation > Property type then I translated the 5 types I added in Property > types but the drop down field of property types still showing in english http://cevahirinvestments.com/wp-content/uploads/2016/08/taxonomy.jpg what else should I do please ??

I have replied via ticksy, kindly use ticksy for support.

Thank you, Victheme

Hi, I’d like to know if this plug in will work with Betheme. Also can I align the search form vertically like other property websites on the homepage.

Hi, It hasn’t been tested with Betheme, but most of the time you will need to create single-property.php and archive-property.php and probably some CSS fixing to match your theme. Hope it helps, Cheers!

Are the content i’ll add in the single-property.php and others part of the plugin. Because I am not good with php

This plugin require you to have decent knowledge of PHP, CSS and HTML to have it work properly. It will run without modifying code but in our experience to integrate it perfectly with any theme will require you to understand PHP, CSS and HTML.

Regards, Victheme

Hello, I’m thinking buy this plugin, but I have any question… Can I import real state info with WP All Import Pro? Many Images, atributes, map coordinates, etc.? Waiting your response, sincerely.

Xavier

All property is based on post type, taxonomies, metadata and wp options, we havent test it against WP All Import Pro so don’t know if it will work or not.

Regards, Victheme

Hello VicTheme,

I am looking at several Real Estate plugins at the moment and yours is leading the race. I would like to ask a few questions before i purchase.

1 – Can the colour schemes be changed for all aspects? 2 – If a property doesnt have a certain attribute, for example, swimming pool i presume that doesnt display? 3 – If a property doesnt have a map or floor plan, will these options not display in the public side?

Thank you for your assistance

4 – is it possible to select properties as featured items? so these can be displayed on different pages?

Hi There,

To answer your questions : 1. Color must be changed via custom css, currently no GUI to change color, teasers layout and Single property page layout. Although the plugin has “shortcode” to display parts of the single page (eg. gallery, individual fields, individual shortcodes etc) that you can use when building a “default post type template” using visual composer 2. If a certain attribute isn’t registered in property types (eg. apartment) it wont show in the backend and frontend. 3. For maps, it will take default value from address to geocode the maps, as for floorplan, it will not show when no image is found. assuming both maps and floorplan is registered in corresponding property type 4. You must use either widgets (less powerfull) or shortcode via visualcomposer to build custom loop that has query parameter options to filter out property item

Regards, Victheme

Hi! i need share post or properties and i can´t. This functions is very import to share properties in Facebook or twitter. how can i do it? i tried install a share plugging but any work. thanks!

Hi There,

Most of the time it is related to the theme not property plugin per say, since “property” is just a normal post. Best to consult to the theme author and let us know what is the right way to implement it on your theme.

Regards, Victheme

Hi.

The media upload field is possible to add only one picture at a time. Is there a different way to add all?

If the system looks up the images attached to property, it would be perfect.

Thanks.

We have updated the plugin to support multiple picture at once, kindly download the latest version.

Regards, Victheme

Great! Thanks!

glad to be at your service :)

Hi VicTheme,

Can you respond my ticket. Thanks.

Hi There,

Sorry for the delay, our response will be slower during weekends.

Regards, Victheme

Fresh Install: Fatal error: Call to undefined function ms_is_switched() in */plugins/victheme_core/wordpress/utility.php on line 199

ms_is_switched() is a wordpress function, found in wp-includes\ms-blogs.php, are you missing the files? or is this installation for multisite?

You can open a ticket at http://victheme.ticksy.com for our developer to handle.

Regards, Victheme

After disabling “Aggregate Backend Assets” it started working.

Ok, please submit a ticket via this link http://victheme.ticksy.com/ if you’ve any question. Cheers!

by
by
by
by
by
by

Tell us what you think!

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

Sure, take me to the survey