olivier_s

Member

Forum Replies Created

  • In reply to: Conflict with "propel"

    #15037

    Thanks a lot for theses explanations ! 🙂

    So strange, because of the JS error generated is : “b is undefined”, and go to the jQuery Tools librairy, which is not used…! That’s why my misunderstanding.

    I will search another solution…

    Thanks !

    In reply to: Conflict with "propel"

    #15035

    In his “init()” function, propel use :

    Code:
    wp_enqueue_script(‘jquery’);

    It’s not the same name, so I try to change the name in function.php of Graphene

    function graphene_scrollable_js() {
    wp_enqueue_script('jquery', 'http://cdn.jquerytools.org/1.2.5/all/jquery.tools.min.js', array('jquery'), '', true);
    }

    but.. it appears your theme and the propel plugin did’nt use the same version of jquery (1.4.4 for propel).

    So one of them can’t work 🙁

    Do you plan to change jquery version in a future update ?

Viewing 2 posts - 1 through 2 (of 2 total)