352

Product support

Get help in the plugin support forum.

  • Added on Aug 8, 2017
  • Current version: 1.1.4
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by
  • Public repository

Categories

Bootstrap 3.3.7
Owl carousel 1.3.2
Font Awesome 5.9.0
Included custom scss and css

Available components

Content detail
Content list
Search form
Category menu
Contact form
Popular list

Properties

Adjustable currency format
Defining property properties
Page number and list options
Bootstrap grid system col-lg, col-md, col-sm, col-xs optional



Implementing front-end pages

The plugin provides several components for building the list page (archive), category page, content details page and category list for the sidebar.


estate.htm

Search and categories listing

title = "Estate"
url = "/estate/:slug?"
layout = "default"
is_hidden = 0

[search_form]

[realty_list]
pageNumber = "{{ :page }}"
categoryFilter = 0
itemsPerPage = 15
categoryPage = "estate"
detailPage = "estate/detail"
searchPage = "estate"
colLg = 4
colMd = 6
colSm = 6
colXs = 12

[realty_category]
categoryPage = "estate"
countSub = 1
==
{% component 'search_form' %}
<hr />
<div class="row">
    <div class="col-sm-8">
        {% component 'realty_list' %}
    </div>
    <div class="col-sm-4">
        {% component 'realty_category' %}
    </div>
</div>

estate/detail.htm

Content detail page

title = "Estate detail"
url = "/estate/detail/:slug"
layout = "default"
is_hidden = 0

[realty_detail]
slug = "{{ :slug }}"
categoryPage = "estate"
==
{% component 'realty_detail' %}

For the default settings

Settings -> Real Estate -> Setting
Tab general -> money format, show category description, show category count number (for category menu)
Tab pages -> Optional Detail and list pages, User definable maximum limit, page item limit
Tan interface -> Optional include css and javascript


  • Found the plugin useful on 9 Jan, 2018

    thanks, great plugin! add the sort function and image size selection!

  • Found the plugin useful on 23 Aug, 2017

    Hi Laszlo Adam Toth
    What is the database version? and does the error have a bigger definition?

  • Found the plugin useful on 23 Aug, 2017

    Thank you so much for this plugin!

    A little problem occured when I've installed. I have to disable mysql strict mode in my mysql configuration, because it throws error, when I installing.

    "SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'created_at' [..]"

1.1.4

Added view count to real estate

Sep 15, 2019

1.1.3

Added a contact form

Jul 09, 2019

1.1.2

Added addresses to real estate

Jul 09, 2019

1.1.1

Keywords validate error fixed

Jul 08, 2019

1.1.0

edit search component

Jul 06, 2019

1.0.10

Edit category view

Jul 04, 2019

1.0.9

Edit page settings

Sep 19, 2018

1.0.8

Created table mavitm_estate_realty_feature

Sep 18, 2018

1.0.7

Created table mavitm_estate_features

Sep 18, 2018

1.0.6

Created table mavitm_estate_realty_properties

Feb 04, 2017

1.0.5

Created table mavitm_estate_realty_tag

Feb 04, 2017

1.0.4

Created table mavitm_estate_categories

Feb 04, 2017

1.0.3

Created table mavitm_estate_tags

Feb 04, 2017

1.0.2

Created table mavitm_estate_realty

Feb 04, 2017

1.0.1

Initialize plugin.

Feb 04, 2017