wpdevelop
Forum Replies Created
-
Hello.
Unfortunately, no. The 500 Error, it’s general error at the server. And the reason about this error can be check at the error.log file in your server configuration.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] CSS difference since 9.8Hello.
Please try the new update 9.8.3
Kind Regards.
Hello.
At the bottom of the calendar, I can see the 500 error. Need to check what the exactly reason of that error.
Please recheck your error.log in your server configuration, about any relative errors. If you can not find error.log file, please contact support of your hosting company about helping in finding this file.Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] CSS difference since 9.8Thank you.
I have uploaded new update here https://wpbookingcalendar.com/demo/
You can test it with different resolutions (changing size), if you want.
We will make update during a weekend.Have a nice weekend, too.
Forum: Plugins
In reply to: [Booking Calendar] CSS difference since 9.8Ok, I think I have found solution, need to test it more, and then probably we will make update during weekend.
Forum: Plugins
In reply to: [Booking Calendar] CSS difference since 9.8Hello.
Yes, the styles are different. It is because in some other websites, users insert the calendar into very narrow columns (less than 200px), and there we need to have ability to not overlap such columns.
The question only at what resolution we need to start shifting 2nd month to the new row. We will check what we can do there with improving such issues.
Currently I can suggest to add this CSS to your theme Editor, so it’s will change view for devices starting from 989px.
@media (max-width: 989px) {
.bk_calendar_frame .datepick-inline { min-width: 100%; width: 100%; }
.bk_calendar_frame .datepick-one-month { min-width: 100%; width: 100%; }
}If this still not work for you, please let me know at what resolution did you make test (what mobile device)?
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] CSS difference since 9.8Hello.
In your case, you need to clear the Cache at your website.
Please recheck it in your cache plugin.Currently you are using the CSS from the old version 9.8.1.
For even better look, after that you can add this CSS code to he Theme Editor. (Please check more here https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ ). It’s will make 100% width relative to your theme changing to mobile view (989px.):
@media (max-width: 989px) {
.bk_calendar_frame .datepick-inline { min-width: 100%; width: 100%; }
.bk_calendar_frame .datepick-one-month { min-width: 100%; width: 100%; }
}In the next update of Booking Calendar we will add that CSS, but for smaller resolution, such as:
@media (max-width: 782px) {...}Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] CSS difference since 9.8Hello.
Can you send the link to your page with booking form, where you are having the issue?
Thank you.
Forum: Plugins
In reply to: [Booking Calendar] Email settings for case “new (visitor)” not appliedHello.
Just released new update 9.8.2
It has to resolve that issue. Please update your version.
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] Email settings for case “new (visitor)” not appliedHello.
Thank you, for notification about this, I will recheck about the reason of this issue, soon.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Requires Booking Manager 2.1Hello.
Please update your version of Booking Manager to new Version 2.1
We just released it.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Requires Booking Manager 2.1Hello.
Please give us some time we have to resolve this issue soon.
Kind Regards.Forum: Plugins
In reply to: [Booking Calendar] booking accepted only by email confirmation from adminHello.
you can configure for this option ”Trash / delete all imported bookings before new import” the value “Permanently delete” at the Booking > Settings > Sync > “General” page. Its can resolve issue of updating deleted and edited events in external sources (like Airbnb). Its work only, if you are using one source (.ics feed) for importing into specific booking resource!Hello.
Please open the Booking > Settings General page in “Calendar” section and re-select different calendar skin, then save changes. Then again select original calendar skin and again save changes.
Additionally, your theme make some CSS conflict to the calendar layout. For fixing this issue, you need to comment or delete this CSS:
.entry-content table,
.comment-content table {
margin: 0 0 1.5em;
width: 100%;
}
.entry-content th,
.comment-content th {
border-bottom: 3px solid #ccc;
font-weight: bold;
padding-right: 1em;
text-align: left;
}
.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
padding: 5px 10px;
vertical-align: top;
}
.entry-content tr:nth-child(2n+1) td,
.comment-content tr:nth-child(2n+1) td {
background: #eee;
}
.entry-content tr:hover td,
.comment-content tr:hover td {
background: #ffffdd;
}inside of your theme https://www.broubenka.cz/wp-content/themes/beach/style.css
Please do not forget to clear the browser cache before testing these changes.
Kind Regards.
Forum: Plugins
In reply to: [Booking Calendar] Sender IP addressHello.
You can use these shortcodes in the “New (admin)” email template (about creation of the new booking) at the Booking > Settings > Emails page:
[remote_ip]– inserting IP address of the user who made this action.[user_agent]– inserting contents of the User-Agent: header from the current request, if there is one.Kind Regards.