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

5800 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 Property Overview Section in WPResidence
  • ACF – Advanced Custom Fields – Integration with WPResidence
  • Add Booking Forms and Plugin Shortcodes to Property Pages in WPResidence
  • WPResidence Studio – Property Category / Taxonomy Template

Help Categories

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

Join Us On

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