Menu Content

Support

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

Booking Calendar
(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: Booking Calendar

Booking Calendar 11 years, 11 months ago #29793

Hello. When using Internet Explorer, when the booking calendar is clicked, it appears all the way at the top of the page and I have to scroll up to get to it. Can that be fixed?
The topic has been locked.

Re: Booking Calendar 11 years, 11 months ago #29828

  • jitr
  • OFFLINE
  • ARTIO Support
  • Posts: 1432
Hello, you can fix it with code editing.
Add to form URL anchor and somewhere id for anchor.

e.g.

componets/com_booking/views/subject/tmpl/default.php row 49

<form name="bookSetting" id="bookSetting" method="post" action="<?php echo JRoute::_(ARoute::view(VIEW_SUBJECT, $subject->id, $subject->alias)); ?>">


add anchor #caltop at the end of URL

<form name="bookSetting" id="bookSetting" method="post" action="<?php echo JRoute::_(ARoute::view(VIEW_SUBJECT, $subject->id, $subject->alias)); ?>#caltop">


componets/com_booking/views/subject/tmpl/default_calendar_weekly.php add at the top <div id="caltop"></div>
ARTIO Support Team
The topic has been locked.

Vs: Re: Booking Calendar 11 years, 8 months ago #31585

Anchors does not work with divs, only with a - tag.

<a name="caltop"></a>

<a name="#caltop">This will jump to caltop</a>
The topic has been locked.
  • Page:
  • 1
User Login Empty