Overriding templates allows to customize plugin templates and save them after plugin update.

Template files can be found within the {estatik-plugin}/templates/ directory where {estatik-plugin} is an estatik plugin directory name.

Template name Description
property/single.php Single property page template.
property/layout/single-left-slider.php Single property page layout template. Fires in single.php single property template using es_single_property_layout action
property/layout/single-slider.php Single property page layout template. Fires in single.php single property template using es_single_property_layout action
property/layout/single-tiled-gallery.php Single property page layout template. Fires in single.php single property template using es_single_property_layout action
property/section.php Single property page section template (Example)
property/gallery/gallery.php Single property page gallery template (Example)

Used with tiled gallery layout(Example)