Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author DOTonPAPER

    (@dotonpaper)

    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)

    Plugin Author DOTonPAPER

    (@dotonpaper)

    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!

    Plugin Author DOTonPAPER

    (@dotonpaper)

    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%;
    } `

    Plugin Author DOTonPAPER

    (@dotonpaper)

    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

    Plugin Author DOTonPAPER

    (@dotonpaper)

    The change is not reflected on your server.

    Thank you.

    Thread Starter BACP

    (@bacp)

    Solved, thank you very much!

    Plugin Author DOTonPAPER

    (@dotonpaper)

    Glad to hear that it’s solved.

    Thank you.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Hide availability’ is closed to new replies.