WP Residence Help WP Residence Help

  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API
Home / Pages, Property Pages & Layouts / How to manage Floor Plans

How to manage Floor Plans

5922 views 0

You can add floor plans from front end when Edit/ Add a new property:

 

In admin you can edit / add floor plans from the FLOOR PLANS section.

This is how Floor Plans are displayed on site front end on property page:

How to Remove Floor Plans

To remove the Floor plan Section from front end submission use below custom CSS:

.dashboard_submit_floor_plans {
    display: none;
}

How to display the floor plan full width in lightbox on the property page

Use this Custom CSS to remove details section in lightbox and display only the floor plan image:

.lightbox_floor_details {
   display: none;
}
.lightbox_property_wrapper_floorplans .owl-carousel .owl-item .item .itemimage {
   width: 100%;
}
.lightbox_property_wrapper_floorplans .owl-buttons {
   width:100%
}
#owl-demo-floor img{
   max-width: 100%;
   height: auto;
   max-height: 100%;
   margin: 0px auto;
   display: flex;
   justify-content: center;
   align-items: center;
}

 Help article for how to add custom CSS

PagesProperty Pages & Layouts

Related Articles

  • How to Manage the 404 Page in WPResidence
  • How to Manage the Property Overview Section in WPResidence
  • ACF – Advanced Custom Fields – Integration with WPResidence
  • Add Booking Forms and Plugin Shortcodes to Property Pages in WPResidence
MLSImportWordPress IDX Plugin for MLS ListingsImport MLS listings into your WordPress website, customize your property pages, and keep your inventory updated.Start free 30-day trial →

Help Categories

  • 51 Getting Started
  • 72 Installation & Setup
  • 243 Installation FAQ
  • 18Agent, Agency & Developers
  • 5Blog Posts & Blog Lists
  • 39Elementor Shortcodes Built-In
  • 56FAQ
  • 15Footer
  • 37Header
  • 2IDX & MLSImport
  • 23Maps & Location Settings
  • 21Multi-Language - Third Party Plugins
  • 7Other Third party Plugins
  • 21Pages
  • 4Payments & Monetization
  • 20Property Lists, Categories & Archive
  • 37Property Pages & Layouts
  • 32Search & Filtering
  • 162Technical how to | Custom Code Required
  • 8Technical: Actions and filters
  • 7Technical: Child Theme
  • 86Theme Options & Global Settings
  • 7Translations & Languages
  • 16WPBakery Shortcodes
  • 50WPEstate Translate Plugin
  • 51WPResidence / WPEstate CRM
  • 50WPResidence 5.0 Documentation
  • 9WPResidence Elementor Studio

Join Us On

Powered by WP Estate - All Rights Reserved
  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API