Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #642901

    Hey there,

    after updating to WordPress 4.2, most of the images disappeard.
    Moreover the masonry galleries disappeared as well.

    Unchecked the plugins – no effect.In Chrome no errors according to console.

    Dont know what happened?! Please have look.

    Kind regards.

    • This topic was modified 7 years, 9 months ago by Tobiy.
    #642904

    Damn it! :-) Solved.

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

    and transient cleaner in order to get things done. Plugin definitely useful, if you are not able to autoupdate. This forum is such a great source of wisdom and the users are also great.Makes Enfold
    unbelievable valuable. Thank you

    • This reply was modified 7 years, 9 months ago by Tobiy.
    #642989

    Hey!

    Glad you got it solved.
    Please do let us know if we can do anything else for you, we would be more than happy to assist further with any issue.

    Regards,
    Basilis

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