🏨 Hotel Booking Enhancements: - Implemented Eagle Booking Advanced Pricing add-on - Added Booking.com-style rate management system - Created professional calendar interface for pricing - Integrated deals and discounts functionality 💰 Advanced Pricing Features: - Dynamic pricing models (per room, per person, per adult) - Base rates, adult rates, and child rates management - Length of stay discounts and early bird deals - Mobile rates and secret deals implementation - Seasonal promotions and flash sales 📅 Availability Management: - Real-time availability tracking - Stop sell and restriction controls - Closed to arrival/departure functionality - Minimum/maximum stay requirements - Automatic sold-out management 💳 Payment Integration: - Maintained Redsys payment gateway integration - Seamless integration with existing Eagle Booking - No modifications to core Eagle Booking plugin 🛠️ Technical Implementation: - Custom database tables for advanced pricing - WordPress hooks and filters integration - AJAX-powered admin interface - Data migration from existing Eagle Booking - Professional calendar view for revenue management 📊 Admin Interface: - Booking.com-style management dashboard - Visual rate and availability calendar - Bulk operations for date ranges - Statistics and analytics dashboard - Modal dialogs for quick editing 🔧 Code Quality: - WordPress coding standards compliance - Secure database operations with prepared statements - Proper input validation and sanitization - Error handling and logging - Responsive admin interface 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
94 lines
4.9 KiB
CSS
94 lines
4.9 KiB
CSS
.wp-block-post-featured-image .block-editor-media-placeholder{
|
|
-webkit-backdrop-filter:none;
|
|
backdrop-filter:none;
|
|
z-index:1;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder{
|
|
align-items:center;
|
|
display:flex;
|
|
justify-content:center;
|
|
min-height:200px;
|
|
padding:0;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder .components-form-file-upload,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-form-file-upload{
|
|
display:none;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder .components-button,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button{
|
|
align-items:center;
|
|
background:var(--wp-admin-theme-color);
|
|
border-color:var(--wp-admin-theme-color);
|
|
border-radius:50%;
|
|
border-style:solid;
|
|
color:#fff;
|
|
display:flex;
|
|
height:48px;
|
|
justify-content:center;
|
|
margin:auto;
|
|
padding:0;
|
|
position:relative;
|
|
width:48px;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder .components-button>svg,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button>svg{
|
|
color:inherit;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder:where(.has-border-color),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where(.has-border-color),.wp-block-post-featured-image img:where(.has-border-color){
|
|
border-style:solid;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder:where([style*=border-top-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-color]),.wp-block-post-featured-image img:where([style*=border-top-color]){
|
|
border-top-style:solid;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder:where([style*=border-right-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-color]),.wp-block-post-featured-image img:where([style*=border-right-color]){
|
|
border-right-style:solid;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image img:where([style*=border-bottom-color]){
|
|
border-bottom-style:solid;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder:where([style*=border-left-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-color]),.wp-block-post-featured-image img:where([style*=border-left-color]){
|
|
border-left-style:solid;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder:where([style*=border-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-width]),.wp-block-post-featured-image img:where([style*=border-width]){
|
|
border-style:solid;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder:where([style*=border-top-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-width]),.wp-block-post-featured-image img:where([style*=border-top-width]){
|
|
border-top-style:solid;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder:where([style*=border-right-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-width]),.wp-block-post-featured-image img:where([style*=border-right-width]){
|
|
border-right-style:solid;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image img:where([style*=border-bottom-width]){
|
|
border-bottom-style:solid;
|
|
}
|
|
.wp-block-post-featured-image .components-placeholder:where([style*=border-left-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-width]),.wp-block-post-featured-image img:where([style*=border-left-width]){
|
|
border-left-style:solid;
|
|
}
|
|
.wp-block-post-featured-image[style*=height] .components-placeholder{
|
|
height:100%;
|
|
min-height:48px;
|
|
min-width:48px;
|
|
width:100%;
|
|
}
|
|
.wp-block-post-featured-image>a{
|
|
pointer-events:none;
|
|
}
|
|
.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-button,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__instructions,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__label{
|
|
opacity:1;
|
|
pointer-events:auto;
|
|
}
|
|
.wp-block-post-featured-image.is-transient{
|
|
position:relative;
|
|
}
|
|
.wp-block-post-featured-image.is-transient img{
|
|
opacity:.3;
|
|
}
|
|
.wp-block-post-featured-image.is-transient .components-spinner{
|
|
left:50%;
|
|
position:absolute;
|
|
top:50%;
|
|
transform:translate(-50%, -50%);
|
|
}
|
|
|
|
div[data-type="core/post-featured-image"] img{
|
|
display:block;
|
|
height:auto;
|
|
max-width:100%;
|
|
} |