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

5773 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

  • ACF – Advanced Custom Fields – Integration with WPResidence
  • Add Booking Forms and Plugin Shortcodes to Property Pages in WPResidence
  • Custom template for each Property Category / Taxonomy with WPResidence Studio and Elementor Free
  • Import Pre-built Elementor Demo Pages or Sections

Help Categories

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

Join Us On

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