🏨 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>
100 lines
2.5 KiB
CSS
100 lines
2.5 KiB
CSS
:root :where(figure.wp-block-gallery){
|
|
display:block;
|
|
}
|
|
:root :where(figure.wp-block-gallery)>.blocks-gallery-caption{
|
|
flex:0 0 100%;
|
|
}
|
|
:root :where(figure.wp-block-gallery)>.blocks-gallery-media-placeholder-wrapper{
|
|
flex-basis:100%;
|
|
}
|
|
:root :where(figure.wp-block-gallery) .wp-block-image .components-notice.is-error{
|
|
display:block;
|
|
}
|
|
:root :where(figure.wp-block-gallery) .wp-block-image .components-notice__content{
|
|
margin:4px 0;
|
|
}
|
|
:root :where(figure.wp-block-gallery) .wp-block-image .components-notice__dismiss{
|
|
left:5px;
|
|
position:absolute;
|
|
top:0;
|
|
}
|
|
:root :where(figure.wp-block-gallery) .block-editor-media-placeholder.is-appender .components-placeholder__label{
|
|
display:none;
|
|
}
|
|
:root :where(figure.wp-block-gallery) .block-editor-media-placeholder.is-appender .block-editor-media-placeholder__button{
|
|
margin-bottom:0;
|
|
}
|
|
:root :where(figure.wp-block-gallery) .block-editor-media-placeholder{
|
|
margin:0;
|
|
}
|
|
:root :where(figure.wp-block-gallery) .block-editor-media-placeholder .components-placeholder__label{
|
|
display:flex;
|
|
}
|
|
:root :where(figure.wp-block-gallery) .block-editor-media-placeholder figcaption{
|
|
z-index:2;
|
|
}
|
|
:root :where(figure.wp-block-gallery) .components-spinner{
|
|
margin-right:-9px;
|
|
margin-top:-9px;
|
|
position:absolute;
|
|
right:50%;
|
|
top:50%;
|
|
}
|
|
.gallery-settings-buttons .components-button:first-child{
|
|
margin-left:8px;
|
|
}
|
|
|
|
.gallery-image-sizes .components-base-control__label{
|
|
margin-bottom:4px;
|
|
}
|
|
.gallery-image-sizes .gallery-image-sizes__loading{
|
|
align-items:center;
|
|
color:#757575;
|
|
display:flex;
|
|
font-size:12px;
|
|
}
|
|
.gallery-image-sizes .components-spinner{
|
|
margin:0 4px 0 8px;
|
|
}
|
|
.blocks-gallery-item figure:not(.is-selected):focus,.blocks-gallery-item img:focus{
|
|
outline:none;
|
|
}
|
|
.blocks-gallery-item figure.is-selected:before{
|
|
bottom:0;
|
|
box-shadow:0 0 0 1px #fff inset, 0 0 0 3px var(--wp-admin-theme-color) inset;
|
|
content:"";
|
|
left:0;
|
|
outline:2px solid #0000;
|
|
pointer-events:none;
|
|
position:absolute;
|
|
right:0;
|
|
top:0;
|
|
z-index:1;
|
|
}
|
|
.blocks-gallery-item figure.is-transient img{
|
|
opacity:.3;
|
|
}
|
|
.blocks-gallery-item .block-editor-media-placeholder{
|
|
height:100%;
|
|
margin:0;
|
|
}
|
|
.blocks-gallery-item .block-editor-media-placeholder .components-placeholder__label{
|
|
display:flex;
|
|
}
|
|
|
|
.wp-block-gallery ul.blocks-gallery-grid{
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
|
|
@media (min-width:600px){
|
|
.wp-block-update-gallery-modal{
|
|
max-width:480px;
|
|
}
|
|
}
|
|
|
|
.wp-block-update-gallery-modal-buttons{
|
|
display:flex;
|
|
gap:12px;
|
|
justify-content:flex-end;
|
|
} |