Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Form suddenly stopped displaying

Viewing 10 posts - 21 through 30 (of 36 total)
  • Trevor Moderator
    #140475
    This reply has been marked as private.
    wpdv
    #140488
    This reply has been marked as private.
    wpdv
    #140490
    This reply has been marked as private.
    Trevor Moderator
    #140661
    This reply has been marked as private.
    Trevor Moderator
    #140675
    This reply has been marked as private.
    wpdv
    #140707
    This reply has been marked as private.
    Trevor Moderator
    #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?

    wpdv
    #140730
    This reply has been marked as private.
    Trevor Moderator
    #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.

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

The forum ‘Search & Filter Pro’ is closed to new topics and replies.