Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kemory Grubb

    (@w33zy)

    Hello @contentgaucha

    I’ve looked the issue you have with that page.

    So, what is happening is that, for some reason, on this particular page the part of your theme that handles the fade-in effect is broken. If you check your browser’s JavaScript console you’ll see the error message Uncaught TypeError: $blog_containers[i].isotope is not a function. So this is a theme related issue.

    You can fix it by adding this CSS style code below to the WordPress customize CSS section

    .masonry-blog-item .inner-wrap {
        opacity: 1 !important;
    } 

    Or you can disable your theme’s fade-in effects.

    Thread Starter contentgaucha

    (@contentgaucha)

    Good Morning Kemory!
    Thank you for your quick response. I will take this information, connect with the theme developers and see what they think.
    I will also give the CSS a try.
    I really appreciate the time and consideration.
    Thank you!
    -Laura

    Plugin Author Kemory Grubb

    (@w33zy)

    That’s OK, let me know if it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Archive Not Working’ is closed to new replies.