Hi,
I’m currently building my homepage and have experienced problems with the masonry gallery. I’ve started totally from scratch, to exclude any plugins or other settings interfering, but it still won’t work.
Hi IrinaWin,
There is a problem with the new version of WordPress, could you try adding the following to the bottom of your functions.php file please?
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');
Send us admin login details in private if you can’t/don’t know where to add it.
Regards,
Rikard
Perfect, thank you!
Hi,
I added the code above to the functions.php code and none of my masonry galleries are working. I’m running the latest Enfold (3.5.2) with WP 4.5. I’ve included links to pages in the private content block.
Thanks so much for your help.
Hi there,
I have to do something to get the pages live. Please refer to the updated link in the private content area.
Thanks so much.
Ginny
Hi,
You are getting some Javascript errors on the page, could you try deactivating all plugins to see if one of them is causing a conflict please?
If that is not the case then please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If none of the above should help then please send us admin login details in private so that we can have a closer look.
Thanks,
Rikard
Hi,
Please see the private content area.
Thanks so much.
Ginny