Forums Forums Search & Filter Pro Form suddenly stopped displaying

Viewing 10 posts - 21 through 30 (of 36 total)
  • Trevor
    #140475
    This reply has been marked as private.
    Anonymous
    #140488
    This reply has been marked as private.
    Anonymous
    #140490
    This reply has been marked as private.
    Trevor
    #140661
    This reply has been marked as private.
    Trevor
    #140675
    This reply has been marked as private.
    Anonymous
    #140707
    This reply has been marked as private.
    Trevor
    #140723

    I am trying to get the partially working page working first!!

    It looks like your theme is settings the opacity of the images to 0 with this code:

    li.unveil-image .shop-loop-thumbnail {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }

    I can’t see any javascript doing this. Do you have infinite scroll enabled? Can you set it to normal pagination?

    Anonymous
    #140730
    This reply has been marked as private.
    Trevor
    #140732

    Did that fix the blank image issue? If not, are you able to search through the codebase (javascript), to find what is add those opacity settings when the posts are refreshed. It is not out plugin doing it.

    Anonymous
    #140734
    This reply has been marked as private.
Viewing 10 posts - 21 through 30 (of 36 total)