• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hello,

    We are having troubles with the latest version of Jquery.
    Can you please help me to change the jquery version ?

    It is now loading jquery latest-min.js , i need it to load jquery 1.7.2

    Thanks

    uplifers
    9 months ago
  2. Hi,
    in theme_add.php file (library\tfuse_mods\thememodules) find this code:

    wp_enqueue_script('jquery');
    

    and replace it with the code that would load the jquery you need. Something like this:
    wp_register_script( 'jquery', $template_directory.'/js/jquery 1.7.2.js' );
    		wp_enqueue_script( 'jquery' );
    

    if you would use the code above, you need to have the jquery 1.7.2 file in js folder of the theme.

    Cheers,
    Max.

    Max
    9 months ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.