Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #637730

    Site: http://www.photographyinidaho.com
    Updated all plugins
    Updated WordPress
    Theme was updated

    After this was done the images broke and will not display. Next step was to add content into the Appearence – Editor and it did not work.

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

    aaaaghhhhh… please help.

    Jim Allen

    #637736

    Hi Jiminidaho!

    Theme: Enfold
    Version: 3.4.7

    That is an old version of Enfold.
    Please do let us know if you can update it and let us know after if that will fix your issue

    Cheers!
    Basilis

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