-
AuthorPosts
-
April 17, 2016 at 12:11 pm #615777
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.April 18, 2016 at 9:21 am #616199Hi 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,
RikardApril 18, 2016 at 6:43 pm #616733Perfect, thank you!
April 18, 2016 at 7:59 pm #616760Hi,
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.
April 18, 2016 at 8:45 pm #616784Hi 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.
GinnyApril 20, 2016 at 12:12 pm #618226Hi,
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,
RikardMay 3, 2016 at 5:02 pm #626626Hi,
Please see the private content area.
Thanks so much.
GinnyMay 6, 2016 at 5:02 am #628070 -
AuthorPosts
- You must be logged in to reply to this topic.
