booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

Property type not showing and etc #39

Closed CoderDax closed 1 year ago

CoderDax commented 1 year ago

Hi i am having a property type name :- builder floor and i also have property in that but in the app it is not showing any particular reason and another thing the location thing is not working and i want to change it to the area the houzez theme has the area thing i want that to display i have in my website any way to do that? please suggest really appreciated and i tried adding new item in drawer but when i click on it it opens in webview and the button and footer is showing of website i donot want that any way to hide that? and there is a issue when viewing property link to image :- https://www.linkpicture.com/q/IMG_20230220_135337.jpg

AdilSoomro commented 1 year ago

Issue has been addressed via Email.

The solution is to add a new section in Home Layout in configurations.json and add a new row containing term types as below:

{
  "section_type": "term",
  "title": "Explore By Type",
  "layout_design": "Design # 01",
  "sub_type": "property_type",
  "sub_type_value": "all",
  "section_listing_view": "carousel",
  "show_featured": false,
  "sub_type_list": [
    "property_type"
  ],
  "sub_type_value_list": [
    "all"
  ]
},