Hello,
In the booking-system/translation/frontend/en.php file change the “Check in” phrase.
Send a link to help hiding the availability.
Thank you.
Thread Starter
BACP
(@bacp)
Please find the file: booking-system/templates/default/css/jquery.dop.FrontendBookingSystem.css
After line 508, add
display: none;
Best Regards,
Support Team
Thread Starter
BACP
(@bacp)
I added the availability line but this is what happens:
Google Chrome: No change
Firefox: Doesn’t show the “Availability” word but stills show the number of available spaces
I tried refreshing the site and the browser cache and didn’t work out.
http://www.argentinepassions.com
Thanks!
Please find in the specified file the selector:
.DOPBookingSystem_Day .bind-content .content .available{
and add a new line for:
display: none;
Thank you.
Thread Starter
BACP
(@bacp)
That’s exactly what I did. Line 508 is
`.DOPBookingSystem_Day .bind-content .content .available{
display: none;
color: #909090;
font-size: 11px;
line-height: 1em;
margin: 0 !important;
width: 100%;
} `
Have you saved the modified file and upload it back on your server ?
The change is not on your server.
Thank you.
Thread Starter
BACP
(@bacp)
Yes I did, I just checked the file and it has the modification done, just as I showed you.
View post on imgur.com
The change is not reflected on your server.
Thank you.
Thread Starter
BACP
(@bacp)
Solved, thank you very much!
Glad to hear that it’s solved.
Thank you.