Elxis CMS Forum

Extensions => Components => Topic started by: bledi on December 25, 2013, 14:12:47

Title: Calendar of Search Hotel module
Post by: bledi on December 25, 2013, 14:12:47
Hello!
I have a problem with the calendar of search hotel module, it goes under the Top Menu or Under the Main  Elastic Slider in home page. I am not sure actually when it happened, after the IOSR hotel update, or Aurora 2.0 Template update...
http://www.mtitravel.al/media/images/calendar1.jpg (http://www.mtitravel.al/media/images/calendar1.jpg)
http://www.mtitravel.al/media/images/calendar2.jpg (http://www.mtitravel.al/media/images/calendar2.jpg)
Title: Re: Calendar of Search Hotel module
Post by: datahell on December 25, 2013, 18:27:45
Set zindex of top menu to a lower value. Edit template's css file for this.
Title: Re: Calendar of Search Hotel module
Post by: bledi on December 25, 2013, 19:12:11
Thanks, it worked, I changed datepicker.css from 100 to 9999.
Title: Calendar.png: Calendar of Search Hotel module
Post by: bledi on December 26, 2013, 18:19:37
hello again!
I also now see that the small icon of calendar.png image is disappeared from the module of hotel search...

bledi
Title: Re: Calendar of Search Hotel module
Post by: bledi on December 26, 2013, 18:48:51
OK, solved.

Turned Off, CSS/Javascript Minifier.
Title: Search Hotel module
Post by: bledi on December 27, 2013, 15:39:55
When I switch to German language, the date picker at Hotels Search Module, from 28-12-2013 changes to:  t-12-j. This is happening only to German language, while italian, english, french is shown correct 28-12-2013.
Any idea,
thanks in advance.
Title: Re: Calendar of Search Hotel module
Post by: datahell on December 28, 2013, 12:12:49
The date format for standard date boxes in Elxis German language file is wrong.
Open this file:
language/de/de.php
and change the first and the second language strings:
$_lang['DATE_FORMAT_BOX'] = 't-m-j';
$_lang['DATE_FORMAT_BOX_LONG'] = 't-m-j H:m:s';

To this:
$_lang['DATE_FORMAT_BOX'] = 'd-m-Y';
$_lang['DATE_FORMAT_BOX_LONG'] = 'd-m-Y H:i:s';

I will also update Elxis release. Thanks for the report.
Title: Re: Calendar of Search Hotel module
Post by: bledi on December 28, 2013, 14:02:03
OK, thanks, date is correct now,
But still there is smth wrong with the CSS, the width of the date picker results too small, 55px, even that the iosrhotels.css shows 85px.
Also the top of page is just shorter, is seems to be cut. This is only for the german version.
http://www.mtitravel.al/de/reservations/hotels/search.html

Thanks
Title: Re: Calendar of Search Hotel module
Post by: bledi on December 28, 2013, 14:06:11
ahh, it seems to be a Google Chrome Browser problem.
I checked with Mozilla and is ok, css works fine.