Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #943019

    Hi guys,

    Since this morning is the masonry galery not working any more it doenst show any images at all. Also the product images in the category are shown but when you click on a specific product to go to the product page you dont see any images.

    i have tried the following up code; 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’);

    I saw in a treat somewhere else but it didnt worked.

    I hope yall can help me out! Thanks

    #943020

    Oh yeah i forgot, i have updated the theme as well and also wp is up2date. Also cleared the cache and with the wp optimizer the transients and all that.

    #943392

    Hi,

    Thanks for that, though it seems to be working fine on my end using Chrome. How can we reproduce the problem? Please include a screenshot of what you are seeing on your end so that we are not misunderstanding you.

    Best regards,
    Rikard

    #1060081

    This treat can be closed its already fixed!

    #1061197

    Hi,

    Thank you for letting us know!

    Best regards,
    Basilis

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘masonry gallery not working and product images on the product page either’ is closed to new replies.