Property Page Design controls the default property page template used by the theme, including the property media gallery shown inside the page content.
Important: the settings below apply to the default property page. If you use a Custom Property Template, the Hero Media from this section will not apply.
Also important: the Property Page Hero Media is different from the Property Media Section.
- Property Page Hero Media is the first section below the header.
- Property Media Section is the property gallery area with images and video shown in the page content.
This is also different from Theme Options > Header > Hero Media, which manages the global hero media for pages, posts, agents, and other areas. For single property pages, use Theme Options > Property Page.
Property Media Section Type (images & video)
This setting controls the property gallery style inside the page content. It does not control the global Hero Media described above.
You can choose between:
- Classic Slider
- Vertical Slider
- Horizontal Slider
- Full Header Slider
- Multi Image Slider
- Masonry Gallery V1
- Masonry Gallery V2
Media Section Order – Buttons Selection
Select the media type buttons you want to show in the property media section. This option applies to Classic Slider, Vertical Slider, and Horizontal Slider.
From the site admin, when editing each property, you can also select a custom Slider Type different from the global setting. This list includes one extra slider type, Animation Slider.
Classic Slider
The Classic Slider shows the property images in a standard slider layout. This is a good choice if you want a familiar and clean gallery presentation.
Vertical Slider
The Vertical Slider displays the main image with the gallery thumbnails arranged vertically. This layout works well when you want the thumbnails clearly visible alongside the main image.
Horizontal Slider
The Horizontal Slider shows the property images with thumbnails arranged horizontally. This is useful if you prefer a wider gallery navigation style.
Full Header Slider
The Full Header Slider shows the property images in a wide header-style area. This option is best when you want a more visual presentation at the top of the property page content.
The Full Header Slider was designed to work best with around 8 to 9 images.
If you want to add more than 8 to 9 images and keep the thumbnails on a single row, add this CSS in Theme Options > Design > Custom CSS:
#carousel-property-page-header .carousel-indicators{
height:100px;
}
If you want to hide the thumbnails, use this CSS:
#carousel-property-page-header .carousel-indicators {
display: none;
}
Help article for how to add custom CSS
Masonry Gallery V1
Masonry Gallery V1 displays the property media in a masonry-style layout. This option works well when you want a more editorial and image-rich presentation instead of a traditional slider.
Multi Image Slider
The Multi Image Slider shows several images together in a larger visual media block. This is a good choice if you want a more dynamic gallery presentation.
Masonry Gallery V2
Masonry Gallery V2 is an alternative masonry-style layout for the property media section. It offers another image-rich variation for users who want a more visual and modern presentation.







