Hello akis
Tell me please, where did you change the format with m/d/Y to M/d/Y?
I checked your site now, but did not find this problem.
Regards
x-soho template and Integration
Moderators: ne_moj, zewa, vadimako, ne_moj, zewa, vadimako
Re: x-soho template and Integration
Hello,
in fact now it is d/m/Y but there is the same problem
all the changes done in template/lib/functions.template.php
on lines 465,472,164,165
in fact now it is d/m/Y but there is the same problem
all the changes done in template/lib/functions.template.php
on lines 465,472,164,165
Re: x-soho template and Integration
Hello
Okay, now I understand what you want to do. If you want the date displayed in the M/ d/Y format on the site, you need to set the datepicker format for the calendar.
Try to replace the line (file - templates/x-soho/lib/functions.template.php):
On:
Okay, now I understand what you want to do. If you want the date displayed in the M/ d/Y format on the site, you need to set the datepicker format for the calendar.
Try to replace the line (file - templates/x-soho/lib/functions.template.php):
Code: Select all
if($objSettings->GetParameter('date_format') == 'dd/mm/yyyy'){
$output .= '<script>jQuery(document).ready(function(){jQuery.datepicker._defaults.dateFormat = "dd/mm/yy"});</script>';
}
On:
Code: Select all
if($objSettings->GetParameter('date_format') == 'dd/mm/yyyy'){
$output .= '<script>jQuery(document).ready(function(){jQuery.datepicker._defaults.dateFormat = "dd/M/yy"});</script>';
}else{
$output .= '<script>jQuery(document).ready(function(){jQuery.datepicker._defaults.dateFormat = "M/dd/yy"});</script>';
}
Re: x-soho template and Integration
We have a slightly different file templates/x-soho/lib/functions.template.php, try to update x-soho. The problem that I see on your site should be fixed in the current version of x-soho
Regards
Regards
Re: x-soho template and Integration
Hello ne_moj,
I replaced the file templates/x-soho/lib and it is ok now
But when I choose a date the check out date should not be changed?
Once again thank you very much.
I replaced the file templates/x-soho/lib and it is ok now
But when I choose a date the check out date should not be changed?
Once again thank you very much.
Re: x-soho template and Integration
Hello akis
Good question. I added a record of this problem in todo.
Good question. I added a record of this problem in todo.
Re: x-soho template and Integration
For those using ssl protocol
In templates/x-soho/default.php you need to replace the lines 46, 47
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,700,900' rel='stylesheet' type='text/css'>
with
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,700,900' rel='stylesheet' type='text/css'>
Otherwise you may have security error message in chrome
In templates/x-soho/default.php you need to replace the lines 46, 47
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,700,900' rel='stylesheet' type='text/css'>
with
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,700,900' rel='stylesheet' type='text/css'>
Otherwise you may have security error message in chrome
Re: x-soho template and Integration
akis wrote:For those using ssl protocol
In templates/x-soho/default.php you need to replace the lines 46, 47
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,700,900' rel='stylesheet' type='text/css'>
with
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,700,900' rel='stylesheet' type='text/css'>
Otherwise you may have security error message in chrome
Please admin consider fix this and for uhotel script!
Re: x-soho template and Integration
Hello, I need a little help to solve this issue.
How can I fix the position of the button SUBMIT?
This is happening only for Spanish and German language on the page.
X-Soho Template. See pict attached.
How can I fix the position of the button SUBMIT?
This is happening only for Spanish and German language on the page.
X-Soho Template. See pict attached.
- Attachments
-
- Reservation.jpg (28.53 KiB) Viewed 499 times
-
- Site Admin
- Posts: 5976
- Joined: Jan 7th, '09, 23:18
- Contact:
Re: x-soho template and Integration
Reduce the width of date fields via css.