Issue with paripro and Flexslider and geocode autocomplete modules

Hi,

With flexslider: pictures caoont be resized when I use the paripro theme, with another theme it's ok I can drag the selection rectangle, cut a part of the original picture and save without issues.

With geocoder autocomplete, the proposal, supposed to be bellow the text zone is not appearing ! :(

I tried to use your jquery workaround and I removed the first lines into template.php, but the top menu on mobile theme is not working... I'm lost !

Thank for your support.

Christophe

Comments

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

Use jQuery update module and delete following codes from template.php

/**
* 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';
}
user
Submitted by cgardes on Fri, 04/01/2016 - 19:09

Hi,

I removed the codes, activated jquery with Default jQuery Version = 1.10, and it's ok, mobile menu is working.

Thank you,
Christophe