1. Information

Thank you for purchasing my theme. If you have any questions that are beyond the scope of this Readme file, please feel free to email via my user page contact form portfolio here. Thanks so much!

Please give 5 STARS for support me, appreciate for you Regards Mardianto

2. Theme Development Structure

RETHOUSE Real Estate is a Premium HTML Template specially designed for Real Estate Business and related websites, template It has nice, clean and fully loaded with awesome features. The whole template is made with excellent responsiveness check the Walls on mobile devices.

RETHOUSE Real Estate listing provides multiple property listing variations such as list view, grid listing, With a wide variety of custom pages, 10 completely different Homepages and endless design possibilities, The Walls it’s a very complete and highly customizable HTML template that will help you build your own website layouts.

and front-end developers build websites based on advance technologies.

2.1. Folder Structure

htmlstructure

2.2. Development theme

STRUCTURE2

2.3. Production theme

STRUCTURE

2.4. Example Code

Example code

2.5. All Vendor / Library Jquery & Javascript

include js
  • Import all vendor Javascript/jquery library.

  • My custom scripts, please see the image above and fileneme app.js

  • Example code my custom script filename app.js you can see assets/scripts/vendors/app.js and all codes are commented properly so it’s easily customizable:

Script 1. app.js
// ------------------------------------------------------------------------------ //
// Navigation scroll
// ------------------------------------------------------------------------------ //
$(window).scroll(function () {
   if ($(this).scrollTop() > 50) {

      $(".navbar-soft").addClass("fixed-top");
   } else {
      $(".navbar-soft").removeClass("fixed-top");

   }
});

/*=============================
Card post carousel
=============================*/
$(".card__post-carousel").slick({
slidesToShow: 1,
autoplay: true,
dots: false,
lazyLoad: "progressive",
prevArrow:
  "",
nextArrow:
  ""
});

3. Node JS & Webpack Instalation and configuration

You can Installing Node.js via package manager this link here Node JS if your computer has already installed node js, please ignore this. To ensure that NodeJS is installed properly you can check on terminal

node -v  (1)
npm -v  (2)
1 Check Node Js Instalation terminal.
2 Check npm Instalation terminal

How to Instalation webpack please check this here webpack instalation

You can see the full code in the folder mainfile/property and filename webpack.config.js you can check structure folder

webpack config1

4. Image and Source Credits

I’ve used the following images.

I’ve used credits library.


Once again, thank you so much for purchasing this theme. As I said at the beginning, I’d be glad to help you if you have any questions relating to this theme. No guarantees, but I’ll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.