Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Marcello Bencardino

    (@akanale)

    Found a temporary fix!

    It turns out that I had a console error that had it’s source pointing to the jquery.js file, located in /wp-includes/js/jquery/

    The new version of jQuery that comes with WordPress 4.5 is v1.12.3. Din’t had time to debug the current version, so I just uploaded the previous version, v1.11.3, and the products are showing again.

    In my opinion this is a WP issue and not with Woocommerce. For me, this is solved!

    ??

    Hello Akanale,

    I have visited your shop page and found that all the products are loading fine. Can you please clear the browser cache and check again?

    Hi there, I have a similar problem but instead of shop page, with the blog page, you can check it here.

    Any ideas? may be the jquery.js too? I don’t have any console errors.

    Thank you

    Baikare Sandip

    (@baikaresandeep007-1)

    Hey hazboom,
    In the WordPress 4.5 jquery.js is updated, so might be that is issue with the your blog.
    you are using masonary.js for showing posts, as i seen in the blog, you need to do change some in style.css file at line #8618:

    .blog-masonry .masonry-items .blog-item {
      opacity: 0;
    }

    To

    .blog-masonry .masonry-items .blog-item {
      opacity: 1;
    }

    It will work fine ??
    If any issue let me know.

    Thread Starter Marcello Bencardino

    (@akanale)

    Hi there!!

    It was a theme incompatibility. They released an update today, that fixed this issue.

    And I wanted to make it clear, as told in another thread, that it’s very risk to modify core wordpress files, and my measure was a desperate one.

    Thanks to all that helpd!

    Hey,

    Thank you Baikare! that was weird, since it was displaying perfectly before updating wordpress. But I did what you said and worked like a charm, didn’t expect a css issue.

    Thank you again buddie!

    Baikare Sandip

    (@baikaresandeep007-1)

    Hey hazboom,

    Always welcome.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Products list became invisible after WP update to 4.5’ is closed to new replies.