• hi .
    when i install the cf7, my all scripts that i added to footer, stop working ..
    and site won’t be load .
    i search in to the source ..
    in includes/controller.php on line:52 , were the script adding to footer , when i remove this line, everything works good .

    wp_enqueue_script( 'contact-form-7',
    		wpcf7_plugin_url( 'includes/js/scripts.js' ),
    		array( 'jquery' ), WPCF7_VERSION, $in_footer )

    and in this line :
    when i remove this :
    ,array( 'jquery' ), WPCF7_VERSION, $in_footer )

    site’s functions works good .

    ps :
    actually this is the problem :
    array( ‘jquery’ )

    • This topic was modified 6 years, 3 months ago by IRPCPRO.
    • This topic was modified 6 years, 3 months ago by IRPCPRO.
    • This topic was modified 6 years, 3 months ago by IRPCPRO.
    • This topic was modified 6 years, 3 months ago by IRPCPRO.
    • This topic was modified 6 years, 3 months ago by IRPCPRO.
    • This topic was modified 6 years, 3 months ago by IRPCPRO.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Stop To Run Another Scripts ..’ is closed to new replies.