Datepicker

More
10 years 8 months ago #4662 by Grau
Datepicker was created by Grau
We are testing Solidres 0.7.1 version in a new Joomla 3.3 site.

How I can make the datapicker (Arrival date) overlays the departure date instead to move down it? is it exists any option in the solidres component?

I'm compared my code with itlogde3 code from icetheme and it is soo diferent.

My code:
<div class="span12">
 <label for="checkin">Arrival Date</label>
 <div class="checkin_module datefield">26-08-2014</div>
 <div class="checkin_datepicker_inline_module datepicker_inline" style="display: none"></div>
 <input type="hidden" name="checkin" value="2014-08-26" />
</div>

<div class="span12">
 <label for="checkout">Departure Date</label>
 <div class="checkout_module datefield">28-08-2014<div>
 <div class="checkout_datepicker_inline_module datepicker_inline" style="display: none"></div>
 <input type="hidden" name="checkout" value="2014-08-28" />
</div>

The It_TheLodge / wanted code:
<label for="checkin"> Arrival Date </label>
 <input type="text"
 name="checkin"
 id="checkin"
 size="32"
 class="datepicker"
 value="29-08-2014" required/>
 <span class="icon-calendar-2"></span>
 
 
 <label for="checkout"> Departure Date </label>
 <input type="text"
 name="checkout"
 id="checkout"
 size="32"
 class="datepicker"
 value="18-09-2014" required/>
 <span class="icon-calendar-2"></span>

thanks in advance
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #4664 by vietvh
Replied by vietvh on topic Datepicker
Hi,

They are the same module but in different version therefore you saw many differences between them.

You can modify the old mod_sr_checkavailability v0.6.2 so that it can run with Solidres 0.7.1 if you want to keep the old behavior.

Cheers,

Please Log in or Create an account to join the conversation.

More
9 years 5 days ago #7372 by cluster
Replied by cluster on topic Datepicker
Hello is it possible advanced search module the pickup date, popup instead of going down?
Thanks

Please Log in or Create an account to join the conversation.

More
9 years 5 days ago #7373 by cluster
Replied by cluster on topic Datepicker
Hello, just fixed changind the css:

checkin_datepicker_inline_module {
font-size: 14px;
display: none;
position: absolute;
top: -280%;
left: 20%;
width: 300px;
height: 200px;
margin-left: -150px;
margin-top: -100px;
padding: 10px;
z-index: 1002;
overflow: visible;
}
checkout_datepicker_inline_module {
font-size: 14px;
display: none;
position: absolute;
top: -280%;
left: 62%;
width: 300px;
height: 200px;
margin-left: -150px;
margin-top: -100px;
padding: 10px;
z-index: 1002;
overflow: visible;

Thanks

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #7898 by kiflom@telmesh.com
Replied by kiflom@telmesh.com on topic Datepicker
hi im using the latest module and plugins for solider but the datepicker on check avaliability module is not working properly.
here is the site :
54.166.237.127:7070/papyrus/
please help the site is going to be live very soon

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #7900 by solidres
Replied by solidres on topic Datepicker
Hi,

We checked and found a JS error in your component SP Page Builder (see attached screenshot).

The file that caused error is: 54.166.237.127:7070/papyrus/components/c.../js/sppagebuilder.js

You need to contact SP Page Builder developer to get a fix.

Regards,
Attachments:

Please Log in or Create an account to join the conversation.

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?