| 开发者 | maksim85 |
|---|---|
| 更新时间 | 2026年3月13日 23:22 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Insert the shortcode [reservation-form] into the text editor of any page or post.
Yes. Go to Reservations > Settings > “Design” tab. There you can customize the background and text colors. The color of the buttons (Pro), the tile color (Pro), and the corner radius* (Pro) are available in the Pro version.
Go to Reservations > Settings > Opening Hours tab > Regular Weekly Opening Hours. Simply uncheck Allow Reservations on this Day for Monday and save your changes.
The plugin supports 9 languages: German (de_DE), US English (en_US), UK English (en_GB), US English AM/PM (en_US_AMPM), Italian (it_IT), Spanish (es_ES), French (fr_FR), Polish (pl_PL), and Russian (ru_RU). The default language upon initial installation is English.
Go to “Reservations” > ‘Settings’ > “Language” tab and select the desired language. After saving, the entire user interface will be displayed in the new language.
The system takes into account:
The plugin offers a free version with basic features. Advanced features marked with * (Pro) are available in the Pro version. You can upgrade under “Reservations” > “Upgrade.”
!important rules and duplicate rule blocks in the stylesheet.@media (max-width: 1199px) override added to ensure .desktop-reservierungen-tabelle.active cannot override the responsive card-only layout on smaller screens..show()/.hide() with .addClass/.removeClass + .removeAttr('style') and removed unnecessary isLargeScreen() complexity.checkScreenSize() with debounced resize handler in JS – automatically switches to card view when screen drops below 1200px and restores the user's previous preference when returning to desktop width.de_DE were incorrectly set to English — corrected to proper German names (Januar–Dezember, Sonntag–Samstag)fr_FR month name May corrected to Mai; min day name abbreviations corrected to French (Di, Lu, Ma, Me, Je, Ve, Sa)it_IT, es_ES, and pl_PL min day name abbreviations corrected — several entries contained wrong English values (e.g. Thu, Sat, Sun)ru_RU added to mrtr_get_datepicker_month_names() and mrtr_get_datepicker_day_names() — Russian was a supported language but missing from the translation arraysmrtr_get_current_language() instead of mrtr_get_option() directly — ensures the language override and WordPress auto-detection are respected in frontend, admin new reservation, admin edit reservation, and settings pagescurrent_time() does not accept a timestamp offset; replaced with date() using current_time('timestamp') + 1 day[reservierungsformular] to [reservation-form] for better readability and international usability