Datepicker

Hello,

I have an issue with date picker with pari 7.3 pail version, popup is not available.
If I use the Pari 7.x-1.2 release, it works, datepicker popup appears.

Please, let me know what to do ! :)

Regards,
Christophe Gardes

Comments

user
Submitted by admin on Sat, 01/09/2016 - 15:31

What modules you are using for datepicker??

user
Submitted by admin on Sat, 01/09/2016 - 16:21

OK, I have found the problem. Date module uses $.browser
But $.browser has been removed from JQuery 1.9
PariPro theme comes with jQuery v1.11.3

We will solve this in version PariPro version 7.4 At this time, please follow below steps:

  1. Open /templates/html.tpl.php
  2. Find following code
    <?php print $scripts; ?>
  3. Just after this add following line.
    <script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
  4. Save it.

Done!!!

user
Submitted by cgardes on Tue, 01/26/2016 - 19:26

It's ok for the popup.

Christophe

user
Submitted by admin on Wed, 01/27/2016 - 01:17

Alternatively you can also upgrade to PariPro v7.4 :)