Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #616199

    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

    #616733

    Perfect, thank you!

    #616760

    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.

    #616784

    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

    #618226

    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

    #626626

    Hi,

    Please see the private content area.

    Thanks so much.
    Ginny

    #628070

    Hi,

    We checked the site but our access has been limited.

    Your access to this site has been limited

    Do you have a cache plugin? Please try to purge the cache and re-minify the script and stylesheets.

    Best regards,
    Ismael

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