Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #619031

    The Slider was working previously, but for almost a month now, its not showing any picture.

    #619609

    Hi cloudkaptan,

    Please try adding the following to the bottom of your functions.php file:

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    Thanks,
    Rikard

    #619936

    Hi Rikard,

    I tried putting the same at the extreme bottom of funtions.php

    got the below error

    #619948

    Hey!

    Can you please post WP admin and FTP logins here privately?

    Best regards,
    Yigit

    #619962

    PFB the SFTP details, let me know if you need admin details as well.

    #619967

    Hey!

    I am getting “Connection timed out or server hung up. The server you are connecting to may be configured to limit the number of connections you are allowed to make.” error and i am not able to connect to your server :/
    Got it. Working on it. Will update you on this thread

    Edit:
    You are currently using an older version of the theme. Please update Enfold to the latest version 3.5.3 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Regards,
    Yigit

    • This reply was modified 8 years, 10 months ago by Yigit.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.