Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #614140

    I updated my wp and my enfold
    but all it´s not workin

    #614153

    I see your site working fine!

    #614236

    Hi!

    What issues are you having on your site? I visited the URL you provided and everything seems to work fine. Please try clearing your browser’s cache and refresh the page again.

    Let me know if you need further assistance.

    Regards,
    Jordan

    #614669

    I testit with cache out and in differents computers, but i can´t see the website!!!
    And editor doesn´t work :(

    #614926

    Hey!

    Please add following code to bottom of Functions.php file in Appearance > Editor

    
    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');

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.