Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Front-end Reservations Calendar not working
(1 viewing) (1) Guest
Universal booking and reservations component for Joomla!.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Front-end Reservations Calendar not working

Front-end Reservations Calendar not working 9 years, 10 months ago #44552

Hi

I have added a hidden menu to allow admins to quickly see reservations but the drop down to change month or navigation to move forward/back do not work?

Seem's there is a jquery issue in calendars.js, you can test it here:
www.dunsfoldpark.com/bsnewsite/track-calendar.html

Can you please fix this.

Thanks
The topic has been locked.

Re: Front-end Reservations Calendar not working 9 years, 10 months ago #44564

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Hello, yes, there is a Javascript error. It will be fixed in the next version. I can give you advice how to fix it in your own if you are able to do it.
ARTIO Support Team
The topic has been locked.

Re: Front-end Reservations Calendar not working 9 years, 10 months ago #44567

Hi

Yes please do, happy to adjust the code myself.
The topic has been locked.

Re: Front-end Reservations Calendar not working 9 years, 10 months ago #44612

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Hello, file components/com_booking/assets/js/calendars.js

rows 414 - 415

 
document.getElements('input[name^=boxIds]')[0].value = boxIds.join(','); // store selected boxes in the form
document.getElements('input[name^=subject]')[0].value = item_id;
 


fix as

 
if (document.getElements('input[name^=boxIds]')[0]) {
document.getElements('input[name^=boxIds]')[0].value = boxIds.join(','); // store selected boxes in the form
document.getElements('input[name^=subject]')[0].value = item_id;
}
 
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
User Login Empty