PariPro- Breaks Ajax on exposed filters in Views 3, D7

After installing PariPro, I noticed that my exposed filters return homepage instead of filtering to the results. Ajax is set to 'yes' in the view.
This is a theme specific problem, as the exposed filters work very well in the Bartik theme.

Do you have a solution for this, please?

Comments

user
Submitted by admin on Thu, 03/10/2016 - 01:49

I am not sure what exactly is causing problem. I also see lots of people having similar issue.

Please try following solution.

  1. Open /template.php
  2. Find and delete following codes.
    /**
    * Use latest jquery
    */
    function paripro_js_alter(&$javascript) {
      $javascript['misc/jquery.js']['data'] = drupal_get_path('theme', 'paripro').'/js/jquery.js';
      $javascript['misc/jquery.js']['version'] = '1.11.3';
    }
  3. Clear drupal cache.
  4. Home >> Administration >> Configuration >> Development >> Performance >> Clear All Cache

  5. Use ctrl + F5 to reload page.
user
Submitted by Dreamleader on Mon, 03/21/2016 - 21:59

Hi,

I am very happy to say: thanks for responding so timely with a solution that seems to solve this issue.
Should I after removing the code still keep jquery update disabled or enable?

user
Submitted by admin on Tue, 03/22/2016 - 03:04

Remove the codes mentioned in first reply and use jQuery Update module.

user
Submitted by cgardes on Thu, 03/31/2016 - 19:13

If we remove the function into template.php, the menu (header) is not working on mobile version.

user
Submitted by admin on Thu, 03/31/2016 - 22:29

@cgardes, after removing the codes mentioned above, please use jQuery update module.