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.
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
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