Hello,
I was told to open up a thread – the site of my client @ http://advantagepms.com is missing tons of content after it was automatically updated to WordPress version 4.5
I will supply the login details below. Thanks for your time.
Yes this exact thing is happening to us right now! I just come here to post this very issue – home page sliders are dead, Masonry galleries do not show up and same for location headers.
Please help with this issue.
Hey!
@chasedesignsinc thanks for the information!
It seems like files were not overwritten properly. Could you please try re-updating the theme via FTP and overwrite all files – http://kriesi.at/documentation/enfold/updating-your-theme-files/
@mc_jones They show up fine on my end – http://imgur.com/a/uPMeC
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Regards,
Yigit
Same thing happening here.’
WIll look at replacing the theme files…
@Yigit thank you for the fast response. I appreciate the help and everything seems to be back to normal now.
Hi!
@chasedesignsinc Your theme is not updated correctly. we have added a fix in functions.php
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');
@mc_jones Your site looks and works fine on my end please refresh the cache. To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
@icvdm replacing the files should work for you.
Cheers!
Vinay